@holographxyz/holograph-genesis
Version:
Holograph Protocol Genesis
1 lines • 939 kB
JSON
{"id":"4507e0bdc14cf56e5f1596e4a05eb43b","_format":"hh-sol-build-info-1","solcVersion":"0.8.17","solcLongVersion":"0.8.17+commit.8df45f5f","input":{"language":"Solidity","sources":{"contracts/HolographGenesis.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n/*\n\n ┌───────────┐\n │ HOLOGRAPH │\n └───────────┘\n╔═════════════════════════════════════════════════════════════╗\n║ ║\n║ / ^ \\ ║\n║ ~~*~~ ¸ ║\n║ [ '<>:<>' ] │░░░ ║\n║ ╔╗ _/\"\\_ ╔╣ ║\n║ ┌─╬╬─┐ \"\"\" ┌─╬╬─┐ ║\n║ ┌─┬┘ ╠╣ └┬─┐ \\_/ ┌─┬┘ ╠╣ └┬─┐ ║\n║ ┌─┬┘ │ ╠╣ │ └┬─┐ ┌─┬┘ │ ╠╣ │ └┬─┐ ║\n║ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ║\n║ ┌─┬┘ │ │ │ ╠╣ │ │ │ └┬┐ ┌┬┘ │ │ │ ╠╣ │ │ │ └┬─┐ ║\n╠┬┘ │ │ │ │ ╠╣ │ │ │ │└¤┘│ │ │ │ ╠╣ │ │ │ │ └┬╣\n║│ │ │ │ │ ╠╣ │ │ │ │ │ │ │ │ ╠╣ │ │ │ │ │║\n╠╩══╩══╩══╩══╩══╬╬══╩══╩══╩══╩═══╩══╩══╩══╩══╬╬══╩══╩══╩══╩══╩╣\n╠┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╣\n║ ╠╣ ╠╣ ║\n║ ╠╣ ╠╣ ║\n║ , ╠╣ , ,' * ╠╣ ║\n║~~~~~^~~~~~~~~┌╬╬┐~~~^~~~~~~~~^^~~~~~~~~^~~┌╬╬┐~~~~~~~^~~~~~~║\n╚══════════════╩╩╩╩═════════════════════════╩╩╩╩══════════════╝\n - one protocol, one bridge = infinite possibilities -\n\n\n ***************************************************************\n\n DISCLAIMER: U.S Patent Pending\n\n LICENSE: Holograph Limited Public License (H-LPL)\n\n https://holograph.xyz/licenses/h-lpl/1.0.0\n\n This license governs use of the accompanying software. If you\n use the software, you accept this license. If you do not accept\n the license, you are not permitted to use the software.\n\n 1. Definitions\n\n The terms \"reproduce,\" \"reproduction,\" \"derivative works,\" and\n \"distribution\" have the same meaning here as under U.S.\n copyright law. A \"contribution\" is the original software, or\n any additions or changes to the software. A \"contributor\" is\n any person that distributes its contribution under this\n license. \"Licensed patents\" are a contributor’s patent claims\n that read directly on its contribution.\n\n 2. Grant of Rights\n\n A) Copyright Grant- Subject to the terms of this license,\n including the license conditions and limitations in sections 3\n and 4, each contributor grants you a non-exclusive, worldwide,\n royalty-free copyright license to reproduce its contribution,\n prepare derivative works of its contribution, and distribute\n its contribution or any derivative works that you create.\n B) Patent Grant- Subject to the terms of this license,\n including the license conditions and limitations in section 3,\n each contributor grants you a non-exclusive, worldwide,\n royalty-free license under its licensed patents to make, have\n made, use, sell, offer for sale, import, and/or otherwise\n dispose of its contribution in the software or derivative works\n of the contribution in the software.\n\n 3. Conditions and Limitations\n\n A) No Trademark License- This license does not grant you rights\n to use any contributors’ name, logo, or trademarks.\n B) If you bring a patent claim against any contributor over\n patents that you claim are infringed by the software, your\n patent license from such contributor is terminated with\n immediate effect.\n C) If you distribute any portion of the software, you must\n retain all copyright, patent, trademark, and attribution\n notices that are present in the software.\n D) If you distribute any portion of the software in source code\n form, you may do so only under this license by including a\n complete copy of this license with your distribution. If you\n distribute any portion of the software in compiled or object\n code form, you may only do so under a license that complies\n with this license.\n E) The software is licensed “as-is.” You bear all risks of\n using it. The contributors give no express warranties,\n guarantees, or conditions. You may have additional consumer\n rights under your local laws which this license cannot change.\n To the extent permitted under your local laws, the contributors\n exclude all implied warranties, including those of\n merchantability, fitness for a particular purpose and\n non-infringement.\n\n 4. (F) Platform Limitation- The licenses granted in sections\n 2.A & 2.B extend only to the software or derivative works that\n you create that run on a Holograph system product.\n\n ***************************************************************\n\n*/\n\npragma solidity 0.8.17;\n\nimport \"./interface/InitializableInterface.sol\";\n\n/**\n * @title HOLOGRAPH GENESIS\n * @dev In the beginning there was a smart contract...\n */\ncontract HolographGenesis {\n uint32 private immutable _version;\n\n // Nonce to prevent replay attacks on deployer approvals\n uint256 private _approveDeployerNonce;\n\n // Immutable addresses of the initial deployers\n address private immutable deployer1 = 0xBB566182f35B9E5Ae04dB02a5450CC156d2f89c1;\n address private immutable deployer2 = 0x22ED36947DDd1ae317F7816c410D3c0c58Bb9b90;\n address private immutable deployer3 = 0xFfCA0d6986099FbDb3b6AD9b6aa5DF5ed1d44f0C;\n address private immutable deployer4 = 0xDF9013a9Af763b181EF8acFC0e3229494004e001;\n address private immutable deployer5 = 0x00Ac9Fd50C63f176B49F05FfedA324bD68C7cD69;\n\n // Mapping of addresses that are approved deployers\n mapping(address => bool) private _approvedDeployers;\n\n // Events\n event Message(string message);\n event ContractDeployed(address deployedContract);\n\n // Modifier to restrict function calls to approved deployers\n modifier onlyDeployer() {\n require(_approvedDeployers[msg.sender], \"HOLOGRAPH: deployer not approved\");\n _;\n }\n\n /**\n * @dev Sets the initial deployers as approved upon contract creation.\n */\n constructor() {\n _version = 2;\n\n // Set the immutable deployers as approved\n _approvedDeployers[deployer1] = true;\n _approvedDeployers[deployer2] = true;\n _approvedDeployers[deployer3] = true;\n _approvedDeployers[deployer4] = true;\n _approvedDeployers[deployer5] = true;\n\n emit Message(\"The future is Holographic\");\n }\n\n /**\n * @dev Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.\n * @param chainId The chain on which to deploy\n * @param saltHash A unique salt for contract creation\n * @param secret A secret part of the salt\n * @param sourceCode The bytecode of the contract to deploy\n * @param initCode The initialization code for the contract\n */\n function deploy(\n uint256 chainId,\n bytes12 saltHash,\n bytes20 secret,\n bytes memory sourceCode,\n bytes memory initCode\n ) external onlyDeployer {\n require(chainId == block.chainid, \"HOLOGRAPH: incorrect chain id\");\n bytes32 salt = bytes32(abi.encodePacked(secret, saltHash));\n address contractAddress = address(\n uint160(uint256(keccak256(abi.encodePacked(bytes1(0xff), address(this), salt, keccak256(sourceCode)))))\n );\n require(!_isContract(contractAddress), \"HOLOGRAPH: already deployed\");\n assembly {\n contractAddress := create2(0, add(sourceCode, 0x20), mload(sourceCode), salt)\n }\n require(_isContract(contractAddress), \"HOLOGRAPH: deployment failed\");\n require(\n InitializableInterface(contractAddress).init(initCode) == InitializableInterface.init.selector,\n \"HOLOGRAPH: initialization failed\"\n );\n\n emit ContractDeployed(contractAddress);\n }\n\n /**\n * @dev Check if an address is an approved deployer.\n * @param deployer Address to check\n * @return bool representing approval status\n */\n function isApprovedDeployer(address deployer) external view returns (bool) {\n return _approvedDeployers[deployer];\n }\n\n /**\n * @dev Internal function to determine if an address is a deployed contract.\n * @param contractAddress The address to check\n * @return bool representing if the address is a contract\n */\n function _isContract(address contractAddress) internal view returns (bool) {\n bytes32 codehash;\n assembly {\n codehash := extcodehash(contractAddress)\n }\n return (codehash != 0x0 && codehash != 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470);\n }\n\n /**\n * @dev Approve or disapprove a deployer using multi-signature verification.\n * @param nonce A unique nonce\n * @param newDeployer The address of the deployer to approve or disapprove\n * @param approve Boolean representing the approval status\n * @param sig1 The first signature for multisig\n * @param sig2 The second signature for multisig\n */\n function approveDeployer(\n uint256 nonce,\n address newDeployer,\n bool approve,\n bytes memory sig1,\n bytes memory sig2\n ) external onlyDeployer {\n require(nonce > _approveDeployerNonce, \"HOLOGRAPH: invalid nonce\");\n _approveDeployerNonce = nonce; // Update the nonce\n\n // Recover signers\n address signer1 = recoverSigner(nonce, newDeployer, approve, sig1);\n address signer2 = recoverSigner(nonce, newDeployer, approve, sig2);\n\n // Check that both signers are approved deployers\n require(_approvedDeployers[signer1], \"HOLOGRAPH: signer 1 not approved\");\n require(_approvedDeployers[signer2], \"HOLOGRAPH: signer 2 not approved\");\n\n // Ensure signatures come from two different deployers\n require(signer1 != signer2, \"HOLOGRAPH: signatures must be from different deployers\");\n\n // All checks passed, update the deployer approval status\n _approvedDeployers[newDeployer] = approve;\n\n emit Message(approve ? \"HOLOGRAPH: deployer approved\" : \"HOLOGRAPH: deployer disapproved\");\n }\n\n /**\n * @dev Generates a hash of the message containing nonce, deployer address, and approval status.\n * @param nonce Nonce used in the message\n * @param newDeployer Address of the deployer in the message\n * @param approve Approval status in the message\n * @return bytes32 Ethereum signed message hash\n */\n function getMessageHash(\n uint256 nonce,\n address newDeployer,\n bool approve\n ) public pure returns (bytes32) {\n return keccak256(abi.encodePacked(nonce, newDeployer, approve));\n }\n\n /**\n * @dev Recreates the Ethereum signed message hash from the plain message hash.\n * @param _messageHash The hash of the original message\n * @return bytes32 Ethereum signed message hash\n */\n function getEthSignedMessageHash(bytes32 _messageHash) public pure returns (bytes32) {\n return keccak256(abi.encodePacked(\"\\x19Ethereum Signed Message:\\n32\", _messageHash));\n }\n\n /**\n * @dev Recovers the signer from the signature.\n * @param nonce Nonce used in the message\n * @param newDeployer Address of the deployer in the message\n * @param approve Approval status in the message\n * @param signature The signature to recover\n * @return address of the signer\n */\n function recoverSigner(\n uint256 nonce,\n address newDeployer,\n bool approve,\n bytes memory signature\n ) public pure returns (address) {\n bytes32 messageHash = getMessageHash(nonce, newDeployer, approve);\n bytes32 prefixedHash = getEthSignedMessageHash(messageHash);\n (bytes32 r, bytes32 s, uint8 v) = splitSignature(signature);\n\n return ecrecover(prefixedHash, v, r, s);\n }\n\n /**\n * @dev Splits a signature into its r, s, and v components.\n * @param sig The signature to split.\n * @return r The r component of the signature.\n * @return s The s component of the signature.\n * @return v The recovery id component of the signature.\n */\n function splitSignature(bytes memory sig)\n internal\n pure\n returns (\n bytes32 r,\n bytes32 s,\n uint8 v\n )\n {\n require(sig.length == 65, \"Invalid signature length\");\n\n assembly {\n // first 32 bytes, after the length prefix\n r := mload(add(sig, 32))\n // second 32 bytes\n s := mload(add(sig, 64))\n // final byte (first byte of the next 32 bytes)\n v := byte(0, mload(add(sig, 96)))\n }\n }\n\n /**\n * @dev Returns the current nonce for deployer approvals.\n * @return uint256 representing the current nonce\n */\n function getApproveDeployerNonce() external view onlyDeployer returns (uint256) {\n return _approveDeployerNonce;\n }\n\n /**\n * @dev Returns the version number of the Genesis contract\n * @return uint32 representing the version number\n */\n function getVersion() external view returns (uint32) {\n return _version;\n }\n}\n"},"contracts/interface/InitializableInterface.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n/*\n\n ┌───────────┐\n │ HOLOGRAPH │\n └───────────┘\n╔═════════════════════════════════════════════════════════════╗\n║ ║\n║ / ^ \\ ║\n║ ~~*~~ ¸ ║\n║ [ '<>:<>' ] │░░░ ║\n║ ╔╗ _/\"\\_ ╔╣ ║\n║ ┌─╬╬─┐ \"\"\" ┌─╬╬─┐ ║\n║ ┌─┬┘ ╠╣ └┬─┐ \\_/ ┌─┬┘ ╠╣ └┬─┐ ║\n║ ┌─┬┘ │ ╠╣ │ └┬─┐ ┌─┬┘ │ ╠╣ │ └┬─┐ ║\n║ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ║\n║ ┌─┬┘ │ │ │ ╠╣ │ │ │ └┬┐ ┌┬┘ │ │ │ ╠╣ │ │ │ └┬─┐ ║\n╠┬┘ │ │ │ │ ╠╣ │ │ │ │└¤┘│ │ │ │ ╠╣ │ │ │ │ └┬╣\n║│ │ │ │ │ ╠╣ │ │ │ │ │ │ │ │ ╠╣ │ │ │ │ │║\n╠╩══╩══╩══╩══╩══╬╬══╩══╩══╩══╩═══╩══╩══╩══╩══╬╬══╩══╩══╩══╩══╩╣\n╠┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╣\n║ ╠╣ ╠╣ ║\n║ ╠╣ ╠╣ ║\n║ , ╠╣ , ,' * ╠╣ ║\n║~~~~~^~~~~~~~~┌╬╬┐~~~^~~~~~~~~^^~~~~~~~~^~~┌╬╬┐~~~~~~~^~~~~~~║\n╚══════════════╩╩╩╩═════════════════════════╩╩╩╩══════════════╝\n - one protocol, one bridge = infinite possibilities -\n\n\n ***************************************************************\n\n DISCLAIMER: U.S Patent Pending\n\n LICENSE: Holograph Limited Public License (H-LPL)\n\n https://holograph.xyz/licenses/h-lpl/1.0.0\n\n This license governs use of the accompanying software. If you\n use the software, you accept this license. If you do not accept\n the license, you are not permitted to use the software.\n\n 1. Definitions\n\n The terms \"reproduce,\" \"reproduction,\" \"derivative works,\" and\n \"distribution\" have the same meaning here as under U.S.\n copyright law. A \"contribution\" is the original software, or\n any additions or changes to the software. A \"contributor\" is\n any person that distributes its contribution under this\n license. \"Licensed patents\" are a contributor’s patent claims\n that read directly on its contribution.\n\n 2. Grant of Rights\n\n A) Copyright Grant- Subject to the terms of this license,\n including the license conditions and limitations in sections 3\n and 4, each contributor grants you a non-exclusive, worldwide,\n royalty-free copyright license to reproduce its contribution,\n prepare derivative works of its contribution, and distribute\n its contribution or any derivative works that you create.\n B) Patent Grant- Subject to the terms of this license,\n including the license conditions and limitations in section 3,\n each contributor grants you a non-exclusive, worldwide,\n royalty-free license under its licensed patents to make, have\n made, use, sell, offer for sale, import, and/or otherwise\n dispose of its contribution in the software or derivative works\n of the contribution in the software.\n\n 3. Conditions and Limitations\n\n A) No Trademark License- This license does not grant you rights\n to use any contributors’ name, logo, or trademarks.\n B) If you bring a patent claim against any contributor over\n patents that you claim are infringed by the software, your\n patent license from such contributor is terminated with\n immediate effect.\n C) If you distribute any portion of the software, you must\n retain all copyright, patent, trademark, and attribution\n notices that are present in the software.\n D) If you distribute any portion of the software in source code\n form, you may do so only under this license by including a\n complete copy of this license with your distribution. If you\n distribute any portion of the software in compiled or object\n code form, you may only do so under a license that complies\n with this license.\n E) The software is licensed “as-is.” You bear all risks of\n using it. The contributors give no express warranties,\n guarantees, or conditions. You may have additional consumer\n rights under your local laws which this license cannot change.\n To the extent permitted under your local laws, the contributors\n exclude all implied warranties, including those of\n merchantability, fitness for a particular purpose and\n non-infringement.\n\n 4. (F) Platform Limitation- The licenses granted in sections\n 2.A & 2.B extend only to the software or derivative works that\n you create that run on a Holograph system product.\n\n ***************************************************************\n\n*/\n\npragma solidity 0.8.17;\n\n/**\n * @title Initializable\n * @author https://github.com/holographxyz\n * @notice Use init instead of constructor\n * @dev This allows for use of init function to make one time initializations without the need of a constructor\n */\ninterface InitializableInterface {\n /**\n * @notice Used internally to initialize the contract instead of through a constructor\n * @dev This function is called by the deployer/factory when creating a contract\n * @param initPayload abi encoded payload to use for contract initilaization\n */\n function init(bytes memory initPayload) external returns (bytes4);\n}\n"},"contracts/mock/MockHolographGenesisChild.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n/*\n\n ┌───────────┐\n │ HOLOGRAPH │\n └───────────┘\n╔═════════════════════════════════════════════════════════════╗\n║ ║\n║ / ^ \\ ║\n║ ~~*~~ ¸ ║\n║ [ '<>:<>' ] │░░░ ║\n║ ╔╗ _/\"\\_ ╔╣ ║\n║ ┌─╬╬─┐ \"\"\" ┌─╬╬─┐ ║\n║ ┌─┬┘ ╠╣ └┬─┐ \\_/ ┌─┬┘ ╠╣ └┬─┐ ║\n║ ┌─┬┘ │ ╠╣ │ └┬─┐ ┌─┬┘ │ ╠╣ │ └┬─┐ ║\n║ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ║\n║ ┌─┬┘ │ │ │ ╠╣ │ │ │ └┬┐ ┌┬┘ │ │ │ ╠╣ │ │ │ └┬─┐ ║\n╠┬┘ │ │ │ │ ╠╣ │ │ │ │└¤┘│ │ │ │ ╠╣ │ │ │ │ └┬╣\n║│ │ │ │ │ ╠╣ │ │ │ │ │ │ │ │ ╠╣ │ │ │ │ │║\n╠╩══╩══╩══╩══╩══╬╬══╩══╩══╩══╩═══╩══╩══╩══╩══╬╬══╩══╩══╩══╩══╩╣\n╠┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╣\n║ ╠╣ ╠╣ ║\n║ ╠╣ ╠╣ ║\n║ , ╠╣ , ,' * ╠╣ ║\n║~~~~~^~~~~~~~~┌╬╬┐~~~^~~~~~~~~^^~~~~~~~~^~~┌╬╬┐~~~~~~~^~~~~~~║\n╚══════════════╩╩╩╩═════════════════════════╩╩╩╩══════════════╝\n - one protocol, one bridge = infinite possibilities -\n\n\n ***************************************************************\n\n DISCLAIMER: U.S Patent Pending\n\n LICENSE: Holograph Limited Public License (H-LPL)\n\n https://holograph.xyz/licenses/h-lpl/1.0.0\n\n This license governs use of the accompanying software. If you\n use the software, you accept this license. If you do not accept\n the license, you are not permitted to use the software.\n\n 1. Definitions\n\n The terms \"reproduce,\" \"reproduction,\" \"derivative works,\" and\n \"distribution\" have the same meaning here as under U.S.\n copyright law. A \"contribution\" is the original software, or\n any additions or changes to the software. A \"contributor\" is\n any person that distributes its contribution under this\n license. \"Licensed patents\" are a contributor’s patent claims\n that read directly on its contribution.\n\n 2. Grant of Rights\n\n A) Copyright Grant- Subject to the terms of this license,\n including the license conditions and limitations in sections 3\n and 4, each contributor grants you a non-exclusive, worldwide,\n royalty-free copyright license to reproduce its contribution,\n prepare derivative works of its contribution, and distribute\n its contribution or any derivative works that you create.\n B) Patent Grant- Subject to the terms of this license,\n including the license conditions and limitations in section 3,\n each contributor grants you a non-exclusive, worldwide,\n royalty-free license under its licensed patents to make, have\n made, use, sell, offer for sale, import, and/or otherwise\n dispose of its contribution in the software or derivative works\n of the contribution in the software.\n\n 3. Conditions and Limitations\n\n A) No Trademark License- This license does not grant you rights\n to use any contributors’ name, logo, or trademarks.\n B) If you bring a patent claim against any contributor over\n patents that you claim are infringed by the software, your\n patent license from such contributor is terminated with\n immediate effect.\n C) If you distribute any portion of the software, you must\n retain all copyright, patent, trademark, and attribution\n notices that are present in the software.\n D) If you distribute any portion of the software in source code\n form, you may do so only under this license by including a\n complete copy of this license with your distribution. If you\n distribute any portion of the software in compiled or object\n code form, you may only do so under a license that complies\n with this license.\n E) The software is licensed “as-is.” You bear all risks of\n using it. The contributors give no express warranties,\n guarantees, or conditions. You may have additional consumer\n rights under your local laws which this license cannot change.\n To the extent permitted under your local laws, the contributors\n exclude all implied warranties, including those of\n merchantability, fitness for a particular purpose and\n non-infringement.\n\n 4. (F) Platform Limitation- The licenses granted in sections\n 2.A & 2.B extend only to the software or derivative works that\n you create that run on a Holograph system product.\n\n ***************************************************************\n\n*/\n\npragma solidity 0.8.17;\n\nimport \"../HolographGenesis.sol\";\n\ncontract MockHolographGenesisChild is HolographGenesis {\n constructor() {}\n\n function approveDeployerMock(\n uint256 nonce,\n address newDeployer,\n bool approve,\n bytes memory sig1,\n bytes memory sig2\n ) external onlyDeployer {\n return this.approveDeployer(nonce, newDeployer, approve, sig1, sig2);\n }\n\n function isApprovedDeployerMock(address deployer) external view returns (bool) {\n return this.isApprovedDeployer(deployer);\n }\n}\n"},"contracts/mock/Mock.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n/*\n\n ┌───────────┐\n │ HOLOGRAPH │\n └───────────┘\n╔═════════════════════════════════════════════════════════════╗\n║ ║\n║ / ^ \\ ║\n║ ~~*~~ ¸ ║\n║ [ '<>:<>' ] │░░░ ║\n║ ╔╗ _/\"\\_ ╔╣ ║\n║ ┌─╬╬─┐ \"\"\" ┌─╬╬─┐ ║\n║ ┌─┬┘ ╠╣ └┬─┐ \\_/ ┌─┬┘ ╠╣ └┬─┐ ║\n║ ┌─┬┘ │ ╠╣ │ └┬─┐ ┌─┬┘ │ ╠╣ │ └┬─┐ ║\n║ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ║\n║ ┌─┬┘ │ │ │ ╠╣ │ │ │ └┬┐ ┌┬┘ │ │ │ ╠╣ │ │ │ └┬─┐ ║\n╠┬┘ │ │ │ │ ╠╣ │ │ │ │└¤┘│ │ │ │ ╠╣ │ │ │ │ └┬╣\n║│ │ │ │ │ ╠╣ │ │ │ │ │ │ │ │ ╠╣ │ │ │ │ │║\n╠╩══╩══╩══╩══╩══╬╬══╩══╩══╩══╩═══╩══╩══╩══╩══╬╬══╩══╩══╩══╩══╩╣\n╠┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╣\n║ ╠╣ ╠╣ ║\n║ ╠╣ ╠╣ ║\n║ , ╠╣ , ,' * ╠╣ ║\n║~~~~~^~~~~~~~~┌╬╬┐~~~^~~~~~~~~^^~~~~~~~~^~~┌╬╬┐~~~~~~~^~~~~~~║\n╚══════════════╩╩╩╩═════════════════════════╩╩╩╩══════════════╝\n - one protocol, one bridge = infinite possibilities -\n\n\n ***************************************************************\n\n DISCLAIMER: U.S Patent Pending\n\n LICENSE: Holograph Limited Public License (H-LPL)\n\n https://holograph.xyz/licenses/h-lpl/1.0.0\n\n This license governs use of the accompanying software. If you\n use the software, you accept this license. If you do not accept\n the license, you are not permitted to use the software.\n\n 1. Definitions\n\n The terms \"reproduce,\" \"reproduction,\" \"derivative works,\" and\n \"distribution\" have the same meaning here as under U.S.\n copyright law. A \"contribution\" is the original software, or\n any additions or changes to the software. A \"contributor\" is\n any person that distributes its contribution under this\n license. \"Licensed patents\" are a contributor’s patent claims\n that read directly on its contribution.\n\n 2. Grant of Rights\n\n A) Copyright Grant- Subject to the terms of this license,\n including the license conditions and limitations in sections 3\n and 4, each contributor grants you a non-exclusive, worldwide,\n royalty-free copyright license to reproduce its contribution,\n prepare derivative works of its contribution, and distribute\n its contribution or any derivative works that you create.\n B) Patent Grant- Subject to the terms of this license,\n including the license conditions and limitations in section 3,\n each contributor grants you a non-exclusive, worldwide,\n royalty-free license under its licensed patents to make, have\n made, use, sell, offer for sale, import, and/or otherwise\n dispose of its contribution in the software or derivative works\n of the contribution in the software.\n\n 3. Conditions and Limitations\n\n A) No Trademark License- This license does not grant you rights\n to use any contributors’ name, logo, or trademarks.\n B) If you bring a patent claim against any contributor over\n patents that you claim are infringed by the software, your\n patent license from such contributor is terminated with\n immediate effect.\n C) If you distribute any portion of the software, you must\n retain all copyright, patent, trademark, and attribution\n notices that are present in the software.\n D) If you distribute any portion of the software in source code\n form, you may do so only under this license by including a\n complete copy of this license with your distribution. If you\n distribute any portion of the software in compiled or object\n code form, you may only do so under a license that complies\n with this license.\n E) The software is licensed “as-is.” You bear all risks of\n using it. The contributors give no express warranties,\n guarantees, or conditions. You may have additional consumer\n rights under your local laws which this license cannot change.\n To the extent permitted under your local laws, the contributors\n exclude all implied warranties, including those of\n merchantability, fitness for a particular purpose and\n non-infringement.\n\n 4. (F) Platform Limitation- The licenses granted in sections\n 2.A & 2.B extend only to the software or derivative works that\n you create that run on a Holograph system product.\n\n ***************************************************************\n\n*/\n\npragma solidity 0.8.17;\n\nimport \"../abstract/Initializable.sol\";\nimport \"../abstract/Owner.sol\";\n\nimport \"../interface/InitializableInterface.sol\";\n\ncontract Mock is Initializable, Owner {\n constructor() {}\n\n function init(bytes memory initPayload) external override returns (bytes4) {\n require(!_isInitialized(), \"MOCK: already initialized\");\n bytes32 arbitraryData = abi.decode(initPayload, (bytes32));\n bool shouldFail = false;\n assembly {\n // we leave slot 0 available for fallback calls\n sstore(0x01, arbitraryData)\n switch arbitraryData\n case 0 {\n shouldFail := 0x01\n }\n sstore(_ownerSlot, caller())\n }\n _setInitialized();\n if (shouldFail) {\n return bytes4(0x12345678);\n } else {\n return InitializableInterface.init.selector;\n }\n }\n\n function getStorage(uint256 slot) public view returns (bytes32 data) {\n assembly {\n data := sload(slot)\n }\n }\n\n function setStorage(uint256 slot, bytes32 data) public {\n assembly {\n sstore(slot, data)\n }\n }\n\n function mockCall(address target, bytes calldata data) public payable {\n assembly {\n calldatacopy(0, data.offset, data.length)\n let result := call(gas(), target, callvalue(), 0, data.length, 0, 0)\n returndatacopy(0, 0, returndatasize())\n switch result\n case 0 {\n revert(0, returndatasize())\n }\n default {\n return(0, returndatasize())\n }\n }\n }\n\n function mockStaticCall(address target, bytes calldata data) public view returns (bytes memory) {\n assembly {\n calldatacopy(0, data.offset, data.length)\n let result := staticcall(gas(), target, 0, data.length, 0, 0)\n returndatacopy(0, 0, returndatasize())\n switch result\n case 0 {\n revert(0, returndatasize())\n }\n default {\n return(0, returndatasize())\n }\n }\n }\n\n function mockDelegateCall(address target, bytes calldata data) public returns (bytes memory) {\n assembly {\n calldatacopy(0, data.offset, data.length)\n let result := delegatecall(gas(), target, 0, data.length, 0, 0)\n returndatacopy(0, 0, returndatasize())\n switch result\n case 0 {\n revert(0, returndatasize())\n }\n default {\n return(0, returndatasize())\n }\n }\n }\n\n receive() external payable {}\n\n fallback() external payable {\n assembly {\n calldatacopy(0, 0, calldatasize())\n let result := call(gas(), sload(0), callvalue(), 0, calldatasize(), 0, 0)\n returndatacopy(0, 0, returndatasize())\n switch result\n case 0 {\n revert(0, returndatasize())\n }\n default {\n return(0, returndatasize())\n }\n }\n }\n}\n"},"contracts/abstract/Initializable.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n/*\n\n ┌───────────┐\n │ HOLOGRAPH │\n └───────────┘\n╔═════════════════════════════════════════════════════════════╗\n║ ║\n║ / ^ \\ ║\n║ ~~*~~ ¸ ║\n║ [ '<>:<>' ] │░░░ ║\n║ ╔╗ _/\"\\_ ╔╣ ║\n║ ┌─╬╬─┐ \"\"\" ┌─╬╬─┐ ║\n║ ┌─┬┘ ╠╣ └┬─┐ \\_/ ┌─┬┘ ╠╣ └┬─┐ ║\n║ ┌─┬┘ │ ╠╣ │ └┬─┐ ┌─┬┘ │ ╠╣ │ └┬─┐ ║\n║ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ║\n║ ┌─┬┘ │ │ │ ╠╣ │ │ │ └┬┐ ┌┬┘ │ │ │ ╠╣ │ │ │ └┬─┐ ║\n╠┬┘ │ │ │ │ ╠╣ │ │ │ │└¤┘│ │ │ │ ╠╣ │ │ │ │ └┬╣\n║│ │ │ │ │ ╠╣ │ │ │ │ │ │ │ │ ╠╣ │ │ │ │ │║\n╠╩══╩══╩══╩══╩══╬╬══╩══╩══╩══╩═══╩══╩══╩══╩══╬╬══╩══╩══╩══╩══╩╣\n╠┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╣\n║ ╠╣ ╠╣ ║\n║ ╠╣ ╠╣ ║\n║ , ╠╣ , ,' * ╠╣ ║\n║~~~~~^~~~~~~~~┌╬╬┐~~~^~~~~~~~~^^~~~~~~~~^~~┌╬╬┐~~~~~~~^~~~~~~║\n╚══════════════╩╩╩╩═════════════════════════╩╩╩╩══════════════╝\n - one protocol, one bridge = infinite possibilities -\n\n\n ***************************************************************\n\n DISCLAIMER: U.S Patent Pending\n\n LICENSE: Holograph Limited Public License (H-LPL)\n\n https://holograph.xyz/licenses/h-lpl/1.0.0\n\n This license governs use of the accompanying software. If you\n use the software, you accept this license. If you do not accept\n the license, you are not permitted to use the software.\n\n 1. Definitions\n\n The terms \"reproduce,\" \"reproduction,\" \"derivative works,\" and\n \"distribution\" have the same meaning here as under U.S.\n copyright law. A \"contribution\" is the original software, or\n any additions or changes to the software. A \"contributor\" is\n any person that distributes its contribution under this\n license. \"Licensed patents\" are a contributor’s patent claims\n that read directly on its contribution.\n\n 2. Grant of Rights\n\n A) Copyright Grant- Subject to the terms of this license,\n including the license conditions and limitations in sections 3\n and 4, each contributor grants you a non-exclusive, worldwide,\n royalty-free copyright license to reproduce its contribution,\n prepare derivative works of its contribution, and distribute\n its contribution or any derivative works that you create.\n B) Patent Grant- Subject to the terms of this license,\n including the license conditions and limitations in section 3,\n each contributor grants you a non-exclusive, worldwide,\n royalty-free license under its licensed patents to make, have\n made, use, sell, offer for sale, import, and/or otherwise\n dispose of its contribution in the software or derivative works\n of the contribution in the software.\n\n 3. Conditions and Limitations\n\n A) No Trademark License- This license does not grant you rights\n to use any contributors’ name, logo, or trademarks.\n B) If you bring a patent claim against any contributor over\n patents that you claim are infringed by the software, your\n patent license from such contributor is terminated with\n immediate effect.\n C) If you distribute any portion of the software, you must\n retain all copyright, patent, trademark, and attribution\n notices that are present in the software.\n D) If you distribute any portion of the software in source code\n form, you may do so only under this license by including a\n complete copy of this license with your distribution. If you\n distribute any portion of the software in compiled or object\n code form, you may only do so under a license that complies\n with this license.\n E) The software is licensed “as-is.” You bear all risks of\n using it. The contributors give no express warranties,\n guarantees, or conditions. You may have additional consumer\n rights under your local laws which this license cannot change.\n To the extent permitted under your local laws, the contributors\n exclude all implied warranties, including those of\n merchantability, fitness for a particular purpose and\n non-infringement.\n\n 4. (F) Platform Limitation- The licenses granted in sections\n 2.A & 2.B extend only to the software or derivative works that\n you create that run on a Holograph system product.\n\n ***************************************************************\n\n*/\n\npragma solidity 0.8.17;\n\nimport \"../interface/InitializableInterface.sol\";\n\n/**\n * @title Initializable\n * @author https://github.com/holographxyz\n * @notice Use init instead of constructor\n * @dev This allows for use of init function to make one time initializations without the need for a constructor\n */\nabstract contract Initializable is InitializableInterface {\n /**\n * @dev bytes32(uint256(keccak256('eip1967.Holograph.initialized')) - 1)\n */\n bytes32 constant _initializedSlot = 0x4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a01;\n\n /**\n * @dev Constructor is left empty and init is used instead\n */\n constructor() {}\n\n /**\n * @notice Used internally to initialize the contract instead of through a constructor\n * @dev This function is called by the deployer/factory when creating a contract\n * @param initPayload abi encoded payload to use for contract initilaization\n */\n function init(bytes memory initPayload) external virtual returns (bytes4);\n\n function _isInitialized() internal view returns (bool initialized) {\n assembly {\n initialized := sload(_initializedSlot)\n }\n }\n\n function _setInitialized() internal {\n assembly {\n sstore(_initializedSlot, 0x0000000000000000000000000000000000000000000000000000000000000001)\n }\n }\n}\n"},"contracts/abstract/Owner.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n/*\n\n ┌───────────┐\n │ HOLOGRAPH │\n └───────────┘\n╔═════════════════════════════════════════════════════════════╗\n║ ║\n║ / ^ \\ ║\n║ ~~*~~ ¸ ║\n║ [ '<>:<>' ] │░░░ ║\n║ ╔╗ _/\"\\_ ╔╣ ║\n║ ┌─╬╬─┐ \"\"\" ┌─╬╬─┐ ║\n║ ┌─┬┘ ╠╣ └┬─┐ \\_/ ┌─┬┘ ╠╣ └┬─┐ ║\n║ ┌─┬┘ │ ╠╣ │ └┬─┐ ┌─┬┘ │ ╠╣ │ └┬─┐ ║\n║ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ┌─┬┘ │ │ ╠╣ │ │ └┬─┐ ║\n║ ┌─┬┘ │ │ │ ╠╣ │ │ │ └┬┐ ┌┬┘ │ │ │ ╠╣ │ │ │ └┬─┐ ║\n╠┬┘ │ │ │ │ ╠╣ │ │ │ │└¤┘│ │ │ │ ╠╣ │ │ │ │ └┬╣\n║│ │ │ │ │ ╠╣ │ │ │ │ │ │ │ │ ╠╣ │ │ │ │ │║\n╠╩══╩══╩══╩══╩══╬╬══╩══╩══╩══╩═══╩══╩══╩══╩══╬╬══╩══╩══╩══╩══╩╣\n╠┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╬╬┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╣\n║ ╠╣ ╠╣ ║\n║ ╠╣ ╠╣ ║\n║ , ╠╣ , ,' * ╠╣ ║\n║~~~~~^~~~~~~~~┌╬╬┐~~~^~~~~~~~~^^~~~~~~~~^~~┌╬╬┐~~~~~~~^~~~~~~║\n╚══════════════╩╩╩╩═════════════════════════╩╩╩╩══════════════╝\n - one protocol, one bridge = infinite possibilities -\n\n\n ***************************************************************\n\n DISCLAIMER: U.S Patent Pending\n\n LICENSE: Holograph Limited Public License (H-LPL)\n\n https://holograph.xyz/licenses/h-lpl/1.0.0\n\n This license governs use of the accompanying software. If you\n use the software, you accept this license. If you do not accept\n the license, you are not permitted to use the software.\n\n 1. Definitions\n\n The terms \"reproduce,\" \"reproduction,\" \"derivative works,\" and\n \"distribution\" have the same meaning here as under U.S.\n copyright law. A \"contribution\" is the original software, or\n any additions or changes to the software. A \"contributor\" is\n any person that distributes its contribution under this\n license. \"Licensed patents\" are a contributor’s patent claims\n that read directly on its contribution.\n\n 2. Grant of Rights\n\n A) Copyright Grant- Subject to the terms of this license,\n including the license conditions and limitations in sections 3\n and 4, each contributor grants you a non-exclusive, worldwide,\n royalty-free copyright license to reproduce its contribution,\n prepare derivative works of its contribution, and distribute\n its contribution or any derivative works that you create.\n B) Patent Grant- Subject to the terms of this license,\n including the license conditions and limitations in section 3,\n each contributor grants you a non-exclusive, worldwide,\n royalty-free license under its licensed patents to make, have\n made, use, sell, offer for sale, import, and/or otherwise\n dispose of its contribution in the software or derivative works\n of the contribution in the software.\n\n 3. Conditions and Limitations\n\n A) No Trademark License- This license does not grant you rights\n to use any contributors’ name, logo, or trademarks.\n B) If you bring a patent claim against any contributor over\n patents that you claim are infringed by the software, your\n patent license from such contributor is terminated with\n immediate effect.\n C) If you distribute any portion of the software, you must\n retain all copyright, patent, trademark, and attribution\n notices that are present in the software.\n D) If you distribute any portion of the software in source code\n form, you may do so only under this license by including a\n complete copy of this license with your distribution. If you\n distribute any portion of the software in compiled or object\n code form, you may only do so under a license that complies\n with this license.\n E) The software is licensed “as-is.” You bear all risks of\n using it. The contributors give no express warranties,\n guarantees, or conditions. You may have additional consumer\n rights under your local laws which this license cannot change.\n To the extent permitted under your local laws, the contributors\n exclude all implied warranties, including those of\n merchantability, fitness for a particular purpose and\n non-infringement.\n\n 4. (F) Platform Limitation- The licenses granted in sections\n 2.A & 2.B extend only to the software or derivative works that\n you create that run on a Holograph system product.\n\n ***************************************************************\n\n*/\n\npragma solidity 0.8.17;\n\nabstract contract Owner {\n /**\n * @dev bytes32(uint256(keccak256('eip1967.Holograph.owner')) - 1)\n */\n bytes32 constant _ownerSlot = 0xb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777;\n\n /**\n * @dev Event emitted when contract owner is changed.\n */\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n modifier onlyOwner() virtual {\n require(msg.sender == getOwner(), \"HOLOGRAPH: owner only function\");\n _;\n }\n\n function owner() public view virtual returns (address) {\n return getOwner();\n }\n\n constructor() {}\n\n function getOwner() public view returns (address ownerAddress) {\n assembly {\n ownerAddress := sload(_ownerSlot)\n }\n }\n\n function setOwner(address ownerAddress) public onlyOwner {\n address previousOwner = getOwner();\n assembly {\n sstore(_ownerSlot, ownerAddress)\n }\n emit OwnershipTransferred(previousOwner, ownerAddress);\n }\n\n function transferOwnership(address newOwner) public onlyOwner {\n require(newOwner != address(0), \"HOLOGRAPH: zero address\");\n assembly {\n sstore(_ownerSlot, newOwner)\n }\n }\n\n function ownerCall(address target, bytes calldata data) external payable onlyOwner {\n assembly {\n calldatacopy(0, data.offset, data.length)\n let result := call(gas(), target, callvalue(), 0, data.length, 0, 0)\n returndatacopy(0, 0, returndatasize())\n switch result\n case 0 {\n revert(0, returndatasize())\n }\n default {\n return(0, returndatasize())\n }\n }\n }\n}\n"},"contracts/LedgerTest.sol":{"content":"pragma solidity 0.8.17;\n\ncontract LedgerTest {\n constructor() {}\n\n function hello() public pure returns (string memory) {\n return \"hello\";\n }\n}\n"}},"settings":{"optimizer":{"enabled":true,"runs":999999},"metadata":{"bytecodeHash":"none","useLiteralContent":true},"outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout","evm.gasEstimates"],"":["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--> contracts/LedgerTest.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":"contracts/LedgerTest.sol","start":-1},"type":"Warning"}],"sources":{"contracts/HolographGenesis.sol":{"ast":{"absolutePath":"contracts/HolographGenesis.sol","exportedSymbols":{"HolographGenesis":[431],"InitializableInterface":[590]},"id":432,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","0.8",".17"],"nodeType":"PragmaDirective","src":"5636:23:0"},{"absolutePath":"contracts/interface/InitializableInterface.sol","file":"./interface/InitializableInterface.sol","id":2,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":432,"sourceUnit":591,"src":"5661:48:0","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"HolographGenesis","contractDependencies":[],"contractKind":"contract","documentation":{"id":3,"nodeType":"StructuredDocumentation","src":"5711:90:0","text":" @title HOLOGRAPH GENESIS\n @dev In the beginning there was a smart contract..."},"fullyImplemented":true,"id":431,"linearizedBaseContracts":[431],"name":"HolographGenesis","nameLocation":"5811:16:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":5,"mutability":"immutable","name":"_version","nameLocation":"5857:8:0","nodeType":"VariableDeclaration","scope":431,"src":"5832:33:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint32","typeString":"uint32"},"typeName":{"id":4,"name":"uint32","nodeType":"ElementaryTypeName","src":"5832:6:0","typeDescriptions":{"typeIdentifier":"t_uint32","typeString":"uint32"}},"visibility":"private"},{"constant":false,"id":7,"mutability":"mutable","name":"_approveDeployerNonce","nameLocation":"5945:21:0","nodeType":"VariableDeclaration","scope":431,"src":"5929:37:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":6,"name":"uint256","nodeType":"ElementaryTypeName","src":"5929:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"private"},{"constant":false,"id":10,"mutability":"immutable","name":"deployer1","nameLocation":"6047:9:0","nodeType":"VariableDeclaration","scope":431,"src":"6021:80:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":8,"name":"address","nodeType":"ElementaryTypeName","src":"6021:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"value":{"hexValue":"307842423536363138326633354239453541653034644230326135343530434331353664326638396331","id":9,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6059:42:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"value":"0xBB566182f35B9E5Ae04dB02a5450CC156d2f89c1"},"visibility":"private"},{"constant":false,"id":13,"mutability":"immutable","name":"deployer2","nameLocation":"6131:9:0","nodeType":"VariableDeclaration","scope":431,"src":"6105:80:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":11,"name":"address","nodeType":"ElementaryTypeName","src":"6105:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"value":{"hexValue":"307832324544333639343744446431616533313746373831366334313044336330633538426239623930","id":12,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6143:42:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"value":"0x22ED36947DDd1ae317F7816c410D3c0c58Bb9b90"},"visibility":"private"},{"constant":false,"id":16,"mutability":"immutable","name":"deployer3","nameLocation":"6215:9:0","nodeType":"VariableDeclaration","scope":431,"src":"6189:80:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":14,"name":"address","nodeType":"ElementaryTypeName","src":"6189:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"value":{"hexValue":"307846664341306436393836303939466244623362364144396236616135444635656431643434663043","id":15,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6227:42:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"value":"0xFfCA0d6986099FbDb3b6AD9b6aa5DF5ed1d44f0C"},"visibility":"private"},{"constant":false,"id":19,"mutability":"immutable","name":"deployer4","nameLocation":"6299:9:0","nodeType":"VariableDeclaration","scope":431,"src":"6273:80:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":17,"name":"address","nodeType":"ElementaryTypeName","src":"6273:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"value":{"hexValue":"307844463930313361394166373633623138314546386163464330653332323934393430303465303031","id":18,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6311:42:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"value":"0xDF9013a9Af763b181EF8acFC0e3229494004e001"},"visibility":"private"},{"constant":false,"id":22,"mutability":"immutable","name":"deployer5","nameLocation":"6383:9:0","nodeType":"VariableDeclaration","scope":431,"src":"6357:80:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":20,"name":"address","nodeType":"ElementaryTypeName","src":"6357:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"value":{"hexValue":"307830304163394664353043363366313736423439463035466665644133323462443638433763443639","id":21,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6395:42:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"value":"0x00Ac9Fd50C63f176B49F05FfedA324bD68C7cD69"},"visibility":"private"},{"constant":false,"id":26,"mutability":"mutable","name":"_approvedDeployers","nameLocation":"6529:18:0","nodeType":"VariableDeclaration","scope":431,"src":"6496:51:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"},"typeName":{"id":25,"keyType":{"id":23,"name":"address","nodeType":"ElementaryTypeName","src":"6504:7:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"6496:24:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"},"valueType":{"id":24,"name":"bool","nodeType":"ElementaryTypeName","src":"6515:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}},"visibility":"private"},{"anonymous":false,"eventSelector":"51a7f65c6325882f237d4aeb43228179cfad48b868511d508e24b4437a819137","id":30,"name":"Message","nameLocation":"6570:7:0","nodeType":"EventDefinition","parameters":{"id":29,"nodeType":"ParameterList","parameters":[{"constant":false,"id":28,"indexed":false,"mutability":"mutable","name":"message","nameLocation":"6585:7:0","nodeType":"VariableDeclaration","scope":30,"src":"6578:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":27,"name":"string","nodeType":"ElementaryTypeName","src":"6578:6:0","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"6577:16:0"},"src":"6564:30:0"},{"anonymous":false,"eventSelector":"8ffcdc15a283d706d38281f500270d8b5a656918f555de0913d7455e3e6bc1bf","id":34,"name":"ContractDeployed","nameLocation":"6603:16:0","nodeType":"EventDefinition","parameters":{"id":33,"nodeType":"ParameterList","parameters":[{"constant":false,"id":32,"indexed":false,"mutability":"mutable","name":"deployedContract","nameLocation":"6628:16:0","nodeType":"VariableDeclaration","scope":34,"src":"6620:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":31,"name":"address","nodeType":"ElementaryTypeName","src":"6620:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6619:26:0"},"src":"6597:49:0"},{"body":{"id":45,"nodeType":"Block","src":"6737:93:0","statements":[{"expression":{"arguments":[{"baseExpression":{"id":37,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"6751:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":40,"indexExpression":{"expression":{"id":38,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"6770:3:0","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":39,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6774:6:0","memberName":"sender","nodeType":"MemberAccess","src":"6770:10:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6751:30:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a206465706c6f796572206e6f7420617070726f766564","id":41,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6783:34:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159","typeString":"literal_string \"HOLOGRAPH: deployer not approved\""},"value":"HOLOGRAPH: deployer not approved"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159","typeString":"literal_string \"HOLOGRAPH: deployer not approved\""}],"id":36,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6743:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":42,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6743:75:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":43,"nodeType":"ExpressionStatement","src":"6743:75:0"},{"id":44,"nodeType":"PlaceholderStatement","src":"6824:1:0"}]},"id":46,"name":"onlyDeployer","nameLocation":"6722:12:0","nodeType":"ModifierDefinition","parameters":{"id":35,"nodeType":"ParameterList","parameters":[],"src":"6734:2:0"},"src":"6713:117:0","virtual":false,"visibility":"internal"},{"body":{"id":88,"nodeType":"Block","src":"6933:329:0","statements":[{"expression":{"id":52,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":50,"name":"_version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":5,"src":"6939:8:0","typeDescriptions":{"typeIdentifier":"t_uint32","typeString":"uint32"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"32","id":51,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6950:1:0","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"6939:12:0","typeDescriptions":{"typeIdentifier":"t_uint32","typeString":"uint32"}},"id":53,"nodeType":"ExpressionStatement","src":"6939:12:0"},{"expression":{"id":58,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":54,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"7005:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":56,"indexExpression":{"id":55,"name":"deployer1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":10,"src":"7024:9:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"7005:29:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":57,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7037:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"7005:36:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":59,"nodeType":"ExpressionStatement","src":"7005:36:0"},{"expression":{"id":64,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":60,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"7047:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":62,"indexExpression":{"id":61,"name":"deployer2","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":13,"src":"7066:9:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"7047:29:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":63,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7079:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"7047:36:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":65,"nodeType":"ExpressionStatement","src":"7047:36:0"},{"expression":{"id":70,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":66,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"7089:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":68,"indexExpression":{"id":67,"name":"deployer3","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":16,"src":"7108:9:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"7089:29:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":69,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7121:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"7089:36:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":71,"nodeType":"ExpressionStatement","src":"7089:36:0"},{"expression":{"id":76,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":72,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"7131:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":74,"indexExpression":{"id":73,"name":"deployer4","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":19,"src":"7150:9:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"7131:29:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":75,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7163:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"7131:36:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":77,"nodeType":"ExpressionStatement","src":"7131:36:0"},{"expression":{"id":82,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":78,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"7173:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":80,"indexExpression":{"id":79,"name":"deployer5","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":22,"src":"7192:9:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"7173:29:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":81,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7205:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"7173:36:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":83,"nodeType":"ExpressionStatement","src":"7173:36:0"},{"eventCall":{"arguments":[{"hexValue":"5468652066757475726520697320486f6c6f67726170686963","id":85,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7229:27:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792","typeString":"literal_string \"The future is Holographic\""},"value":"The future is Holographic"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792","typeString":"literal_string \"The future is Holographic\""}],"id":84,"name":"Message","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":30,"src":"7221:7:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory)"}},"id":86,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7221:36:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":87,"nodeType":"EmitStatement","src":"7216:41:0"}]},"documentation":{"id":47,"nodeType":"StructuredDocumentation","src":"6834:82:0","text":" @dev Sets the initial deployers as approved upon contract creation."},"id":89,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":48,"nodeType":"ParameterList","parameters":[],"src":"6930:2:0"},"returnParameters":{"id":49,"nodeType":"ParameterList","parameters":[],"src":"6933:0:0"},"scope":431,"src":"6919:343:0","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":187,"nodeType":"Block","src":"7807:760:0","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":109,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":106,"name":"chainId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":92,"src":"7821:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":107,"name":"block","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-4,"src":"7832:5:0","typeDescriptions":{"typeIdentifier":"t_magic_block","typeString":"block"}},"id":108,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7838:7:0","memberName":"chainid","nodeType":"MemberAccess","src":"7832:13:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7821:24:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a20696e636f727265637420636861696e206964","id":110,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7847:31:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8","typeString":"literal_string \"HOLOGRAPH: incorrect chain id\""},"value":"HOLOGRAPH: incorrect chain id"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8","typeString":"literal_string \"HOLOGRAPH: incorrect chain id\""}],"id":105,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7813:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":111,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7813:66:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":112,"nodeType":"ExpressionStatement","src":"7813:66:0"},{"assignments":[114],"declarations":[{"constant":false,"id":114,"mutability":"mutable","name":"salt","nameLocation":"7893:4:0","nodeType":"VariableDeclaration","scope":187,"src":"7885:12:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":113,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7885:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":123,"initialValue":{"arguments":[{"arguments":[{"id":119,"name":"secret","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":96,"src":"7925:6:0","typeDescriptions":{"typeIdentifier":"t_bytes20","typeString":"bytes20"}},{"id":120,"name":"saltHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":94,"src":"7933:8:0","typeDescriptions":{"typeIdentifier":"t_bytes12","typeString":"bytes12"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes20","typeString":"bytes20"},{"typeIdentifier":"t_bytes12","typeString":"bytes12"}],"expression":{"id":117,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"7908:3:0","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":118,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"7912:12:0","memberName":"encodePacked","nodeType":"MemberAccess","src":"7908:16:0","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":121,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7908:34:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":116,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7900:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":115,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7900:7:0","typeDescriptions":{}}},"id":122,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7900:43:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"VariableDeclarationStatement","src":"7885:58:0"},{"assignments":[125],"declarations":[{"constant":false,"id":125,"mutability":"mutable","name":"contractAddress","nameLocation":"7957:15:0","nodeType":"VariableDeclaration","scope":187,"src":"7949:23:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":124,"name":"address","nodeType":"ElementaryTypeName","src":"7949:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":152,"initialValue":{"arguments":[{"arguments":[{"arguments":[{"arguments":[{"arguments":[{"arguments":[{"hexValue":"30786666","id":137,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8040:4:0","typeDescriptions":{"typeIdentifier":"t_rational_255_by_1","typeString":"int_const 255"},"value":"0xff"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_255_by_1","typeString":"int_const 255"}],"id":136,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8033:6:0","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes1_$","typeString":"type(bytes1)"},"typeName":{"id":135,"name":"bytes1","nodeType":"ElementaryTypeName","src":"8033:6:0","typeDescriptions":{}}},"id":138,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8033:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},{"arguments":[{"id":141,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"8055:4:0","typeDescriptions":{"typeIdentifier":"t_contract$_HolographGenesis_$431","typeString":"contract HolographGenesis"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_HolographGenesis_$431","typeString":"contract HolographGenesis"}],"id":140,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8047:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":139,"name":"address","nodeType":"ElementaryTypeName","src":"8047:7:0","typeDescriptions":{}}},"id":142,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8047:13:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":143,"name":"salt","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":114,"src":"8062:4:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"arguments":[{"id":145,"name":"sourceCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":98,"src":"8078:10:0","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":144,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"8068:9:0","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":146,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8068:21:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes1","typeString":"bytes1"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":133,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"8016:3:0","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":134,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"8020:12:0","memberName":"encodePacked","nodeType":"MemberAccess","src":"8016:16:0","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":147,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8016:74:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":132,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"8006:9:0","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":148,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8006:85:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":131,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7998:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":130,"name":"uint256","nodeType":"ElementaryTypeName","src":"7998:7:0","typeDescriptions":{}}},"id":149,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7998:94:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":129,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7990:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_uint160_$","typeString":"type(uint160)"},"typeName":{"id":128,"name":"uint160","nodeType":"ElementaryTypeName","src":"7990:7:0","typeDescriptions":{}}},"id":150,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7990:103:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint160","typeString":"uint160"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint160","typeString":"uint160"}],"id":127,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7975:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":126,"name":"address","nodeType":"ElementaryTypeName","src":"7975:7:0","typeDescriptions":{}}},"id":151,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7975:124:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"7949:150:0"},{"expression":{"arguments":[{"id":157,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"8113:29:0","subExpression":{"arguments":[{"id":155,"name":"contractAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":125,"src":"8126:15:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":154,"name":"_isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":223,"src":"8114:11:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":156,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8114:28:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a20616c7265616479206465706c6f796564","id":158,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8144:29:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d","typeString":"literal_string \"HOLOGRAPH: already deployed\""},"value":"HOLOGRAPH: already deployed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d","typeString":"literal_string \"HOLOGRAPH: already deployed\""}],"id":153,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8105:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":159,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8105:69:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":160,"nodeType":"ExpressionStatement","src":"8105:69:0"},{"AST":{"nodeType":"YulBlock","src":"8189:91:0","statements":[{"nodeType":"YulAssignment","src":"8197:77:0","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8224:1:0","type":"","value":"0"},{"arguments":[{"name":"sourceCode","nodeType":"YulIdentifier","src":"8231:10:0"},{"kind":"number","nodeType":"YulLiteral","src":"8243:4:0","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8227:3:0"},"nodeType":"YulFunctionCall","src":"8227:21:0"},{"arguments":[{"name":"sourceCode","nodeType":"YulIdentifier","src":"8256:10:0"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8250:5:0"},"nodeType":"YulFunctionCall","src":"8250:17:0"},{"name":"salt","nodeType":"YulIdentifier","src":"8269:4:0"}],"functionName":{"name":"create2","nodeType":"YulIdentifier","src":"8216:7:0"},"nodeType":"YulFunctionCall","src":"8216:58:0"},"variableNames":[{"name":"contractAddress","nodeType":"YulIdentifier","src":"8197:15:0"}]}]},"evmVersion":"london","externalReferences":[{"declaration":125,"isOffset":false,"isSlot":false,"src":"8197:15:0","valueSize":1},{"declaration":114,"isOffset":false,"isSlot":false,"src":"8269:4:0","valueSize":1},{"declaration":98,"isOffset":false,"isSlot":false,"src":"8231:10:0","valueSize":1},{"declaration":98,"isOffset":false,"isSlot":false,"src":"8256:10:0","valueSize":1}],"id":161,"nodeType":"InlineAssembly","src":"8180:100:0"},{"expression":{"arguments":[{"arguments":[{"id":164,"name":"contractAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":125,"src":"8305:15:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":163,"name":"_isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":223,"src":"8293:11:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":165,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8293:28:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a206465706c6f796d656e74206661696c6564","id":166,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8323:30:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e","typeString":"literal_string \"HOLOGRAPH: deployment failed\""},"value":"HOLOGRAPH: deployment failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e","typeString":"literal_string \"HOLOGRAPH: deployment failed\""}],"id":162,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8285:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":167,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8285:69:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":168,"nodeType":"ExpressionStatement","src":"8285:69:0"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bytes4","typeString":"bytes4"},"id":179,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":174,"name":"initCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":100,"src":"8420:8:0","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"arguments":[{"id":171,"name":"contractAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":125,"src":"8398:15:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":170,"name":"InitializableInterface","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":590,"src":"8375:22:0","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_InitializableInterface_$590_$","typeString":"type(contract InitializableInterface)"}},"id":172,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8375:39:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_InitializableInterface_$590","typeString":"contract InitializableInterface"}},"id":173,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"8415:4:0","memberName":"init","nodeType":"MemberAccess","referencedDeclaration":589,"src":"8375:44:0","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_bytes_memory_ptr_$returns$_t_bytes4_$","typeString":"function (bytes memory) external returns (bytes4)"}},"id":175,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8375:54:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"expression":{"id":176,"name":"InitializableInterface","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":590,"src":"8433:22:0","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_InitializableInterface_$590_$","typeString":"type(contract InitializableInterface)"}},"id":177,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"8456:4:0","memberName":"init","nodeType":"MemberAccess","referencedDeclaration":589,"src":"8433:27:0","typeDescriptions":{"typeIdentifier":"t_function_declaration_nonpayable$_t_bytes_memory_ptr_$returns$_t_bytes4_$","typeString":"function InitializableInterface.init(bytes memory) returns (bytes4)"}},"id":178,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"8461:8:0","memberName":"selector","nodeType":"MemberAccess","src":"8433:36:0","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"src":"8375:94:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a20696e697469616c697a6174696f6e206661696c6564","id":180,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8477:34:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e","typeString":"literal_string \"HOLOGRAPH: initialization failed\""},"value":"HOLOGRAPH: initialization failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e","typeString":"literal_string \"HOLOGRAPH: initialization failed\""}],"id":169,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8360:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":181,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8360:157:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":182,"nodeType":"ExpressionStatement","src":"8360:157:0"},{"eventCall":{"arguments":[{"id":184,"name":"contractAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":125,"src":"8546:15:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":183,"name":"ContractDeployed","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":34,"src":"8529:16:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":185,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8529:33:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":186,"nodeType":"EmitStatement","src":"8524:38:0"}]},"documentation":{"id":90,"nodeType":"StructuredDocumentation","src":"7266:377:0","text":" @dev Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.\n @param chainId The chain on which to deploy\n @param saltHash A unique salt for contract creation\n @param secret A secret part of the salt\n @param sourceCode The bytecode of the contract to deploy\n @param initCode The initialization code for the contract"},"functionSelector":"49aa18fc","id":188,"implemented":true,"kind":"function","modifiers":[{"id":103,"kind":"modifierInvocation","modifierName":{"id":102,"name":"onlyDeployer","nameLocations":["7794:12:0"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"7794:12:0"},"nodeType":"ModifierInvocation","src":"7794:12:0"}],"name":"deploy","nameLocation":"7655:6:0","nodeType":"FunctionDefinition","parameters":{"id":101,"nodeType":"ParameterList","parameters":[{"constant":false,"id":92,"mutability":"mutable","name":"chainId","nameLocation":"7675:7:0","nodeType":"VariableDeclaration","scope":188,"src":"7667:15:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":91,"name":"uint256","nodeType":"ElementaryTypeName","src":"7667:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":94,"mutability":"mutable","name":"saltHash","nameLocation":"7696:8:0","nodeType":"VariableDeclaration","scope":188,"src":"7688:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes12","typeString":"bytes12"},"typeName":{"id":93,"name":"bytes12","nodeType":"ElementaryTypeName","src":"7688:7:0","typeDescriptions":{"typeIdentifier":"t_bytes12","typeString":"bytes12"}},"visibility":"internal"},{"constant":false,"id":96,"mutability":"mutable","name":"secret","nameLocation":"7718:6:0","nodeType":"VariableDeclaration","scope":188,"src":"7710:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes20","typeString":"bytes20"},"typeName":{"id":95,"name":"bytes20","nodeType":"ElementaryTypeName","src":"7710:7:0","typeDescriptions":{"typeIdentifier":"t_bytes20","typeString":"bytes20"}},"visibility":"internal"},{"constant":false,"id":98,"mutability":"mutable","name":"sourceCode","nameLocation":"7743:10:0","nodeType":"VariableDeclaration","scope":188,"src":"7730:23:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":97,"name":"bytes","nodeType":"ElementaryTypeName","src":"7730:5:0","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":100,"mutability":"mutable","name":"initCode","nameLocation":"7772:8:0","nodeType":"VariableDeclaration","scope":188,"src":"7759:21:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":99,"name":"bytes","nodeType":"ElementaryTypeName","src":"7759:5:0","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7661:123:0"},"returnParameters":{"id":104,"nodeType":"ParameterList","parameters":[],"src":"7807:0:0"},"scope":431,"src":"7646:921:0","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":200,"nodeType":"Block","src":"8798:46:0","statements":[{"expression":{"baseExpression":{"id":196,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"8811:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":198,"indexExpression":{"id":197,"name":"deployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":191,"src":"8830:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"8811:28:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":195,"id":199,"nodeType":"Return","src":"8804:35:0"}]},"documentation":{"id":189,"nodeType":"StructuredDocumentation","src":"8571:149:0","text":" @dev Check if an address is an approved deployer.\n @param deployer Address to check\n @return bool representing approval status"},"functionSelector":"dc7faa07","id":201,"implemented":true,"kind":"function","modifiers":[],"name":"isApprovedDeployer","nameLocation":"8732:18:0","nodeType":"FunctionDefinition","parameters":{"id":192,"nodeType":"ParameterList","parameters":[{"constant":false,"id":191,"mutability":"mutable","name":"deployer","nameLocation":"8759:8:0","nodeType":"VariableDeclaration","scope":201,"src":"8751:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":190,"name":"address","nodeType":"ElementaryTypeName","src":"8751:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"8750:18:0"},"returnParameters":{"id":195,"nodeType":"ParameterList","parameters":[{"constant":false,"id":194,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":201,"src":"8792:4:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":193,"name":"bool","nodeType":"ElementaryTypeName","src":"8792:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"8791:6:0"},"scope":431,"src":"8723:121:0","stateMutability":"view","virtual":false,"visibility":"external"},{"body":{"id":222,"nodeType":"Block","src":"9123:207:0","statements":[{"assignments":[210],"declarations":[{"constant":false,"id":210,"mutability":"mutable","name":"codehash","nameLocation":"9137:8:0","nodeType":"VariableDeclaration","scope":222,"src":"9129:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":209,"name":"bytes32","nodeType":"ElementaryTypeName","src":"9129:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":211,"nodeType":"VariableDeclarationStatement","src":"9129:16:0"},{"AST":{"nodeType":"YulBlock","src":"9160:54:0","statements":[{"nodeType":"YulAssignment","src":"9168:40:0","value":{"arguments":[{"name":"contractAddress","nodeType":"YulIdentifier","src":"9192:15:0"}],"functionName":{"name":"extcodehash","nodeType":"YulIdentifier","src":"9180:11:0"},"nodeType":"YulFunctionCall","src":"9180:28:0"},"variableNames":[{"name":"codehash","nodeType":"YulIdentifier","src":"9168:8:0"}]}]},"evmVersion":"london","externalReferences":[{"declaration":210,"isOffset":false,"isSlot":false,"src":"9168:8:0","valueSize":1},{"declaration":204,"isOffset":false,"isSlot":false,"src":"9192:15:0","valueSize":1}],"id":212,"nodeType":"InlineAssembly","src":"9151:63:0"},{"expression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":219,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":215,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":213,"name":"codehash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":210,"src":"9227:8:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"307830","id":214,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9239:3:0","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0x0"},"src":"9227:15:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":218,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":216,"name":"codehash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":210,"src":"9246:8:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"307863356432343630313836663732333363393237653764623264636337303363306535303062363533636138323237336237626661643830343564383561343730","id":217,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9258:66:0","typeDescriptions":{"typeIdentifier":"t_rational_89477152217924674838424037953991966239322087453347756267410168184682657981552_by_1","typeString":"int_const 8947...(69 digits omitted)...1552"},"value":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"},"src":"9246:78:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"9227:97:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":220,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"9226:99:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":208,"id":221,"nodeType":"Return","src":"9219:106:0"}]},"documentation":{"id":202,"nodeType":"StructuredDocumentation","src":"8848:197:0","text":" @dev Internal function to determine if an address is a deployed contract.\n @param contractAddress The address to check\n @return bool representing if the address is a contract"},"id":223,"implemented":true,"kind":"function","modifiers":[],"name":"_isContract","nameLocation":"9057:11:0","nodeType":"FunctionDefinition","parameters":{"id":205,"nodeType":"ParameterList","parameters":[{"constant":false,"id":204,"mutability":"mutable","name":"contractAddress","nameLocation":"9077:15:0","nodeType":"VariableDeclaration","scope":223,"src":"9069:23:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":203,"name":"address","nodeType":"ElementaryTypeName","src":"9069:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"9068:25:0"},"returnParameters":{"id":208,"nodeType":"ParameterList","parameters":[{"constant":false,"id":207,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":223,"src":"9117:4:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":206,"name":"bool","nodeType":"ElementaryTypeName","src":"9117:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"9116:6:0"},"scope":431,"src":"9048:282:0","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":302,"nodeType":"Block","src":"9856:869:0","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":242,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":240,"name":"nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":226,"src":"9870:5:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"id":241,"name":"_approveDeployerNonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":7,"src":"9878:21:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9870:29:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a20696e76616c6964206e6f6e6365","id":243,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"9901:26:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44","typeString":"literal_string \"HOLOGRAPH: invalid nonce\""},"value":"HOLOGRAPH: invalid nonce"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44","typeString":"literal_string \"HOLOGRAPH: invalid nonce\""}],"id":239,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"9862:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":244,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9862:66:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":245,"nodeType":"ExpressionStatement","src":"9862:66:0"},{"expression":{"id":248,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":246,"name":"_approveDeployerNonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":7,"src":"9934:21:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":247,"name":"nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":226,"src":"9958:5:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9934:29:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":249,"nodeType":"ExpressionStatement","src":"9934:29:0"},{"assignments":[251],"declarations":[{"constant":false,"id":251,"mutability":"mutable","name":"signer1","nameLocation":"10021:7:0","nodeType":"VariableDeclaration","scope":302,"src":"10013:15:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":250,"name":"address","nodeType":"ElementaryTypeName","src":"10013:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":258,"initialValue":{"arguments":[{"id":253,"name":"nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":226,"src":"10045:5:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":254,"name":"newDeployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":228,"src":"10052:11:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":255,"name":"approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":230,"src":"10065:7:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":256,"name":"sig1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":232,"src":"10074:4:0","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":252,"name":"recoverSigner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":388,"src":"10031:13:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_address_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_address_$","typeString":"function (uint256,address,bool,bytes memory) pure returns (address)"}},"id":257,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10031:48:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"10013:66:0"},{"assignments":[260],"declarations":[{"constant":false,"id":260,"mutability":"mutable","name":"signer2","nameLocation":"10093:7:0","nodeType":"VariableDeclaration","scope":302,"src":"10085:15:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":259,"name":"address","nodeType":"ElementaryTypeName","src":"10085:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":267,"initialValue":{"arguments":[{"id":262,"name":"nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":226,"src":"10117:5:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":263,"name":"newDeployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":228,"src":"10124:11:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":264,"name":"approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":230,"src":"10137:7:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":265,"name":"sig2","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":234,"src":"10146:4:0","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":261,"name":"recoverSigner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":388,"src":"10103:13:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_address_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_address_$","typeString":"function (uint256,address,bool,bytes memory) pure returns (address)"}},"id":266,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10103:48:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"10085:66:0"},{"expression":{"arguments":[{"baseExpression":{"id":269,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"10220:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":271,"indexExpression":{"id":270,"name":"signer1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":251,"src":"10239:7:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"10220:27:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a207369676e65722031206e6f7420617070726f766564","id":272,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10249:34:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b","typeString":"literal_string \"HOLOGRAPH: signer 1 not approved\""},"value":"HOLOGRAPH: signer 1 not approved"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b","typeString":"literal_string \"HOLOGRAPH: signer 1 not approved\""}],"id":268,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"10212:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":273,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10212:72:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":274,"nodeType":"ExpressionStatement","src":"10212:72:0"},{"expression":{"arguments":[{"baseExpression":{"id":276,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"10298:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":278,"indexExpression":{"id":277,"name":"signer2","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":260,"src":"10317:7:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"10298:27:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a207369676e65722032206e6f7420617070726f766564","id":279,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10327:34:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531","typeString":"literal_string \"HOLOGRAPH: signer 2 not approved\""},"value":"HOLOGRAPH: signer 2 not approved"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531","typeString":"literal_string \"HOLOGRAPH: signer 2 not approved\""}],"id":275,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"10290:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":280,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10290:72:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":281,"nodeType":"ExpressionStatement","src":"10290:72:0"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":285,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":283,"name":"signer1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":251,"src":"10436:7:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":284,"name":"signer2","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":260,"src":"10447:7:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"10436:18:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a207369676e617475726573206d7573742062652066726f6d20646966666572656e74206465706c6f79657273","id":286,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10456:56:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599","typeString":"literal_string \"HOLOGRAPH: signatures must be from different deployers\""},"value":"HOLOGRAPH: signatures must be from different deployers"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599","typeString":"literal_string \"HOLOGRAPH: signatures must be from different deployers\""}],"id":282,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"10428:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":287,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10428:85:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":288,"nodeType":"ExpressionStatement","src":"10428:85:0"},{"expression":{"id":293,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":289,"name":"_approvedDeployers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"10582:18:0","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":291,"indexExpression":{"id":290,"name":"newDeployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":228,"src":"10601:11:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"10582:31:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":292,"name":"approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":230,"src":"10616:7:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"10582:41:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":294,"nodeType":"ExpressionStatement","src":"10582:41:0"},{"eventCall":{"arguments":[{"condition":{"id":296,"name":"approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":230,"src":"10643:7:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"484f4c4f47524150483a206465706c6f79657220646973617070726f766564","id":298,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10686:33:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_64f4faae605b20f576ee0a6c005af129781f615b90e7ced0bcd7572eecf2d8bb","typeString":"literal_string \"HOLOGRAPH: deployer disapproved\""},"value":"HOLOGRAPH: deployer disapproved"},"id":299,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"10643:76:0","trueExpression":{"hexValue":"484f4c4f47524150483a206465706c6f79657220617070726f766564","id":297,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10653:30:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_0dd4305811cbdf2927bb69f71a21d484883d23bda7a50788fab62341c63efb63","typeString":"literal_string \"HOLOGRAPH: deployer approved\""},"value":"HOLOGRAPH: deployer approved"},"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":295,"name":"Message","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":30,"src":"10635:7:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory)"}},"id":300,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10635:85:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":301,"nodeType":"EmitStatement","src":"10630:90:0"}]},"documentation":{"id":224,"nodeType":"StructuredDocumentation","src":"9334:360:0","text":" @dev Approve or disapprove a deployer using multi-signature verification.\n @param nonce A unique nonce\n @param newDeployer The address of the deployer to approve or disapprove\n @param approve Boolean representing the approval status\n @param sig1 The first signature for multisig\n @param sig2 The second signature for multisig"},"functionSelector":"cb33fe54","id":303,"implemented":true,"kind":"function","modifiers":[{"id":237,"kind":"modifierInvocation","modifierName":{"id":236,"name":"onlyDeployer","nameLocations":["9843:12:0"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"9843:12:0"},"nodeType":"ModifierInvocation","src":"9843:12:0"}],"name":"approveDeployer","nameLocation":"9706:15:0","nodeType":"FunctionDefinition","parameters":{"id":235,"nodeType":"ParameterList","parameters":[{"constant":false,"id":226,"mutability":"mutable","name":"nonce","nameLocation":"9735:5:0","nodeType":"VariableDeclaration","scope":303,"src":"9727:13:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":225,"name":"uint256","nodeType":"ElementaryTypeName","src":"9727:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":228,"mutability":"mutable","name":"newDeployer","nameLocation":"9754:11:0","nodeType":"VariableDeclaration","scope":303,"src":"9746:19:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":227,"name":"address","nodeType":"ElementaryTypeName","src":"9746:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":230,"mutability":"mutable","name":"approve","nameLocation":"9776:7:0","nodeType":"VariableDeclaration","scope":303,"src":"9771:12:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":229,"name":"bool","nodeType":"ElementaryTypeName","src":"9771:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":232,"mutability":"mutable","name":"sig1","nameLocation":"9802:4:0","nodeType":"VariableDeclaration","scope":303,"src":"9789:17:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":231,"name":"bytes","nodeType":"ElementaryTypeName","src":"9789:5:0","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":234,"mutability":"mutable","name":"sig2","nameLocation":"9825:4:0","nodeType":"VariableDeclaration","scope":303,"src":"9812:17:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":233,"name":"bytes","nodeType":"ElementaryTypeName","src":"9812:5:0","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"9721:112:0"},"returnParameters":{"id":238,"nodeType":"ParameterList","parameters":[],"src":"9856:0:0"},"scope":431,"src":"9697:1028:0","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":324,"nodeType":"Block","src":"11168:74:0","statements":[{"expression":{"arguments":[{"arguments":[{"id":318,"name":"nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":306,"src":"11208:5:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":319,"name":"newDeployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":308,"src":"11215:11:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":320,"name":"approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":310,"src":"11228:7:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"}],"expression":{"id":316,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"11191:3:0","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":317,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"11195:12:0","memberName":"encodePacked","nodeType":"MemberAccess","src":"11191:16:0","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":321,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11191:45:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":315,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"11181:9:0","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":322,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11181:56:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"functionReturnParameters":314,"id":323,"nodeType":"Return","src":"11174:63:0"}]},"documentation":{"id":304,"nodeType":"StructuredDocumentation","src":"10729:316:0","text":" @dev Generates a hash of the message containing nonce, deployer address, and approval status.\n @param nonce Nonce used in the message\n @param newDeployer Address of the deployer in the message\n @param approve Approval status in the message\n @return bytes32 Ethereum signed message hash"},"functionSelector":"6ae675ac","id":325,"implemented":true,"kind":"function","modifiers":[],"name":"getMessageHash","nameLocation":"11057:14:0","nodeType":"FunctionDefinition","parameters":{"id":311,"nodeType":"ParameterList","parameters":[{"constant":false,"id":306,"mutability":"mutable","name":"nonce","nameLocation":"11085:5:0","nodeType":"VariableDeclaration","scope":325,"src":"11077:13:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":305,"name":"uint256","nodeType":"ElementaryTypeName","src":"11077:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":308,"mutability":"mutable","name":"newDeployer","nameLocation":"11104:11:0","nodeType":"VariableDeclaration","scope":325,"src":"11096:19:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":307,"name":"address","nodeType":"ElementaryTypeName","src":"11096:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":310,"mutability":"mutable","name":"approve","nameLocation":"11126:7:0","nodeType":"VariableDeclaration","scope":325,"src":"11121:12:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":309,"name":"bool","nodeType":"ElementaryTypeName","src":"11121:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"11071:66:0"},"returnParameters":{"id":314,"nodeType":"ParameterList","parameters":[{"constant":false,"id":313,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":325,"src":"11159:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":312,"name":"bytes32","nodeType":"ElementaryTypeName","src":"11159:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"11158:9:0"},"scope":431,"src":"11048:194:0","stateMutability":"pure","virtual":false,"visibility":"public"},{"body":{"id":341,"nodeType":"Block","src":"11533:95:0","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"19457468657265756d205369676e6564204d6573736167653a0a3332","id":336,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"11573:34:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73","typeString":"literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a3332\""},"value":"\u0019Ethereum Signed Message:\n32"},{"id":337,"name":"_messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":328,"src":"11609:12:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73","typeString":"literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a3332\""},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":334,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"11556:3:0","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":335,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"11560:12:0","memberName":"encodePacked","nodeType":"MemberAccess","src":"11556:16:0","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":338,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11556:66:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":333,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"11546:9:0","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":339,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11546:77:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"functionReturnParameters":332,"id":340,"nodeType":"Return","src":"11539:84:0"}]},"documentation":{"id":326,"nodeType":"StructuredDocumentation","src":"11246:199:0","text":" @dev Recreates the Ethereum signed message hash from the plain message hash.\n @param _messageHash The hash of the original message\n @return bytes32 Ethereum signed message hash"},"functionSelector":"fa540801","id":342,"implemented":true,"kind":"function","modifiers":[],"name":"getEthSignedMessageHash","nameLocation":"11457:23:0","nodeType":"FunctionDefinition","parameters":{"id":329,"nodeType":"ParameterList","parameters":[{"constant":false,"id":328,"mutability":"mutable","name":"_messageHash","nameLocation":"11489:12:0","nodeType":"VariableDeclaration","scope":342,"src":"11481:20:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":327,"name":"bytes32","nodeType":"ElementaryTypeName","src":"11481:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"11480:22:0"},"returnParameters":{"id":332,"nodeType":"ParameterList","parameters":[{"constant":false,"id":331,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":342,"src":"11524:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":330,"name":"bytes32","nodeType":"ElementaryTypeName","src":"11524:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"11523:9:0"},"scope":431,"src":"11448:180:0","stateMutability":"pure","virtual":false,"visibility":"public"},{"body":{"id":387,"nodeType":"Block","src":"12081:252:0","statements":[{"assignments":[357],"declarations":[{"constant":false,"id":357,"mutability":"mutable","name":"messageHash","nameLocation":"12095:11:0","nodeType":"VariableDeclaration","scope":387,"src":"12087:19:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":356,"name":"bytes32","nodeType":"ElementaryTypeName","src":"12087:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":363,"initialValue":{"arguments":[{"id":359,"name":"nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":345,"src":"12124:5:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":360,"name":"newDeployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":347,"src":"12131:11:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":361,"name":"approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":349,"src":"12144:7:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"}],"id":358,"name":"getMessageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":325,"src":"12109:14:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_address_$_t_bool_$returns$_t_bytes32_$","typeString":"function (uint256,address,bool) pure returns (bytes32)"}},"id":362,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"12109:43:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"VariableDeclarationStatement","src":"12087:65:0"},{"assignments":[365],"declarations":[{"constant":false,"id":365,"mutability":"mutable","name":"prefixedHash","nameLocation":"12166:12:0","nodeType":"VariableDeclaration","scope":387,"src":"12158:20:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":364,"name":"bytes32","nodeType":"ElementaryTypeName","src":"12158:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":369,"initialValue":{"arguments":[{"id":367,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":357,"src":"12205:11:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":366,"name":"getEthSignedMessageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":342,"src":"12181:23:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$returns$_t_bytes32_$","typeString":"function (bytes32) pure returns (bytes32)"}},"id":368,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"12181:36:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"VariableDeclarationStatement","src":"12158:59:0"},{"assignments":[371,373,375],"declarations":[{"constant":false,"id":371,"mutability":"mutable","name":"r","nameLocation":"12232:1:0","nodeType":"VariableDeclaration","scope":387,"src":"12224:9:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":370,"name":"bytes32","nodeType":"ElementaryTypeName","src":"12224:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":373,"mutability":"mutable","name":"s","nameLocation":"12243:1:0","nodeType":"VariableDeclaration","scope":387,"src":"12235:9:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":372,"name":"bytes32","nodeType":"ElementaryTypeName","src":"12235:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":375,"mutability":"mutable","name":"v","nameLocation":"12252:1:0","nodeType":"VariableDeclaration","scope":387,"src":"12246:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":374,"name":"uint8","nodeType":"ElementaryTypeName","src":"12246:5:0","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"id":379,"initialValue":{"arguments":[{"id":377,"name":"signature","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":351,"src":"12272:9:0","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":376,"name":"splitSignature","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":410,"src":"12257:14:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$_t_bytes32_$_t_uint8_$","typeString":"function (bytes memory) pure returns (bytes32,bytes32,uint8)"}},"id":378,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"12257:25:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bytes32_$_t_bytes32_$_t_uint8_$","typeString":"tuple(bytes32,bytes32,uint8)"}},"nodeType":"VariableDeclarationStatement","src":"12223:59:0"},{"expression":{"arguments":[{"id":381,"name":"prefixedHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":365,"src":"12306:12:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":382,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":375,"src":"12320:1:0","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":383,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":371,"src":"12323:1:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":384,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":373,"src":"12326:1:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint8","typeString":"uint8"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":380,"name":"ecrecover","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-6,"src":"12296:9:0","typeDescriptions":{"typeIdentifier":"t_function_ecrecover_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$","typeString":"function (bytes32,uint8,bytes32,bytes32) pure returns (address)"}},"id":385,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"12296:32:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":355,"id":386,"nodeType":"Return","src":"12289:39:0"}]},"documentation":{"id":343,"nodeType":"StructuredDocumentation","src":"11632:299:0","text":" @dev Recovers the signer from the signature.\n @param nonce Nonce used in the message\n @param newDeployer Address of the deployer in the message\n @param approve Approval status in the message\n @param signature The signature to recover\n @return address of the signer"},"functionSelector":"55da4cd0","id":388,"implemented":true,"kind":"function","modifiers":[],"name":"recoverSigner","nameLocation":"11943:13:0","nodeType":"FunctionDefinition","parameters":{"id":352,"nodeType":"ParameterList","parameters":[{"constant":false,"id":345,"mutability":"mutable","name":"nonce","nameLocation":"11970:5:0","nodeType":"VariableDeclaration","scope":388,"src":"11962:13:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":344,"name":"uint256","nodeType":"ElementaryTypeName","src":"11962:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":347,"mutability":"mutable","name":"newDeployer","nameLocation":"11989:11:0","nodeType":"VariableDeclaration","scope":388,"src":"11981:19:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":346,"name":"address","nodeType":"ElementaryTypeName","src":"11981:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":349,"mutability":"mutable","name":"approve","nameLocation":"12011:7:0","nodeType":"VariableDeclaration","scope":388,"src":"12006:12:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":348,"name":"bool","nodeType":"ElementaryTypeName","src":"12006:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":351,"mutability":"mutable","name":"signature","nameLocation":"12037:9:0","nodeType":"VariableDeclaration","scope":388,"src":"12024:22:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":350,"name":"bytes","nodeType":"ElementaryTypeName","src":"12024:5:0","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"11956:94:0"},"returnParameters":{"id":355,"nodeType":"ParameterList","parameters":[{"constant":false,"id":354,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":388,"src":"12072:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":353,"name":"address","nodeType":"ElementaryTypeName","src":"12072:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"12071:9:0"},"scope":431,"src":"11934:399:0","stateMutability":"pure","virtual":false,"visibility":"public"},{"body":{"id":409,"nodeType":"Block","src":"12742:316:0","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":404,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":401,"name":"sig","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":391,"src":"12756:3:0","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":402,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"12760:6:0","memberName":"length","nodeType":"MemberAccess","src":"12756:10:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"3635","id":403,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12770:2:0","typeDescriptions":{"typeIdentifier":"t_rational_65_by_1","typeString":"int_const 65"},"value":"65"},"src":"12756:16:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c6964207369676e6174757265206c656e677468","id":405,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"12774:26:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c","typeString":"literal_string \"Invalid signature length\""},"value":"Invalid signature length"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c","typeString":"literal_string \"Invalid signature length\""}],"id":400,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"12748:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":406,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"12748:53:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":407,"nodeType":"ExpressionStatement","src":"12748:53:0"},{"AST":{"nodeType":"YulBlock","src":"12817:237:0","statements":[{"nodeType":"YulAssignment","src":"12874:24:0","value":{"arguments":[{"arguments":[{"name":"sig","nodeType":"YulIdentifier","src":"12889:3:0"},{"kind":"number","nodeType":"YulLiteral","src":"12894:2:0","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12885:3:0"},"nodeType":"YulFunctionCall","src":"12885:12:0"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12879:5:0"},"nodeType":"YulFunctionCall","src":"12879:19:0"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"12874:1:0"}]},{"nodeType":"YulAssignment","src":"12930:24:0","value":{"arguments":[{"arguments":[{"name":"sig","nodeType":"YulIdentifier","src":"12945:3:0"},{"kind":"number","nodeType":"YulLiteral","src":"12950:2:0","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12941:3:0"},"nodeType":"YulFunctionCall","src":"12941:12:0"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12935:5:0"},"nodeType":"YulFunctionCall","src":"12935:19:0"},"variableNames":[{"name":"s","nodeType":"YulIdentifier","src":"12930:1:0"}]},{"nodeType":"YulAssignment","src":"13015:33:0","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"13025:1:0","type":"","value":"0"},{"arguments":[{"arguments":[{"name":"sig","nodeType":"YulIdentifier","src":"13038:3:0"},{"kind":"number","nodeType":"YulLiteral","src":"13043:2:0","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13034:3:0"},"nodeType":"YulFunctionCall","src":"13034:12:0"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13028:5:0"},"nodeType":"YulFunctionCall","src":"13028:19:0"}],"functionName":{"name":"byte","nodeType":"YulIdentifier","src":"13020:4:0"},"nodeType":"YulFunctionCall","src":"13020:28:0"},"variableNames":[{"name":"v","nodeType":"YulIdentifier","src":"13015:1:0"}]}]},"evmVersion":"london","externalReferences":[{"declaration":394,"isOffset":false,"isSlot":false,"src":"12874:1:0","valueSize":1},{"declaration":396,"isOffset":false,"isSlot":false,"src":"12930:1:0","valueSize":1},{"declaration":391,"isOffset":false,"isSlot":false,"src":"12889:3:0","valueSize":1},{"declaration":391,"isOffset":false,"isSlot":false,"src":"12945:3:0","valueSize":1},{"declaration":391,"isOffset":false,"isSlot":false,"src":"13038:3:0","valueSize":1},{"declaration":398,"isOffset":false,"isSlot":false,"src":"13015:1:0","valueSize":1}],"id":408,"nodeType":"InlineAssembly","src":"12808:246:0"}]},"documentation":{"id":389,"nodeType":"StructuredDocumentation","src":"12337:268:0","text":" @dev Splits a signature into its r, s, and v components.\n @param sig The signature to split.\n @return r The r component of the signature.\n @return s The s component of the signature.\n @return v The recovery id component of the signature."},"id":410,"implemented":true,"kind":"function","modifiers":[],"name":"splitSignature","nameLocation":"12617:14:0","nodeType":"FunctionDefinition","parameters":{"id":392,"nodeType":"ParameterList","parameters":[{"constant":false,"id":391,"mutability":"mutable","name":"sig","nameLocation":"12645:3:0","nodeType":"VariableDeclaration","scope":410,"src":"12632:16:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":390,"name":"bytes","nodeType":"ElementaryTypeName","src":"12632:5:0","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"12631:18:0"},"returnParameters":{"id":399,"nodeType":"ParameterList","parameters":[{"constant":false,"id":394,"mutability":"mutable","name":"r","nameLocation":"12700:1:0","nodeType":"VariableDeclaration","scope":410,"src":"12692:9:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":393,"name":"bytes32","nodeType":"ElementaryTypeName","src":"12692:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":396,"mutability":"mutable","name":"s","nameLocation":"12717:1:0","nodeType":"VariableDeclaration","scope":410,"src":"12709:9:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":395,"name":"bytes32","nodeType":"ElementaryTypeName","src":"12709:7:0","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":398,"mutability":"mutable","name":"v","nameLocation":"12732:1:0","nodeType":"VariableDeclaration","scope":410,"src":"12726:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":397,"name":"uint8","nodeType":"ElementaryTypeName","src":"12726:5:0","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"12684:55:0"},"scope":431,"src":"12608:450:0","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":420,"nodeType":"Block","src":"13266:39:0","statements":[{"expression":{"id":418,"name":"_approveDeployerNonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":7,"src":"13279:21:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":417,"id":419,"nodeType":"Return","src":"13272:28:0"}]},"documentation":{"id":411,"nodeType":"StructuredDocumentation","src":"13062:121:0","text":" @dev Returns the current nonce for deployer approvals.\n @return uint256 representing the current nonce"},"functionSelector":"d288337d","id":421,"implemented":true,"kind":"function","modifiers":[{"id":414,"kind":"modifierInvocation","modifierName":{"id":413,"name":"onlyDeployer","nameLocations":["13235:12:0"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"13235:12:0"},"nodeType":"ModifierInvocation","src":"13235:12:0"}],"name":"getApproveDeployerNonce","nameLocation":"13195:23:0","nodeType":"FunctionDefinition","parameters":{"id":412,"nodeType":"ParameterList","parameters":[],"src":"13218:2:0"},"returnParameters":{"id":417,"nodeType":"ParameterList","parameters":[{"constant":false,"id":416,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":421,"src":"13257:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":415,"name":"uint256","nodeType":"ElementaryTypeName","src":"13257:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"13256:9:0"},"scope":431,"src":"13186:119:0","stateMutability":"view","virtual":false,"visibility":"external"},{"body":{"id":429,"nodeType":"Block","src":"13487:26:0","statements":[{"expression":{"id":427,"name":"_version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":5,"src":"13500:8:0","typeDescriptions":{"typeIdentifier":"t_uint32","typeString":"uint32"}},"functionReturnParameters":426,"id":428,"nodeType":"Return","src":"13493:15:0"}]},"documentation":{"id":422,"nodeType":"StructuredDocumentation","src":"13309:122:0","text":" @dev Returns the version number of the Genesis contract\n @return uint32 representing the version number"},"functionSelector":"0d8e6e2c","id":430,"implemented":true,"kind":"function","modifiers":[],"name":"getVersion","nameLocation":"13443:10:0","nodeType":"FunctionDefinition","parameters":{"id":423,"nodeType":"ParameterList","parameters":[],"src":"13453:2:0"},"returnParameters":{"id":426,"nodeType":"ParameterList","parameters":[{"constant":false,"id":425,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":430,"src":"13479:6:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint32","typeString":"uint32"},"typeName":{"id":424,"name":"uint32","nodeType":"ElementaryTypeName","src":"13479:6:0","typeDescriptions":{"typeIdentifier":"t_uint32","typeString":"uint32"}},"visibility":"internal"}],"src":"13478:8:0"},"scope":431,"src":"13434:79:0","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":432,"src":"5802:7713:0","usedErrors":[]}],"src":"5636:7880:0"},"id":0},"contracts/LedgerTest.sol":{"ast":{"absolutePath":"contracts/LedgerTest.sol","exportedSymbols":{"LedgerTest":[446]},"id":447,"nodeType":"SourceUnit","nodes":[{"id":433,"literals":["solidity","0.8",".17"],"nodeType":"PragmaDirective","src":"0:23:1"},{"abstract":false,"baseContracts":[],"canonicalName":"LedgerTest","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":446,"linearizedBaseContracts":[446],"name":"LedgerTest","nameLocation":"34:10:1","nodeType":"ContractDefinition","nodes":[{"body":{"id":436,"nodeType":"Block","src":"63:2:1","statements":[]},"id":437,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":434,"nodeType":"ParameterList","parameters":[],"src":"60:2:1"},"returnParameters":{"id":435,"nodeType":"ParameterList","parameters":[],"src":"63:0:1"},"scope":446,"src":"49:16:1","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":444,"nodeType":"Block","src":"122:25:1","statements":[{"expression":{"hexValue":"68656c6c6f","id":442,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"135:7:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_1c8aff950685c2ed4bc3174f3472287b56d9517b9c948127319a09a7a36deac8","typeString":"literal_string \"hello\""},"value":"hello"},"functionReturnParameters":441,"id":443,"nodeType":"Return","src":"128:14:1"}]},"functionSelector":"19ff1d21","id":445,"implemented":true,"kind":"function","modifiers":[],"name":"hello","nameLocation":"78:5:1","nodeType":"FunctionDefinition","parameters":{"id":438,"nodeType":"ParameterList","parameters":[],"src":"83:2:1"},"returnParameters":{"id":441,"nodeType":"ParameterList","parameters":[{"constant":false,"id":440,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":445,"src":"107:13:1","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":439,"name":"string","nodeType":"ElementaryTypeName","src":"107:6:1","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"106:15:1"},"scope":446,"src":"69:78:1","stateMutability":"pure","virtual":false,"visibility":"public"}],"scope":447,"src":"25:124:1","usedErrors":[]}],"src":"0:150:1"},"id":1},"contracts/abstract/Initializable.sol":{"ast":{"absolutePath":"contracts/abstract/Initializable.sol","exportedSymbols":{"Initializable":[482],"InitializableInterface":[590]},"id":483,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":448,"literals":["solidity","0.8",".17"],"nodeType":"PragmaDirective","src":"5636:23:2"},{"absolutePath":"contracts/interface/InitializableInterface.sol","file":"../interface/InitializableInterface.sol","id":449,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":483,"sourceUnit":591,"src":"5661:49:2","symbolAliases":[],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":451,"name":"InitializableInterface","nameLocations":["5978:22:2"],"nodeType":"IdentifierPath","referencedDeclaration":590,"src":"5978:22:2"},"id":452,"nodeType":"InheritanceSpecifier","src":"5978:22:2"}],"canonicalName":"Initializable","contractDependencies":[],"contractKind":"contract","documentation":{"id":450,"nodeType":"StructuredDocumentation","src":"5712:230:2","text":" @title Initializable\n @author https://github.com/holographxyz\n @notice Use init instead of constructor\n @dev This allows for use of init function to make one time initializations without the need for a constructor"},"fullyImplemented":false,"id":482,"linearizedBaseContracts":[482,590],"name":"Initializable","nameLocation":"5961:13:2","nodeType":"ContractDefinition","nodes":[{"constant":true,"documentation":{"id":453,"nodeType":"StructuredDocumentation","src":"6005:84:2","text":" @dev bytes32(uint256(keccak256('eip1967.Holograph.initialized')) - 1)"},"id":456,"mutability":"constant","name":"_initializedSlot","nameLocation":"6109:16:2","nodeType":"VariableDeclaration","scope":482,"src":"6092:102:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":454,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6092:7:2","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"value":{"hexValue":"307834653566393931626361333065636132643436343361616566613830376538386639366134613937333938393333643537326133633064393733303034613031","id":455,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6128:66:2","typeDescriptions":{"typeIdentifier":"t_rational_35449309377051553004969607098749338792804078051307166145707809981112195762689_by_1","typeString":"int_const 3544...(69 digits omitted)...2689"},"value":"0x4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a01"},"visibility":"internal"},{"body":{"id":460,"nodeType":"Block","src":"6286:2:2","statements":[]},"documentation":{"id":457,"nodeType":"StructuredDocumentation","src":"6199:70:2","text":" @dev Constructor is left empty and init is used instead"},"id":461,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":458,"nodeType":"ParameterList","parameters":[],"src":"6283:2:2"},"returnParameters":{"id":459,"nodeType":"ParameterList","parameters":[],"src":"6286:0:2"},"scope":482,"src":"6272:16:2","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"baseFunctions":[589],"documentation":{"id":462,"nodeType":"StructuredDocumentation","src":"6292:260:2","text":" @notice Used internally to initialize the contract instead of through a constructor\n @dev This function is called by the deployer/factory when creating a contract\n @param initPayload abi encoded payload to use for contract initilaization"},"functionSelector":"4ddf47d4","id":469,"implemented":false,"kind":"function","modifiers":[],"name":"init","nameLocation":"6564:4:2","nodeType":"FunctionDefinition","parameters":{"id":465,"nodeType":"ParameterList","parameters":[{"constant":false,"id":464,"mutability":"mutable","name":"initPayload","nameLocation":"6582:11:2","nodeType":"VariableDeclaration","scope":469,"src":"6569:24:2","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":463,"name":"bytes","nodeType":"ElementaryTypeName","src":"6569:5:2","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6568:26:2"},"returnParameters":{"id":468,"nodeType":"ParameterList","parameters":[{"constant":false,"id":467,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":469,"src":"6621:6:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"},"typeName":{"id":466,"name":"bytes4","nodeType":"ElementaryTypeName","src":"6621:6:2","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"visibility":"internal"}],"src":"6620:8:2"},"scope":482,"src":"6555:74:2","stateMutability":"nonpayable","virtual":true,"visibility":"external"},{"body":{"id":475,"nodeType":"Block","src":"6700:71:2","statements":[{"AST":{"nodeType":"YulBlock","src":"6715:52:2","statements":[{"nodeType":"YulAssignment","src":"6723:38:2","value":{"arguments":[{"name":"_initializedSlot","nodeType":"YulIdentifier","src":"6744:16:2"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"6738:5:2"},"nodeType":"YulFunctionCall","src":"6738:23:2"},"variableNames":[{"name":"initialized","nodeType":"YulIdentifier","src":"6723:11:2"}]}]},"evmVersion":"london","externalReferences":[{"declaration":456,"isOffset":false,"isSlot":false,"src":"6744:16:2","valueSize":1},{"declaration":472,"isOffset":false,"isSlot":false,"src":"6723:11:2","valueSize":1}],"id":474,"nodeType":"InlineAssembly","src":"6706:61:2"}]},"id":476,"implemented":true,"kind":"function","modifiers":[],"name":"_isInitialized","nameLocation":"6642:14:2","nodeType":"FunctionDefinition","parameters":{"id":470,"nodeType":"ParameterList","parameters":[],"src":"6656:2:2"},"returnParameters":{"id":473,"nodeType":"ParameterList","parameters":[{"constant":false,"id":472,"mutability":"mutable","name":"initialized","nameLocation":"6687:11:2","nodeType":"VariableDeclaration","scope":476,"src":"6682:16:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":471,"name":"bool","nodeType":"ElementaryTypeName","src":"6682:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6681:18:2"},"scope":482,"src":"6633:138:2","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":480,"nodeType":"Block","src":"6811:125:2","statements":[{"AST":{"nodeType":"YulBlock","src":"6826:106:2","statements":[{"expression":{"arguments":[{"name":"_initializedSlot","nodeType":"YulIdentifier","src":"6841:16:2"},{"kind":"number","nodeType":"YulLiteral","src":"6859:66:2","type":"","value":"0x0000000000000000000000000000000000000000000000000000000000000001"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"6834:6:2"},"nodeType":"YulFunctionCall","src":"6834:92:2"},"nodeType":"YulExpressionStatement","src":"6834:92:2"}]},"evmVersion":"london","externalReferences":[{"declaration":456,"isOffset":false,"isSlot":false,"src":"6841:16:2","valueSize":1}],"id":479,"nodeType":"InlineAssembly","src":"6817:115:2"}]},"id":481,"implemented":true,"kind":"function","modifiers":[],"name":"_setInitialized","nameLocation":"6784:15:2","nodeType":"FunctionDefinition","parameters":{"id":477,"nodeType":"ParameterList","parameters":[],"src":"6799:2:2"},"returnParameters":{"id":478,"nodeType":"ParameterList","parameters":[],"src":"6811:0:2"},"scope":482,"src":"6775:161:2","stateMutability":"nonpayable","virtual":false,"visibility":"internal"}],"scope":483,"src":"5943:995:2","usedErrors":[]}],"src":"5636:1303:2"},"id":2},"contracts/abstract/Owner.sol":{"ast":{"absolutePath":"contracts/abstract/Owner.sol","exportedSymbols":{"Owner":[578]},"id":579,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":484,"literals":["solidity","0.8",".17"],"nodeType":"PragmaDirective","src":"5636:23:3"},{"abstract":true,"baseContracts":[],"canonicalName":"Owner","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":578,"linearizedBaseContracts":[578],"name":"Owner","nameLocation":"5679:5:3","nodeType":"ContractDefinition","nodes":[{"constant":true,"documentation":{"id":485,"nodeType":"StructuredDocumentation","src":"5689:78:3","text":" @dev bytes32(uint256(keccak256('eip1967.Holograph.owner')) - 1)"},"id":488,"mutability":"constant","name":"_ownerSlot","nameLocation":"5787:10:3","nodeType":"VariableDeclaration","scope":578,"src":"5770:96:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":486,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5770:7:3","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"value":{"hexValue":"307862353637313162613662643364656437363339666333333565653735323466653636386137396437353538633835393932653366383439346366373732373737","id":487,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5800:66:3","typeDescriptions":{"typeIdentifier":"t_rational_82050733196836939077321927183444893251044089929435382710474009455012854835063_by_1","typeString":"int_const 8205...(69 digits omitted)...5063"},"value":"0xb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777"},"visibility":"internal"},{"anonymous":false,"documentation":{"id":489,"nodeType":"StructuredDocumentation","src":"5871:65:3","text":" @dev Event emitted when contract owner is changed."},"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":495,"name":"OwnershipTransferred","nameLocation":"5945:20:3","nodeType":"EventDefinition","parameters":{"id":494,"nodeType":"ParameterList","parameters":[{"constant":false,"id":491,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"5982:13:3","nodeType":"VariableDeclaration","scope":495,"src":"5966:29:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":490,"name":"address","nodeType":"ElementaryTypeName","src":"5966:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":493,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"6013:8:3","nodeType":"VariableDeclaration","scope":495,"src":"5997:24:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":492,"name":"address","nodeType":"ElementaryTypeName","src":"5997:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"5965:57:3"},"src":"5939:84:3"},{"body":{"id":507,"nodeType":"Block","src":"6056:85:3","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":502,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":498,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"6070:3:3","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":499,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6074:6:3","memberName":"sender","nodeType":"MemberAccess","src":"6070:10:3","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":500,"name":"getOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":528,"src":"6084:8:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":501,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6084:10:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"6070:24:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e","id":503,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6096:32:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_973b7d45a18594f21acabe490cd788c2bdec3d858b661519f6a12a5109ad3a3a","typeString":"literal_string \"HOLOGRAPH: owner only function\""},"value":"HOLOGRAPH: owner only function"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_973b7d45a18594f21acabe490cd788c2bdec3d858b661519f6a12a5109ad3a3a","typeString":"literal_string \"HOLOGRAPH: owner only function\""}],"id":497,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6062:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":504,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6062:67:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":505,"nodeType":"ExpressionStatement","src":"6062:67:3"},{"id":506,"nodeType":"PlaceholderStatement","src":"6135:1:3"}]},"id":508,"name":"onlyOwner","nameLocation":"6036:9:3","nodeType":"ModifierDefinition","parameters":{"id":496,"nodeType":"ParameterList","parameters":[],"src":"6045:2:3"},"src":"6027:114:3","virtual":true,"visibility":"internal"},{"body":{"id":516,"nodeType":"Block","src":"6200:28:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":513,"name":"getOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":528,"src":"6213:8:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":514,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6213:10:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":512,"id":515,"nodeType":"Return","src":"6206:17:3"}]},"functionSelector":"8da5cb5b","id":517,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"6154:5:3","nodeType":"FunctionDefinition","parameters":{"id":509,"nodeType":"ParameterList","parameters":[],"src":"6159:2:3"},"returnParameters":{"id":512,"nodeType":"ParameterList","parameters":[{"constant":false,"id":511,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":517,"src":"6191:7:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":510,"name":"address","nodeType":"ElementaryTypeName","src":"6191:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6190:9:3"},"scope":578,"src":"6145:83:3","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":520,"nodeType":"Block","src":"6246:2:3","statements":[]},"id":521,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":518,"nodeType":"ParameterList","parameters":[],"src":"6243:2:3"},"returnParameters":{"id":519,"nodeType":"ParameterList","parameters":[],"src":"6246:0:3"},"scope":578,"src":"6232:16:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":527,"nodeType":"Block","src":"6315:66:3","statements":[{"AST":{"nodeType":"YulBlock","src":"6330:47:3","statements":[{"nodeType":"YulAssignment","src":"6338:33:3","value":{"arguments":[{"name":"_ownerSlot","nodeType":"YulIdentifier","src":"6360:10:3"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"6354:5:3"},"nodeType":"YulFunctionCall","src":"6354:17:3"},"variableNames":[{"name":"ownerAddress","nodeType":"YulIdentifier","src":"6338:12:3"}]}]},"evmVersion":"london","externalReferences":[{"declaration":488,"isOffset":false,"isSlot":false,"src":"6360:10:3","valueSize":1},{"declaration":524,"isOffset":false,"isSlot":false,"src":"6338:12:3","valueSize":1}],"id":526,"nodeType":"InlineAssembly","src":"6321:56:3"}]},"functionSelector":"893d20e8","id":528,"implemented":true,"kind":"function","modifiers":[],"name":"getOwner","nameLocation":"6261:8:3","nodeType":"FunctionDefinition","parameters":{"id":522,"nodeType":"ParameterList","parameters":[],"src":"6269:2:3"},"returnParameters":{"id":525,"nodeType":"ParameterList","parameters":[{"constant":false,"id":524,"mutability":"mutable","name":"ownerAddress","nameLocation":"6301:12:3","nodeType":"VariableDeclaration","scope":528,"src":"6293:20:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":523,"name":"address","nodeType":"ElementaryTypeName","src":"6293:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6292:22:3"},"scope":578,"src":"6252:129:3","stateMutability":"view","virtual":false,"visibility":"public"},{"body":{"id":546,"nodeType":"Block","src":"6442:165:3","statements":[{"assignments":[536],"declarations":[{"constant":false,"id":536,"mutability":"mutable","name":"previousOwner","nameLocation":"6456:13:3","nodeType":"VariableDeclaration","scope":546,"src":"6448:21:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":535,"name":"address","nodeType":"ElementaryTypeName","src":"6448:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":539,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":537,"name":"getOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":528,"src":"6472:8:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":538,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6472:10:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"6448:34:3"},{"AST":{"nodeType":"YulBlock","src":"6497:46:3","statements":[{"expression":{"arguments":[{"name":"_ownerSlot","nodeType":"YulIdentifier","src":"6512:10:3"},{"name":"ownerAddress","nodeType":"YulIdentifier","src":"6524:12:3"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"6505:6:3"},"nodeType":"YulFunctionCall","src":"6505:32:3"},"nodeType":"YulExpressionStatement","src":"6505:32:3"}]},"evmVersion":"london","externalReferences":[{"declaration":488,"isOffset":false,"isSlot":false,"src":"6512:10:3","valueSize":1},{"declaration":530,"isOffset":false,"isSlot":false,"src":"6524:12:3","valueSize":1}],"id":540,"nodeType":"InlineAssembly","src":"6488:55:3"},{"eventCall":{"arguments":[{"id":542,"name":"previousOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":536,"src":"6574:13:3","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":543,"name":"ownerAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":530,"src":"6589:12:3","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":541,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":495,"src":"6553:20:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":544,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6553:49:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":545,"nodeType":"EmitStatement","src":"6548:54:3"}]},"functionSelector":"13af4035","id":547,"implemented":true,"kind":"function","modifiers":[{"id":533,"kind":"modifierInvocation","modifierName":{"id":532,"name":"onlyOwner","nameLocations":["6432:9:3"],"nodeType":"IdentifierPath","referencedDeclaration":508,"src":"6432:9:3"},"nodeType":"ModifierInvocation","src":"6432:9:3"}],"name":"setOwner","nameLocation":"6394:8:3","nodeType":"FunctionDefinition","parameters":{"id":531,"nodeType":"ParameterList","parameters":[{"constant":false,"id":530,"mutability":"mutable","name":"ownerAddress","nameLocation":"6411:12:3","nodeType":"VariableDeclaration","scope":547,"src":"6403:20:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":529,"name":"address","nodeType":"ElementaryTypeName","src":"6403:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6402:22:3"},"returnParameters":{"id":534,"nodeType":"ParameterList","parameters":[],"src":"6442:0:3"},"scope":578,"src":"6385:222:3","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":565,"nodeType":"Block","src":"6673:125:3","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":560,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":555,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":549,"src":"6687:8:3","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":558,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6707:1:3","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"}],"id":557,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6699:7:3","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":556,"name":"address","nodeType":"ElementaryTypeName","src":"6699:7:3","typeDescriptions":{}}},"id":559,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6699:10:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"6687:22:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"484f4c4f47524150483a207a65726f2061646472657373","id":561,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6711:25:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_1a363aef3433acaf625f07203b2f215832809a950598118772e0bfad2cdc6aaa","typeString":"literal_string \"HOLOGRAPH: zero address\""},"value":"HOLOGRAPH: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1a363aef3433acaf625f07203b2f215832809a950598118772e0bfad2cdc6aaa","typeString":"literal_string \"HOLOGRAPH: zero address\""}],"id":554,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6679:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":562,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6679:58:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":563,"nodeType":"ExpressionStatement","src":"6679:58:3"},{"AST":{"nodeType":"YulBlock","src":"6752:42:3","statements":[{"expression":{"arguments":[{"name":"_ownerSlot","nodeType":"YulIdentifier","src":"6767:10:3"},{"name":"newOwner","nodeType":"YulIdentifier","src":"6779:8:3"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"6760:6:3"},"nodeType":"YulFunctionCall","src":"6760:28:3"},"nodeType":"YulExpressionStatement","src":"6760:28:3"}]},"evmVersion":"london","externalReferences":[{"declaration":488,"isOffset":false,"isSlot":false,"src":"6767:10:3","valueSize":1},{"declaration":549,"isOffset":false,"isSlot":false,"src":"6779:8:3","valueSize":1}],"id":564,"nodeType":"InlineAssembly","src":"6743:51:3"}]},"functionSelector":"f2fde38b","id":566,"implemented":true,"kind":"function","modifiers":[{"id":552,"kind":"modifierInvocation","modifierName":{"id":551,"name":"onlyOwner","nameLocations":["6663:9:3"],"nodeType":"IdentifierPath","referencedDeclaration":508,"src":"6663:9:3"},"nodeType":"ModifierInvocation","src":"6663:9:3"}],"name":"transferOwnership","nameLocation":"6620:17:3","nodeType":"FunctionDefinition","parameters":{"id":550,"nodeType":"ParameterList","parameters":[{"constant":false,"id":549,"mutability":"mutable","name":"newOwner","nameLocation":"6646:8:3","nodeType":"VariableDeclaration","scope":566,"src":"6638:16:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":548,"name":"address","nodeType":"ElementaryTypeName","src":"6638:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6637:18:3"},"returnParameters":{"id":553,"nodeType":"ParameterList","parameters":[],"src":"6673:0:3"},"scope":578,"src":"6611:187:3","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":576,"nodeType":"Block","src":"6885:333:3","statements":[{"AST":{"nodeType":"YulBlock","src":"6900:314:3","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6921:1:3","type":"","value":"0"},{"name":"data.offset","nodeType":"YulIdentifier","src":"6924:11:3"},{"name":"data.length","nodeType":"YulIdentifier","src":"6937:11:3"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"6908:12:3"},"nodeType":"YulFunctionCall","src":"6908:41:3"},"nodeType":"YulExpressionStatement","src":"6908:41:3"},{"nodeType":"YulVariableDeclaration","src":"6956:68:3","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nodeType":"YulIdentifier","src":"6975:3:3"},"nodeType":"YulFunctionCall","src":"6975:5:3"},{"name":"target","nodeType":"YulIdentifier","src":"6982:6:3"},{"arguments":[],"functionName":{"name":"callvalue","nodeType":"YulIdentifier","src":"6990:9:3"},"nodeType":"YulFunctionCall","src":"6990:11:3"},{"kind":"number","nodeType":"YulLiteral","src":"7003:1:3","type":"","value":"0"},{"name":"data.length","nodeType":"YulIdentifier","src":"7006:11:3"},{"kind":"number","nodeType":"YulLiteral","src":"7019:1:3","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7022:1:3","type":"","value":"0"}],"functionName":{"name":"call","nodeType":"YulIdentifier","src":"6970:4:3"},"nodeType":"YulFunctionCall","src":"6970:54:3"},"variables":[{"name":"result","nodeType":"YulTypedName","src":"6960:6:3","type":""}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7046:1:3","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7049:1:3","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7052:14:3"},"nodeType":"YulFunctionCall","src":"7052:16:3"}],"functionName":{"name":"returndatacopy","nodeType":"YulIdentifier","src":"7031:14:3"},"nodeType":"YulFunctionCall","src":"7031:38:3"},"nodeType":"YulExpressionStatement","src":"7031:38:3"},{"cases":[{"body":{"nodeType":"YulBlock","src":"7103:45:3","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7120:1:3","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7123:14:3"},"nodeType":"YulFunctionCall","src":"7123:16:3"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7113:6:3"},"nodeType":"YulFunctionCall","src":"7113:27:3"},"nodeType":"YulExpressionStatement","src":"7113:27:3"}]},"nodeType":"YulCase","src":"7096:52:3","value":{"kind":"number","nodeType":"YulLiteral","src":"7101:1:3","type":"","value":"0"}},{"body":{"nodeType":"YulBlock","src":"7163:45:3","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7180:1:3","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7183:14:3"},"nodeType":"YulFunctionCall","src":"7183:16:3"}],"functionName":{"name":"return","nodeType":"YulIdentifier","src":"7173:6:3"},"nodeType":"YulFunctionCall","src":"7173:27:3"},"nodeType":"YulExpressionStatement","src":"7173:27:3"}]},"nodeType":"YulCase","src":"7155:53:3","value":"default"}],"expression":{"name":"result","nodeType":"YulIdentifier","src":"7083:6:3"},"nodeType":"YulSwitch","src":"7076:132:3"}]},"evmVersion":"london","externalReferences":[{"declaration":570,"isOffset":false,"isSlot":false,"src":"6937:11:3","suffix":"length","valueSize":1},{"declaration":570,"isOffset":false,"isSlot":false,"src":"7006:11:3","suffix":"length","valueSize":1},{"declaration":570,"isOffset":true,"isSlot":false,"src":"6924:11:3","suffix":"offset","valueSize":1},{"declaration":568,"isOffset":false,"isSlot":false,"src":"6982:6:3","valueSize":1}],"id":575,"nodeType":"InlineAssembly","src":"6891:323:3"}]},"functionSelector":"eb66dbcf","id":577,"implemented":true,"kind":"function","modifiers":[{"id":573,"kind":"modifierInvocation","modifierName":{"id":572,"name":"onlyOwner","nameLocations":["6875:9:3"],"nodeType":"IdentifierPath","referencedDeclaration":508,"src":"6875:9:3"},"nodeType":"ModifierInvocation","src":"6875:9:3"}],"name":"ownerCall","nameLocation":"6811:9:3","nodeType":"FunctionDefinition","parameters":{"id":571,"nodeType":"ParameterList","parameters":[{"constant":false,"id":568,"mutability":"mutable","name":"target","nameLocation":"6829:6:3","nodeType":"VariableDeclaration","scope":577,"src":"6821:14:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":567,"name":"address","nodeType":"ElementaryTypeName","src":"6821:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":570,"mutability":"mutable","name":"data","nameLocation":"6852:4:3","nodeType":"VariableDeclaration","scope":577,"src":"6837:19:3","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":569,"name":"bytes","nodeType":"ElementaryTypeName","src":"6837:5:3","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6820:37:3"},"returnParameters":{"id":574,"nodeType":"ParameterList","parameters":[],"src":"6885:0:3"},"scope":578,"src":"6802:416:3","stateMutability":"payable","virtual":false,"visibility":"external"}],"scope":579,"src":"5661:1559:3","usedErrors":[]}],"src":"5636:1585:3"},"id":3},"contracts/interface/InitializableInterface.sol":{"ast":{"absolutePath":"contracts/interface/InitializableInterface.sol","exportedSymbols":{"InitializableInterface":[590]},"id":591,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":580,"literals":["solidity","0.8",".17"],"nodeType":"PragmaDirective","src":"5636:23:4"},{"abstract":false,"baseContracts":[],"canonicalName":"InitializableInterface","contractDependencies":[],"contractKind":"interface","documentation":{"id":581,"nodeType":"StructuredDocumentation","src":"5661:229:4","text":" @title Initializable\n @author https://github.com/holographxyz\n @notice Use init instead of constructor\n @dev This allows for use of init function to make one time initializations without the need of a constructor"},"fullyImplemented":false,"id":590,"linearizedBaseContracts":[590],"name":"InitializableInterface","nameLocation":"5901:22:4","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":582,"nodeType":"StructuredDocumentation","src":"5928:260:4","text":" @notice Used internally to initialize the contract instead of through a constructor\n @dev This function is called by the deployer/factory when creating a contract\n @param initPayload abi encoded payload to use for contract initilaization"},"functionSelector":"4ddf47d4","id":589,"implemented":false,"kind":"function","modifiers":[],"name":"init","nameLocation":"6200:4:4","nodeType":"FunctionDefinition","parameters":{"id":585,"nodeType":"ParameterList","parameters":[{"constant":false,"id":584,"mutability":"mutable","name":"initPayload","nameLocation":"6218:11:4","nodeType":"VariableDeclaration","scope":589,"src":"6205:24:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":583,"name":"bytes","nodeType":"ElementaryTypeName","src":"6205:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6204:26:4"},"returnParameters":{"id":588,"nodeType":"ParameterList","parameters":[{"constant":false,"id":587,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":589,"src":"6249:6:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"},"typeName":{"id":586,"name":"bytes4","nodeType":"ElementaryTypeName","src":"6249:6:4","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"visibility":"internal"}],"src":"6248:8:4"},"scope":590,"src":"6191:66:4","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":591,"src":"5891:368:4","usedErrors":[]}],"src":"5636:624:4"},"id":4},"contracts/mock/Mock.sol":{"ast":{"absolutePath":"contracts/mock/Mock.sol","exportedSymbols":{"Initializable":[482],"InitializableInterface":[590],"Mock":[709],"Owner":[578]},"id":710,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":592,"literals":["solidity","0.8",".17"],"nodeType":"PragmaDirective","src":"5636:23:5"},{"absolutePath":"contracts/abstract/Initializable.sol","file":"../abstract/Initializable.sol","id":593,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":710,"sourceUnit":483,"src":"5661:39:5","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/abstract/Owner.sol","file":"../abstract/Owner.sol","id":594,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":710,"sourceUnit":579,"src":"5701:31:5","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/interface/InitializableInterface.sol","file":"../interface/InitializableInterface.sol","id":595,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":710,"sourceUnit":591,"src":"5734:49:5","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":596,"name":"Initializable","nameLocations":["5802:13:5"],"nodeType":"IdentifierPath","referencedDeclaration":482,"src":"5802:13:5"},"id":597,"nodeType":"InheritanceSpecifier","src":"5802:13:5"},{"baseName":{"id":598,"name":"Owner","nameLocations":["5817:5:5"],"nodeType":"IdentifierPath","referencedDeclaration":578,"src":"5817:5:5"},"id":599,"nodeType":"InheritanceSpecifier","src":"5817:5:5"}],"canonicalName":"Mock","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":709,"linearizedBaseContracts":[709,578,482,590],"name":"Mock","nameLocation":"5794:4:5","nodeType":"ContractDefinition","nodes":[{"body":{"id":602,"nodeType":"Block","src":"5841:2:5","statements":[]},"id":603,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":600,"nodeType":"ParameterList","parameters":[],"src":"5838:2:5"},"returnParameters":{"id":601,"nodeType":"ParameterList","parameters":[],"src":"5841:0:5"},"scope":709,"src":"5827:16:5","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"baseFunctions":[469],"body":{"id":649,"nodeType":"Block","src":"5922:528:5","statements":[{"expression":{"arguments":[{"id":614,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"5936:17:5","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":612,"name":"_isInitialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":476,"src":"5937:14:5","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":613,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5937:16:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4d4f434b3a20616c726561647920696e697469616c697a6564","id":615,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5955:27:5","typeDescriptions":{"typeIdentifier":"t_stringliteral_ea81bdaa9ffeda2fd2971dda589f993b2cf32bec9fb2b11d2b9ebf6e8cea9325","typeString":"literal_string \"MOCK: already initialized\""},"value":"MOCK: already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ea81bdaa9ffeda2fd2971dda589f993b2cf32bec9fb2b11d2b9ebf6e8cea9325","typeString":"literal_string \"MOCK: already initialized\""}],"id":611,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5928:7:5","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":616,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5928:55:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":617,"nodeType":"ExpressionStatement","src":"5928:55:5"},{"assignments":[619],"declarations":[{"constant":false,"id":619,"mutability":"mutable","name":"arbitraryData","nameLocation":"5997:13:5","nodeType":"VariableDeclaration","scope":649,"src":"5989:21:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":618,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5989:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":627,"initialValue":{"arguments":[{"id":622,"name":"initPayload","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":605,"src":"6024:11:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"components":[{"id":624,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6038:7:5","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":623,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6038:7:5","typeDescriptions":{}}}],"id":625,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"6037:9:5","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"}],"expression":{"id":620,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"6013:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":621,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6017:6:5","memberName":"decode","nodeType":"MemberAccess","src":"6013:10:5","typeDescriptions":{"typeIdentifier":"t_function_abidecode_pure$__$returns$__$","typeString":"function () pure"}},"id":626,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6013:34:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"VariableDeclarationStatement","src":"5989:58:5"},{"assignments":[629],"declarations":[{"constant":false,"id":629,"mutability":"mutable","name":"shouldFail","nameLocation":"6058:10:5","nodeType":"VariableDeclaration","scope":649,"src":"6053:15:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":628,"name":"bool","nodeType":"ElementaryTypeName","src":"6053:4:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":631,"initialValue":{"hexValue":"66616c7365","id":630,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6071:5:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"nodeType":"VariableDeclarationStatement","src":"6053:23:5"},{"AST":{"nodeType":"YulBlock","src":"6091:207:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6160:4:5","type":"","value":"0x01"},{"name":"arbitraryData","nodeType":"YulIdentifier","src":"6166:13:5"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"6153:6:5"},"nodeType":"YulFunctionCall","src":"6153:27:5"},"nodeType":"YulExpressionStatement","src":"6153:27:5"},{"cases":[{"body":{"nodeType":"YulBlock","src":"6221:36:5","statements":[{"nodeType":"YulAssignment","src":"6231:18:5","value":{"kind":"number","nodeType":"YulLiteral","src":"6245:4:5","type":"","value":"0x01"},"variableNames":[{"name":"shouldFail","nodeType":"YulIdentifier","src":"6231:10:5"}]}]},"nodeType":"YulCase","src":"6214:43:5","value":{"kind":"number","nodeType":"YulLiteral","src":"6219:1:5","type":"","value":"0"}}],"expression":{"name":"arbitraryData","nodeType":"YulIdentifier","src":"6194:13:5"},"nodeType":"YulSwitch","src":"6187:70:5"},{"expression":{"arguments":[{"name":"_ownerSlot","nodeType":"YulIdentifier","src":"6271:10:5"},{"arguments":[],"functionName":{"name":"caller","nodeType":"YulIdentifier","src":"6283:6:5"},"nodeType":"YulFunctionCall","src":"6283:8:5"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"6264:6:5"},"nodeType":"YulFunctionCall","src":"6264:28:5"},"nodeType":"YulExpressionStatement","src":"6264:28:5"}]},"evmVersion":"london","externalReferences":[{"declaration":488,"isOffset":false,"isSlot":false,"src":"6271:10:5","valueSize":1},{"declaration":619,"isOffset":false,"isSlot":false,"src":"6166:13:5","valueSize":1},{"declaration":619,"isOffset":false,"isSlot":false,"src":"6194:13:5","valueSize":1},{"declaration":629,"isOffset":false,"isSlot":false,"src":"6231:10:5","valueSize":1}],"id":632,"nodeType":"InlineAssembly","src":"6082:216:5"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":633,"name":"_setInitialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":481,"src":"6303:15:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":634,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6303:17:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":635,"nodeType":"ExpressionStatement","src":"6303:17:5"},{"condition":{"id":636,"name":"shouldFail","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":629,"src":"6330:10:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":647,"nodeType":"Block","src":"6388:58:5","statements":[{"expression":{"expression":{"expression":{"id":643,"name":"InitializableInterface","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":590,"src":"6403:22:5","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_InitializableInterface_$590_$","typeString":"type(contract InitializableInterface)"}},"id":644,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6426:4:5","memberName":"init","nodeType":"MemberAccess","referencedDeclaration":589,"src":"6403:27:5","typeDescriptions":{"typeIdentifier":"t_function_declaration_nonpayable$_t_bytes_memory_ptr_$returns$_t_bytes4_$","typeString":"function InitializableInterface.init(bytes memory) returns (bytes4)"}},"id":645,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6431:8:5","memberName":"selector","nodeType":"MemberAccess","src":"6403:36:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"functionReturnParameters":610,"id":646,"nodeType":"Return","src":"6396:43:5"}]},"id":648,"nodeType":"IfStatement","src":"6326:120:5","trueBody":{"id":642,"nodeType":"Block","src":"6342:40:5","statements":[{"expression":{"arguments":[{"hexValue":"30783132333435363738","id":639,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6364:10:5","typeDescriptions":{"typeIdentifier":"t_rational_305419896_by_1","typeString":"int_const 305419896"},"value":"0x12345678"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_305419896_by_1","typeString":"int_const 305419896"}],"id":638,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6357:6:5","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes4_$","typeString":"type(bytes4)"},"typeName":{"id":637,"name":"bytes4","nodeType":"ElementaryTypeName","src":"6357:6:5","typeDescriptions":{}}},"id":640,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6357:18:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"functionReturnParameters":610,"id":641,"nodeType":"Return","src":"6350:25:5"}]}}]},"functionSelector":"4ddf47d4","id":650,"implemented":true,"kind":"function","modifiers":[],"name":"init","nameLocation":"5856:4:5","nodeType":"FunctionDefinition","overrides":{"id":607,"nodeType":"OverrideSpecifier","overrides":[],"src":"5896:8:5"},"parameters":{"id":606,"nodeType":"ParameterList","parameters":[{"constant":false,"id":605,"mutability":"mutable","name":"initPayload","nameLocation":"5874:11:5","nodeType":"VariableDeclaration","scope":650,"src":"5861:24:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":604,"name":"bytes","nodeType":"ElementaryTypeName","src":"5861:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5860:26:5"},"returnParameters":{"id":610,"nodeType":"ParameterList","parameters":[{"constant":false,"id":609,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":650,"src":"5914:6:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"},"typeName":{"id":608,"name":"bytes4","nodeType":"ElementaryTypeName","src":"5914:6:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"visibility":"internal"}],"src":"5913:8:5"},"scope":709,"src":"5847:603:5","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":658,"nodeType":"Block","src":"6523:52:5","statements":[{"AST":{"nodeType":"YulBlock","src":"6538:33:5","statements":[{"nodeType":"YulAssignment","src":"6546:19:5","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"6560:4:5"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"6554:5:5"},"nodeType":"YulFunctionCall","src":"6554:11:5"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"6546:4:5"}]}]},"evmVersion":"london","externalReferences":[{"declaration":655,"isOffset":false,"isSlot":false,"src":"6546:4:5","valueSize":1},{"declaration":652,"isOffset":false,"isSlot":false,"src":"6560:4:5","valueSize":1}],"id":657,"nodeType":"InlineAssembly","src":"6529:42:5"}]},"functionSelector":"65fd4772","id":659,"implemented":true,"kind":"function","modifiers":[],"name":"getStorage","nameLocation":"6463:10:5","nodeType":"FunctionDefinition","parameters":{"id":653,"nodeType":"ParameterList","parameters":[{"constant":false,"id":652,"mutability":"mutable","name":"slot","nameLocation":"6482:4:5","nodeType":"VariableDeclaration","scope":659,"src":"6474:12:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":651,"name":"uint256","nodeType":"ElementaryTypeName","src":"6474:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6473:14:5"},"returnParameters":{"id":656,"nodeType":"ParameterList","parameters":[{"constant":false,"id":655,"mutability":"mutable","name":"data","nameLocation":"6517:4:5","nodeType":"VariableDeclaration","scope":659,"src":"6509:12:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":654,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6509:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6508:14:5"},"scope":709,"src":"6454:121:5","stateMutability":"view","virtual":false,"visibility":"public"},{"body":{"id":667,"nodeType":"Block","src":"6634:51:5","statements":[{"AST":{"nodeType":"YulBlock","src":"6649:32:5","statements":[{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"6664:4:5"},{"name":"data","nodeType":"YulIdentifier","src":"6670:4:5"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"6657:6:5"},"nodeType":"YulFunctionCall","src":"6657:18:5"},"nodeType":"YulExpressionStatement","src":"6657:18:5"}]},"evmVersion":"london","externalReferences":[{"declaration":663,"isOffset":false,"isSlot":false,"src":"6670:4:5","valueSize":1},{"declaration":661,"isOffset":false,"isSlot":false,"src":"6664:4:5","valueSize":1}],"id":666,"nodeType":"InlineAssembly","src":"6640:41:5"}]},"functionSelector":"82f02b6e","id":668,"implemented":true,"kind":"function","modifiers":[],"name":"setStorage","nameLocation":"6588:10:5","nodeType":"FunctionDefinition","parameters":{"id":664,"nodeType":"ParameterList","parameters":[{"constant":false,"id":661,"mutability":"mutable","name":"slot","nameLocation":"6607:4:5","nodeType":"VariableDeclaration","scope":668,"src":"6599:12:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":660,"name":"uint256","nodeType":"ElementaryTypeName","src":"6599:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":663,"mutability":"mutable","name":"data","nameLocation":"6621:4:5","nodeType":"VariableDeclaration","scope":668,"src":"6613:12:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":662,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6613:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6598:28:5"},"returnParameters":{"id":665,"nodeType":"ParameterList","parameters":[],"src":"6634:0:5"},"scope":709,"src":"6579:106:5","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":676,"nodeType":"Block","src":"6759:333:5","statements":[{"AST":{"nodeType":"YulBlock","src":"6774:314:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6795:1:5","type":"","value":"0"},{"name":"data.offset","nodeType":"YulIdentifier","src":"6798:11:5"},{"name":"data.length","nodeType":"YulIdentifier","src":"6811:11:5"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"6782:12:5"},"nodeType":"YulFunctionCall","src":"6782:41:5"},"nodeType":"YulExpressionStatement","src":"6782:41:5"},{"nodeType":"YulVariableDeclaration","src":"6830:68:5","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nodeType":"YulIdentifier","src":"6849:3:5"},"nodeType":"YulFunctionCall","src":"6849:5:5"},{"name":"target","nodeType":"YulIdentifier","src":"6856:6:5"},{"arguments":[],"functionName":{"name":"callvalue","nodeType":"YulIdentifier","src":"6864:9:5"},"nodeType":"YulFunctionCall","src":"6864:11:5"},{"kind":"number","nodeType":"YulLiteral","src":"6877:1:5","type":"","value":"0"},{"name":"data.length","nodeType":"YulIdentifier","src":"6880:11:5"},{"kind":"number","nodeType":"YulLiteral","src":"6893:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6896:1:5","type":"","value":"0"}],"functionName":{"name":"call","nodeType":"YulIdentifier","src":"6844:4:5"},"nodeType":"YulFunctionCall","src":"6844:54:5"},"variables":[{"name":"result","nodeType":"YulTypedName","src":"6834:6:5","type":""}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6920:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6923:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"6926:14:5"},"nodeType":"YulFunctionCall","src":"6926:16:5"}],"functionName":{"name":"returndatacopy","nodeType":"YulIdentifier","src":"6905:14:5"},"nodeType":"YulFunctionCall","src":"6905:38:5"},"nodeType":"YulExpressionStatement","src":"6905:38:5"},{"cases":[{"body":{"nodeType":"YulBlock","src":"6977:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6994:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"6997:14:5"},"nodeType":"YulFunctionCall","src":"6997:16:5"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6987:6:5"},"nodeType":"YulFunctionCall","src":"6987:27:5"},"nodeType":"YulExpressionStatement","src":"6987:27:5"}]},"nodeType":"YulCase","src":"6970:52:5","value":{"kind":"number","nodeType":"YulLiteral","src":"6975:1:5","type":"","value":"0"}},{"body":{"nodeType":"YulBlock","src":"7037:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7054:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7057:14:5"},"nodeType":"YulFunctionCall","src":"7057:16:5"}],"functionName":{"name":"return","nodeType":"YulIdentifier","src":"7047:6:5"},"nodeType":"YulFunctionCall","src":"7047:27:5"},"nodeType":"YulExpressionStatement","src":"7047:27:5"}]},"nodeType":"YulCase","src":"7029:53:5","value":"default"}],"expression":{"name":"result","nodeType":"YulIdentifier","src":"6957:6:5"},"nodeType":"YulSwitch","src":"6950:132:5"}]},"evmVersion":"london","externalReferences":[{"declaration":672,"isOffset":false,"isSlot":false,"src":"6811:11:5","suffix":"length","valueSize":1},{"declaration":672,"isOffset":false,"isSlot":false,"src":"6880:11:5","suffix":"length","valueSize":1},{"declaration":672,"isOffset":true,"isSlot":false,"src":"6798:11:5","suffix":"offset","valueSize":1},{"declaration":670,"isOffset":false,"isSlot":false,"src":"6856:6:5","valueSize":1}],"id":675,"nodeType":"InlineAssembly","src":"6765:323:5"}]},"functionSelector":"6ee4800f","id":677,"implemented":true,"kind":"function","modifiers":[],"name":"mockCall","nameLocation":"6698:8:5","nodeType":"FunctionDefinition","parameters":{"id":673,"nodeType":"ParameterList","parameters":[{"constant":false,"id":670,"mutability":"mutable","name":"target","nameLocation":"6715:6:5","nodeType":"VariableDeclaration","scope":677,"src":"6707:14:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":669,"name":"address","nodeType":"ElementaryTypeName","src":"6707:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":672,"mutability":"mutable","name":"data","nameLocation":"6738:4:5","nodeType":"VariableDeclaration","scope":677,"src":"6723:19:5","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":671,"name":"bytes","nodeType":"ElementaryTypeName","src":"6723:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6706:37:5"},"returnParameters":{"id":674,"nodeType":"ParameterList","parameters":[],"src":"6759:0:5"},"scope":709,"src":"6689:403:5","stateMutability":"payable","virtual":false,"visibility":"public"},{"body":{"id":687,"nodeType":"Block","src":"7192:326:5","statements":[{"AST":{"nodeType":"YulBlock","src":"7207:307:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7228:1:5","type":"","value":"0"},{"name":"data.offset","nodeType":"YulIdentifier","src":"7231:11:5"},{"name":"data.length","nodeType":"YulIdentifier","src":"7244:11:5"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"7215:12:5"},"nodeType":"YulFunctionCall","src":"7215:41:5"},"nodeType":"YulExpressionStatement","src":"7215:41:5"},{"nodeType":"YulVariableDeclaration","src":"7263:61:5","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nodeType":"YulIdentifier","src":"7288:3:5"},"nodeType":"YulFunctionCall","src":"7288:5:5"},{"name":"target","nodeType":"YulIdentifier","src":"7295:6:5"},{"kind":"number","nodeType":"YulLiteral","src":"7303:1:5","type":"","value":"0"},{"name":"data.length","nodeType":"YulIdentifier","src":"7306:11:5"},{"kind":"number","nodeType":"YulLiteral","src":"7319:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7322:1:5","type":"","value":"0"}],"functionName":{"name":"staticcall","nodeType":"YulIdentifier","src":"7277:10:5"},"nodeType":"YulFunctionCall","src":"7277:47:5"},"variables":[{"name":"result","nodeType":"YulTypedName","src":"7267:6:5","type":""}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7346:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7349:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7352:14:5"},"nodeType":"YulFunctionCall","src":"7352:16:5"}],"functionName":{"name":"returndatacopy","nodeType":"YulIdentifier","src":"7331:14:5"},"nodeType":"YulFunctionCall","src":"7331:38:5"},"nodeType":"YulExpressionStatement","src":"7331:38:5"},{"cases":[{"body":{"nodeType":"YulBlock","src":"7403:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7420:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7423:14:5"},"nodeType":"YulFunctionCall","src":"7423:16:5"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7413:6:5"},"nodeType":"YulFunctionCall","src":"7413:27:5"},"nodeType":"YulExpressionStatement","src":"7413:27:5"}]},"nodeType":"YulCase","src":"7396:52:5","value":{"kind":"number","nodeType":"YulLiteral","src":"7401:1:5","type":"","value":"0"}},{"body":{"nodeType":"YulBlock","src":"7463:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7480:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7483:14:5"},"nodeType":"YulFunctionCall","src":"7483:16:5"}],"functionName":{"name":"return","nodeType":"YulIdentifier","src":"7473:6:5"},"nodeType":"YulFunctionCall","src":"7473:27:5"},"nodeType":"YulExpressionStatement","src":"7473:27:5"}]},"nodeType":"YulCase","src":"7455:53:5","value":"default"}],"expression":{"name":"result","nodeType":"YulIdentifier","src":"7383:6:5"},"nodeType":"YulSwitch","src":"7376:132:5"}]},"evmVersion":"london","externalReferences":[{"declaration":681,"isOffset":false,"isSlot":false,"src":"7244:11:5","suffix":"length","valueSize":1},{"declaration":681,"isOffset":false,"isSlot":false,"src":"7306:11:5","suffix":"length","valueSize":1},{"declaration":681,"isOffset":true,"isSlot":false,"src":"7231:11:5","suffix":"offset","valueSize":1},{"declaration":679,"isOffset":false,"isSlot":false,"src":"7295:6:5","valueSize":1}],"id":686,"nodeType":"InlineAssembly","src":"7198:316:5"}]},"functionSelector":"89a4cac0","id":688,"implemented":true,"kind":"function","modifiers":[],"name":"mockStaticCall","nameLocation":"7105:14:5","nodeType":"FunctionDefinition","parameters":{"id":682,"nodeType":"ParameterList","parameters":[{"constant":false,"id":679,"mutability":"mutable","name":"target","nameLocation":"7128:6:5","nodeType":"VariableDeclaration","scope":688,"src":"7120:14:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":678,"name":"address","nodeType":"ElementaryTypeName","src":"7120:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":681,"mutability":"mutable","name":"data","nameLocation":"7151:4:5","nodeType":"VariableDeclaration","scope":688,"src":"7136:19:5","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":680,"name":"bytes","nodeType":"ElementaryTypeName","src":"7136:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7119:37:5"},"returnParameters":{"id":685,"nodeType":"ParameterList","parameters":[{"constant":false,"id":684,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":688,"src":"7178:12:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":683,"name":"bytes","nodeType":"ElementaryTypeName","src":"7178:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7177:14:5"},"scope":709,"src":"7096:422:5","stateMutability":"view","virtual":false,"visibility":"public"},{"body":{"id":698,"nodeType":"Block","src":"7615:328:5","statements":[{"AST":{"nodeType":"YulBlock","src":"7630:309:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7651:1:5","type":"","value":"0"},{"name":"data.offset","nodeType":"YulIdentifier","src":"7654:11:5"},{"name":"data.length","nodeType":"YulIdentifier","src":"7667:11:5"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"7638:12:5"},"nodeType":"YulFunctionCall","src":"7638:41:5"},"nodeType":"YulExpressionStatement","src":"7638:41:5"},{"nodeType":"YulVariableDeclaration","src":"7686:63:5","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nodeType":"YulIdentifier","src":"7713:3:5"},"nodeType":"YulFunctionCall","src":"7713:5:5"},{"name":"target","nodeType":"YulIdentifier","src":"7720:6:5"},{"kind":"number","nodeType":"YulLiteral","src":"7728:1:5","type":"","value":"0"},{"name":"data.length","nodeType":"YulIdentifier","src":"7731:11:5"},{"kind":"number","nodeType":"YulLiteral","src":"7744:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7747:1:5","type":"","value":"0"}],"functionName":{"name":"delegatecall","nodeType":"YulIdentifier","src":"7700:12:5"},"nodeType":"YulFunctionCall","src":"7700:49:5"},"variables":[{"name":"result","nodeType":"YulTypedName","src":"7690:6:5","type":""}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7771:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7774:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7777:14:5"},"nodeType":"YulFunctionCall","src":"7777:16:5"}],"functionName":{"name":"returndatacopy","nodeType":"YulIdentifier","src":"7756:14:5"},"nodeType":"YulFunctionCall","src":"7756:38:5"},"nodeType":"YulExpressionStatement","src":"7756:38:5"},{"cases":[{"body":{"nodeType":"YulBlock","src":"7828:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7845:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7848:14:5"},"nodeType":"YulFunctionCall","src":"7848:16:5"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7838:6:5"},"nodeType":"YulFunctionCall","src":"7838:27:5"},"nodeType":"YulExpressionStatement","src":"7838:27:5"}]},"nodeType":"YulCase","src":"7821:52:5","value":{"kind":"number","nodeType":"YulLiteral","src":"7826:1:5","type":"","value":"0"}},{"body":{"nodeType":"YulBlock","src":"7888:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7905:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"7908:14:5"},"nodeType":"YulFunctionCall","src":"7908:16:5"}],"functionName":{"name":"return","nodeType":"YulIdentifier","src":"7898:6:5"},"nodeType":"YulFunctionCall","src":"7898:27:5"},"nodeType":"YulExpressionStatement","src":"7898:27:5"}]},"nodeType":"YulCase","src":"7880:53:5","value":"default"}],"expression":{"name":"result","nodeType":"YulIdentifier","src":"7808:6:5"},"nodeType":"YulSwitch","src":"7801:132:5"}]},"evmVersion":"london","externalReferences":[{"declaration":692,"isOffset":false,"isSlot":false,"src":"7667:11:5","suffix":"length","valueSize":1},{"declaration":692,"isOffset":false,"isSlot":false,"src":"7731:11:5","suffix":"length","valueSize":1},{"declaration":692,"isOffset":true,"isSlot":false,"src":"7654:11:5","suffix":"offset","valueSize":1},{"declaration":690,"isOffset":false,"isSlot":false,"src":"7720:6:5","valueSize":1}],"id":697,"nodeType":"InlineAssembly","src":"7621:318:5"}]},"functionSelector":"aa0e09a3","id":699,"implemented":true,"kind":"function","modifiers":[],"name":"mockDelegateCall","nameLocation":"7531:16:5","nodeType":"FunctionDefinition","parameters":{"id":693,"nodeType":"ParameterList","parameters":[{"constant":false,"id":690,"mutability":"mutable","name":"target","nameLocation":"7556:6:5","nodeType":"VariableDeclaration","scope":699,"src":"7548:14:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":689,"name":"address","nodeType":"ElementaryTypeName","src":"7548:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":692,"mutability":"mutable","name":"data","nameLocation":"7579:4:5","nodeType":"VariableDeclaration","scope":699,"src":"7564:19:5","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":691,"name":"bytes","nodeType":"ElementaryTypeName","src":"7564:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7547:37:5"},"returnParameters":{"id":696,"nodeType":"ParameterList","parameters":[{"constant":false,"id":695,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":699,"src":"7601:12:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":694,"name":"bytes","nodeType":"ElementaryTypeName","src":"7601:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7600:14:5"},"scope":709,"src":"7522:421:5","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":702,"nodeType":"Block","src":"7974:2:5","statements":[]},"id":703,"implemented":true,"kind":"receive","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":700,"nodeType":"ParameterList","parameters":[],"src":"7954:2:5"},"returnParameters":{"id":701,"nodeType":"ParameterList","parameters":[],"src":"7974:0:5"},"scope":709,"src":"7947:29:5","stateMutability":"payable","virtual":false,"visibility":"external"},{"body":{"id":707,"nodeType":"Block","src":"8008:331:5","statements":[{"AST":{"nodeType":"YulBlock","src":"8023:312:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8044:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8047:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"calldatasize","nodeType":"YulIdentifier","src":"8050:12:5"},"nodeType":"YulFunctionCall","src":"8050:14:5"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"8031:12:5"},"nodeType":"YulFunctionCall","src":"8031:34:5"},"nodeType":"YulExpressionStatement","src":"8031:34:5"},{"nodeType":"YulVariableDeclaration","src":"8072:73:5","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nodeType":"YulIdentifier","src":"8091:3:5"},"nodeType":"YulFunctionCall","src":"8091:5:5"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8104:1:5","type":"","value":"0"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"8098:5:5"},"nodeType":"YulFunctionCall","src":"8098:8:5"},{"arguments":[],"functionName":{"name":"callvalue","nodeType":"YulIdentifier","src":"8108:9:5"},"nodeType":"YulFunctionCall","src":"8108:11:5"},{"kind":"number","nodeType":"YulLiteral","src":"8121:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"calldatasize","nodeType":"YulIdentifier","src":"8124:12:5"},"nodeType":"YulFunctionCall","src":"8124:14:5"},{"kind":"number","nodeType":"YulLiteral","src":"8140:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8143:1:5","type":"","value":"0"}],"functionName":{"name":"call","nodeType":"YulIdentifier","src":"8086:4:5"},"nodeType":"YulFunctionCall","src":"8086:59:5"},"variables":[{"name":"result","nodeType":"YulTypedName","src":"8076:6:5","type":""}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8167:1:5","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8170:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"8173:14:5"},"nodeType":"YulFunctionCall","src":"8173:16:5"}],"functionName":{"name":"returndatacopy","nodeType":"YulIdentifier","src":"8152:14:5"},"nodeType":"YulFunctionCall","src":"8152:38:5"},"nodeType":"YulExpressionStatement","src":"8152:38:5"},{"cases":[{"body":{"nodeType":"YulBlock","src":"8224:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8241:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"8244:14:5"},"nodeType":"YulFunctionCall","src":"8244:16:5"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8234:6:5"},"nodeType":"YulFunctionCall","src":"8234:27:5"},"nodeType":"YulExpressionStatement","src":"8234:27:5"}]},"nodeType":"YulCase","src":"8217:52:5","value":{"kind":"number","nodeType":"YulLiteral","src":"8222:1:5","type":"","value":"0"}},{"body":{"nodeType":"YulBlock","src":"8284:45:5","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8301:1:5","type":"","value":"0"},{"arguments":[],"functionName":{"name":"returndatasize","nodeType":"YulIdentifier","src":"8304:14:5"},"nodeType":"YulFunctionCall","src":"8304:16:5"}],"functionName":{"name":"return","nodeType":"YulIdentifier","src":"8294:6:5"},"nodeType":"YulFunctionCall","src":"8294:27:5"},"nodeType":"YulExpressionStatement","src":"8294:27:5"}]},"nodeType":"YulCase","src":"8276:53:5","value":"default"}],"expression":{"name":"result","nodeType":"YulIdentifier","src":"8204:6:5"},"nodeType":"YulSwitch","src":"8197:132:5"}]},"evmVersion":"london","externalReferences":[],"id":706,"nodeType":"InlineAssembly","src":"8014:321:5"}]},"id":708,"implemented":true,"kind":"fallback","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":704,"nodeType":"ParameterList","parameters":[],"src":"7988:2:5"},"returnParameters":{"id":705,"nodeType":"ParameterList","parameters":[],"src":"8008:0:5"},"scope":709,"src":"7980:359:5","stateMutability":"payable","virtual":false,"visibility":"external"}],"scope":710,"src":"5785:2556:5","usedErrors":[]}],"src":"5636:2706:5"},"id":5},"contracts/mock/MockHolographGenesisChild.sol":{"ast":{"absolutePath":"contracts/mock/MockHolographGenesisChild.sol","exportedSymbols":{"HolographGenesis":[431],"InitializableInterface":[590],"MockHolographGenesisChild":[757]},"id":758,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":711,"literals":["solidity","0.8",".17"],"nodeType":"PragmaDirective","src":"5636:23:6"},{"absolutePath":"contracts/HolographGenesis.sol","file":"../HolographGenesis.sol","id":712,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":758,"sourceUnit":432,"src":"5661:33:6","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":713,"name":"HolographGenesis","nameLocations":["5734:16:6"],"nodeType":"IdentifierPath","referencedDeclaration":431,"src":"5734:16:6"},"id":714,"nodeType":"InheritanceSpecifier","src":"5734:16:6"}],"canonicalName":"MockHolographGenesisChild","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":757,"linearizedBaseContracts":[757,431],"name":"MockHolographGenesisChild","nameLocation":"5705:25:6","nodeType":"ContractDefinition","nodes":[{"body":{"id":717,"nodeType":"Block","src":"5769:2:6","statements":[]},"id":718,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":715,"nodeType":"ParameterList","parameters":[],"src":"5766:2:6"},"returnParameters":{"id":716,"nodeType":"ParameterList","parameters":[],"src":"5769:0:6"},"scope":757,"src":"5755:16:6","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":742,"nodeType":"Block","src":"5938:79:6","statements":[{"expression":{"arguments":[{"id":735,"name":"nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":720,"src":"5972:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":736,"name":"newDeployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":722,"src":"5979:11:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":737,"name":"approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":724,"src":"5992:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":738,"name":"sig1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":726,"src":"6001:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":739,"name":"sig2","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":728,"src":"6007:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":733,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"5951:4:6","typeDescriptions":{"typeIdentifier":"t_contract$_MockHolographGenesisChild_$757","typeString":"contract MockHolographGenesisChild"}},"id":734,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5956:15:6","memberName":"approveDeployer","nodeType":"MemberAccess","referencedDeclaration":303,"src":"5951:20:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_uint256_$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (uint256,address,bool,bytes memory,bytes memory) external"}},"id":740,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5951:61:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"functionReturnParameters":732,"id":741,"nodeType":"Return","src":"5944:68:6"}]},"functionSelector":"e1580a32","id":743,"implemented":true,"kind":"function","modifiers":[{"id":731,"kind":"modifierInvocation","modifierName":{"id":730,"name":"onlyDeployer","nameLocations":["5925:12:6"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"5925:12:6"},"nodeType":"ModifierInvocation","src":"5925:12:6"}],"name":"approveDeployerMock","nameLocation":"5784:19:6","nodeType":"FunctionDefinition","parameters":{"id":729,"nodeType":"ParameterList","parameters":[{"constant":false,"id":720,"mutability":"mutable","name":"nonce","nameLocation":"5817:5:6","nodeType":"VariableDeclaration","scope":743,"src":"5809:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":719,"name":"uint256","nodeType":"ElementaryTypeName","src":"5809:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":722,"mutability":"mutable","name":"newDeployer","nameLocation":"5836:11:6","nodeType":"VariableDeclaration","scope":743,"src":"5828:19:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":721,"name":"address","nodeType":"ElementaryTypeName","src":"5828:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":724,"mutability":"mutable","name":"approve","nameLocation":"5858:7:6","nodeType":"VariableDeclaration","scope":743,"src":"5853:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":723,"name":"bool","nodeType":"ElementaryTypeName","src":"5853:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":726,"mutability":"mutable","name":"sig1","nameLocation":"5884:4:6","nodeType":"VariableDeclaration","scope":743,"src":"5871:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":725,"name":"bytes","nodeType":"ElementaryTypeName","src":"5871:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":728,"mutability":"mutable","name":"sig2","nameLocation":"5907:4:6","nodeType":"VariableDeclaration","scope":743,"src":"5894:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":727,"name":"bytes","nodeType":"ElementaryTypeName","src":"5894:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5803:112:6"},"returnParameters":{"id":732,"nodeType":"ParameterList","parameters":[],"src":"5938:0:6"},"scope":757,"src":"5775:242:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":755,"nodeType":"Block","src":"6100:51:6","statements":[{"expression":{"arguments":[{"id":752,"name":"deployer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":745,"src":"6137:8:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":750,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"6113:4:6","typeDescriptions":{"typeIdentifier":"t_contract$_MockHolographGenesisChild_$757","typeString":"contract MockHolographGenesisChild"}},"id":751,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6118:18:6","memberName":"isApprovedDeployer","nodeType":"MemberAccess","referencedDeclaration":201,"src":"6113:23:6","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view external returns (bool)"}},"id":753,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6113:33:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":749,"id":754,"nodeType":"Return","src":"6106:40:6"}]},"functionSelector":"a78645bd","id":756,"implemented":true,"kind":"function","modifiers":[],"name":"isApprovedDeployerMock","nameLocation":"6030:22:6","nodeType":"FunctionDefinition","parameters":{"id":746,"nodeType":"ParameterList","parameters":[{"constant":false,"id":745,"mutability":"mutable","name":"deployer","nameLocation":"6061:8:6","nodeType":"VariableDeclaration","scope":756,"src":"6053:16:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":744,"name":"address","nodeType":"ElementaryTypeName","src":"6053:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6052:18:6"},"returnParameters":{"id":749,"nodeType":"ParameterList","parameters":[{"constant":false,"id":748,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":756,"src":"6094:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":747,"name":"bool","nodeType":"ElementaryTypeName","src":"6094:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6093:6:6"},"scope":757,"src":"6021:130:6","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":758,"src":"5696:457:6","usedErrors":[]}],"src":"5636:518:6"},"id":6}},"contracts":{"contracts/HolographGenesis.sol":{"HolographGenesis":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"deployedContract","type":"address"}],"name":"ContractDeployed","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"message","type":"string"}],"name":"Message","type":"event"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"address","name":"newDeployer","type":"address"},{"internalType":"bool","name":"approve","type":"bool"},{"internalType":"bytes","name":"sig1","type":"bytes"},{"internalType":"bytes","name":"sig2","type":"bytes"}],"name":"approveDeployer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"chainId","type":"uint256"},{"internalType":"bytes12","name":"saltHash","type":"bytes12"},{"internalType":"bytes20","name":"secret","type":"bytes20"},{"internalType":"bytes","name":"sourceCode","type":"bytes"},{"internalType":"bytes","name":"initCode","type":"bytes"}],"name":"deploy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getApproveDeployerNonce","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_messageHash","type":"bytes32"}],"name":"getEthSignedMessageHash","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"address","name":"newDeployer","type":"address"},{"internalType":"bool","name":"approve","type":"bool"}],"name":"getMessageHash","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"getVersion","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"deployer","type":"address"}],"name":"isApprovedDeployer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"address","name":"newDeployer","type":"address"},{"internalType":"bool","name":"approve","type":"bool"},{"internalType":"bytes","name":"signature","type":"bytes"}],"name":"recoverSigner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","type":"function"}],"devdoc":{"details":"In the beginning there was a smart contract...","kind":"dev","methods":{"approveDeployer(uint256,address,bool,bytes,bytes)":{"details":"Approve or disapprove a deployer using multi-signature verification.","params":{"approve":"Boolean representing the approval status","newDeployer":"The address of the deployer to approve or disapprove","nonce":"A unique nonce","sig1":"The first signature for multisig","sig2":"The second signature for multisig"}},"constructor":{"details":"Sets the initial deployers as approved upon contract creation."},"deploy(uint256,bytes12,bytes20,bytes,bytes)":{"details":"Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.","params":{"chainId":"The chain on which to deploy","initCode":"The initialization code for the contract","saltHash":"A unique salt for contract creation","secret":"A secret part of the salt","sourceCode":"The bytecode of the contract to deploy"}},"getApproveDeployerNonce()":{"details":"Returns the current nonce for deployer approvals.","returns":{"_0":"uint256 representing the current nonce"}},"getEthSignedMessageHash(bytes32)":{"details":"Recreates the Ethereum signed message hash from the plain message hash.","params":{"_messageHash":"The hash of the original message"},"returns":{"_0":"bytes32 Ethereum signed message hash"}},"getMessageHash(uint256,address,bool)":{"details":"Generates a hash of the message containing nonce, deployer address, and approval status.","params":{"approve":"Approval status in the message","newDeployer":"Address of the deployer in the message","nonce":"Nonce used in the message"},"returns":{"_0":"bytes32 Ethereum signed message hash"}},"getVersion()":{"details":"Returns the version number of the Genesis contract","returns":{"_0":"uint32 representing the version number"}},"isApprovedDeployer(address)":{"details":"Check if an address is an approved deployer.","params":{"deployer":"Address to check"},"returns":{"_0":"bool representing approval status"}},"recoverSigner(uint256,address,bool,bytes)":{"details":"Recovers the signer from the signature.","params":{"approve":"Approval status in the message","newDeployer":"Address of the deployer in the message","nonce":"Nonce used in the message","signature":"The signature to recover"},"returns":{"_0":"address of the signer"}}},"title":"HOLOGRAPH GENESIS","version":1},"evm":{"bytecode":{"functionDebugData":{"@_89":{"entryPoint":null,"id":89,"parameterSlots":0,"returnSlots":0},"abi_encode_tuple_t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:365:7","statements":[{"nodeType":"YulBlock","src":"6:3:7","statements":[]},{"body":{"nodeType":"YulBlock","src":"188:175:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"205:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"216:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"198:6:7"},"nodeType":"YulFunctionCall","src":"198:21:7"},"nodeType":"YulExpressionStatement","src":"198:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"239:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"250:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"235:3:7"},"nodeType":"YulFunctionCall","src":"235:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"255:2:7","type":"","value":"25"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"228:6:7"},"nodeType":"YulFunctionCall","src":"228:30:7"},"nodeType":"YulExpressionStatement","src":"228:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"278:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"289:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"274:3:7"},"nodeType":"YulFunctionCall","src":"274:18:7"},{"hexValue":"5468652066757475726520697320486f6c6f67726170686963","kind":"string","nodeType":"YulLiteral","src":"294:27:7","type":"","value":"The future is Holographic"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"267:6:7"},"nodeType":"YulFunctionCall","src":"267:55:7"},"nodeType":"YulExpressionStatement","src":"267:55:7"},{"nodeType":"YulAssignment","src":"331:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"343:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"354:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"339:3:7"},"nodeType":"YulFunctionCall","src":"339:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"331:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"165:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"179:4:7","type":""}],"src":"14:349:7"}]},"contents":"{\n { }\n function abi_encode_tuple_t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"The future is Holographic\")\n tail := add(headStart, 96)\n }\n}","id":7,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"61014060405273bb566182f35b9e5ae04db02a5450cc156d2f89c160a0527322ed36947ddd1ae317f7816c410d3c0c58bb9b9060c05273ffca0d6986099fbdb3b6ad9b6aa5df5ed1d44f0c60e05273df9013a9af763b181ef8acfc0e3229494004e0016101005272ac9fd50c63f176b49f05ffeda324bd68c7cd696101205234801561008a57600080fd5b50600260805260a0516001600160a01b039081166000908152600160208190526040808320805460ff19908116841790915560c05185168452818420805482168417905560e0518516845281842080548216841790556101005185168452818420805482168417905561012051909416835291829020805490931617909155517f51a7f65c6325882f237d4aeb43228179cfad48b868511d508e24b4437a819137906101679060208082526019908201527f5468652066757475726520697320486f6c6f6772617068696300000000000000604082015260600190565b60405180910390a160805160a05160c05160e05161010051610120516110f36101ae60003960005050600050506000505060005050600050506000609701526110f36000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c8063cb33fe541161005b578063cb33fe541461018c578063d288337d1461019f578063dc7faa07146101a7578063fa540801146101f057600080fd5b80630d8e6e2c1461008d57806349aa18fc146100c657806355da4cd0146100db5780636ae675ac14610113575b600080fd5b60405163ffffffff7f00000000000000000000000000000000000000000000000000000000000000001681526020015b60405180910390f35b6100d96100d4366004610dc4565b610251565b005b6100ee6100e9366004610eda565b61068c565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100bd565b61017e610121366004610f42565b6040805160208082019590955260609390931b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168382015290151560f81b60548301528051603581840301815260559092019052805191012090565b6040519081526020016100bd565b6100d961019a366004610f7e565b6107cd565b61017e610ba2565b6101e06101b5366004610fb4565b73ffffffffffffffffffffffffffffffffffffffff1660009081526001602052604090205460ff1690565b60405190151581526020016100bd565b61017e6101fe366004610fcf565b6040517f19457468657265756d205369676e6564204d6573736167653a0a3332000000006020820152603c8101829052600090605c01604051602081830303815290604052805190602001209050919050565b3360009081526001602052604090205460ff166102cf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064015b60405180910390fd5b468514610338576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f484f4c4f47524150483a20696e636f727265637420636861696e20696400000060448201526064016102c6565b604080517fffffffffffffffffffffffffffffffffffffffff000000000000000000000000851660208201527fffffffffffffffffffffffff000000000000000000000000000000000000000086166034820152600091016040516020818303038152906040526103a890610fe8565b8351602080860191909120604080517fff00000000000000000000000000000000000000000000000000000000000000818501523060601b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016602182015260358101859052605580820193909352815180820390930183526075019052805191012090915061043781610c22565b1561049e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f484f4c4f47524150483a20616c7265616479206465706c6f796564000000000060448201526064016102c6565b818451602086016000f590506104b381610c22565b610519576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f484f4c4f47524150483a206465706c6f796d656e74206661696c65640000000060448201526064016102c6565b6040517f4ddf47d4000000000000000000000000000000000000000000000000000000008082529073ffffffffffffffffffffffffffffffffffffffff831690634ddf47d49061056d908790600401611091565b6020604051808303816000875af115801561058c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b091906110a4565b7fffffffff000000000000000000000000000000000000000000000000000000001614610639576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a20696e697469616c697a6174696f6e206661696c656460448201526064016102c6565b60405173ffffffffffffffffffffffffffffffffffffffff821681527f8ffcdc15a283d706d38281f500270d8b5a656918f555de0913d7455e3e6bc1bf906020015b60405180910390a150505050505050565b604080516020808201879052606086901b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168284015284151560f81b6054830152825160358184030181526055830184528051908201207f19457468657265756d205369676e6564204d6573736167653a0a333200000000607584015260918084018290528451808503909101815260b1909301909352815191012060009190600080600061073b87610c5c565b60408051600081526020810180835289905260ff8316918101919091526060810184905260808101839052929550909350915060019060a0016020604051602081039080840390855afa158015610796573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe001519b9a5050505050505050505050565b3360009081526001602052604090205460ff16610846576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064016102c6565b60005485116108b1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f484f4c4f47524150483a20696e76616c6964206e6f6e6365000000000000000060448201526064016102c6565b60008581556108c28686868661068c565b905060006108d28787878661068c565b73ffffffffffffffffffffffffffffffffffffffff831660009081526001602052604090205490915060ff16610964576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722031206e6f7420617070726f76656460448201526064016102c6565b73ffffffffffffffffffffffffffffffffffffffff811660009081526001602052604090205460ff166109f3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722032206e6f7420617070726f76656460448201526064016102c6565b8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610aae576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603660248201527f484f4c4f47524150483a207369676e617475726573206d75737420626520667260448201527f6f6d20646966666572656e74206465706c6f796572730000000000000000000060648201526084016102c6565b73ffffffffffffffffffffffffffffffffffffffff8616600090815260016020526040902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00168615151790557f51a7f65c6325882f237d4aeb43228179cfad48b868511d508e24b4437a81913785610b5e576040518060400160405280601f81526020017f484f4c4f47524150483a206465706c6f79657220646973617070726f76656400815250610b95565b6040518060400160405280601c81526020017f484f4c4f47524150483a206465706c6f79657220617070726f766564000000008152505b60405161067b9190611091565b3360009081526001602052604081205460ff16610c1b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064016102c6565b5060005490565b6000813f8015801590610c5557507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4708114155b9392505050565b60008060008351604114610ccc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f496e76616c6964207369676e6174757265206c656e677468000000000000000060448201526064016102c6565b50505060208101516040820151606090920151909260009190911a90565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112610d2a57600080fd5b813567ffffffffffffffff80821115610d4557610d45610cea565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610d8b57610d8b610cea565b81604052838152866020858801011115610da457600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600060a08688031215610ddc57600080fd5b8535945060208601357fffffffffffffffffffffffff000000000000000000000000000000000000000081168114610e1357600080fd5b935060408601357fffffffffffffffffffffffffffffffffffffffff00000000000000000000000081168114610e4857600080fd5b9250606086013567ffffffffffffffff80821115610e6557600080fd5b610e7189838a01610d19565b93506080880135915080821115610e8757600080fd5b50610e9488828901610d19565b9150509295509295909350565b803573ffffffffffffffffffffffffffffffffffffffff81168114610ec557600080fd5b919050565b80358015158114610ec557600080fd5b60008060008060808587031215610ef057600080fd5b84359350610f0060208601610ea1565b9250610f0e60408601610eca565b9150606085013567ffffffffffffffff811115610f2a57600080fd5b610f3687828801610d19565b91505092959194509250565b600080600060608486031215610f5757600080fd5b83359250610f6760208501610ea1565b9150610f7560408501610eca565b90509250925092565b600080600080600060a08688031215610f9657600080fd5b85359450610fa660208701610ea1565b9350610e4860408701610eca565b600060208284031215610fc657600080fd5b610c5582610ea1565b600060208284031215610fe157600080fd5b5035919050565b80516020808301519190811015611027577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8160200360031b1b821691505b50919050565b6000815180845260005b8181101561105357602081850181015186830182015201611037565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081526000610c55602083018461102d565b6000602082840312156110b657600080fd5b81517fffffffff0000000000000000000000000000000000000000000000000000000081168114610c5557600080fdfea164736f6c6343000811000a","opcodes":"PUSH2 0x140 PUSH1 0x40 MSTORE PUSH20 0xBB566182F35B9E5AE04DB02A5450CC156D2F89C1 PUSH1 0xA0 MSTORE PUSH20 0x22ED36947DDD1AE317F7816C410D3C0C58BB9B90 PUSH1 0xC0 MSTORE PUSH20 0xFFCA0D6986099FBDB3B6AD9B6AA5DF5ED1D44F0C PUSH1 0xE0 MSTORE PUSH20 0xDF9013A9AF763B181EF8ACFC0E3229494004E001 PUSH2 0x100 MSTORE PUSH19 0xAC9FD50C63F176B49F05FFEDA324BD68C7CD69 PUSH2 0x120 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x8A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x2 PUSH1 0x80 MSTORE PUSH1 0xA0 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT SWAP1 DUP2 AND DUP5 OR SWAP1 SWAP2 SSTORE PUSH1 0xC0 MLOAD DUP6 AND DUP5 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD DUP3 AND DUP5 OR SWAP1 SSTORE PUSH1 0xE0 MLOAD DUP6 AND DUP5 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD DUP3 AND DUP5 OR SWAP1 SSTORE PUSH2 0x100 MLOAD DUP6 AND DUP5 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD DUP3 AND DUP5 OR SWAP1 SSTORE PUSH2 0x120 MLOAD SWAP1 SWAP5 AND DUP4 MSTORE SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD SWAP1 SWAP4 AND OR SWAP1 SWAP2 SSTORE MLOAD PUSH32 0x51A7F65C6325882F237D4AEB43228179CFAD48B868511D508E24B4437A819137 SWAP1 PUSH2 0x167 SWAP1 PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x19 SWAP1 DUP3 ADD MSTORE PUSH32 0x5468652066757475726520697320486F6C6F6772617068696300000000000000 PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x80 MLOAD PUSH1 0xA0 MLOAD PUSH1 0xC0 MLOAD PUSH1 0xE0 MLOAD PUSH2 0x100 MLOAD PUSH2 0x120 MLOAD PUSH2 0x10F3 PUSH2 0x1AE PUSH1 0x0 CODECOPY PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 PUSH1 0x97 ADD MSTORE PUSH2 0x10F3 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 0x88 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xCB33FE54 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xCB33FE54 EQ PUSH2 0x18C JUMPI DUP1 PUSH4 0xD288337D EQ PUSH2 0x19F JUMPI DUP1 PUSH4 0xDC7FAA07 EQ PUSH2 0x1A7 JUMPI DUP1 PUSH4 0xFA540801 EQ PUSH2 0x1F0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD8E6E2C EQ PUSH2 0x8D JUMPI DUP1 PUSH4 0x49AA18FC EQ PUSH2 0xC6 JUMPI DUP1 PUSH4 0x55DA4CD0 EQ PUSH2 0xDB JUMPI DUP1 PUSH4 0x6AE675AC EQ PUSH2 0x113 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF PUSH32 0x0 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD9 PUSH2 0xD4 CALLDATASIZE PUSH1 0x4 PUSH2 0xDC4 JUMP JUMPDEST PUSH2 0x251 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEE PUSH2 0xE9 CALLDATASIZE PUSH1 0x4 PUSH2 0xEDA JUMP JUMPDEST PUSH2 0x68C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBD JUMP JUMPDEST PUSH2 0x17E PUSH2 0x121 CALLDATASIZE PUSH1 0x4 PUSH2 0xF42 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH1 0x60 SWAP4 SWAP1 SWAP4 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP4 DUP3 ADD MSTORE SWAP1 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP1 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 SWAP1 SWAP3 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBD JUMP JUMPDEST PUSH2 0xD9 PUSH2 0x19A CALLDATASIZE PUSH1 0x4 PUSH2 0xF7E JUMP JUMPDEST PUSH2 0x7CD JUMP JUMPDEST PUSH2 0x17E PUSH2 0xBA2 JUMP JUMPDEST PUSH2 0x1E0 PUSH2 0x1B5 CALLDATASIZE PUSH1 0x4 PUSH2 0xFB4 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBD JUMP JUMPDEST PUSH2 0x17E PUSH2 0x1FE CALLDATASIZE PUSH1 0x4 PUSH2 0xFCF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x3C DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH1 0x5C ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x2CF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CHAINID DUP6 EQ PUSH2 0x338 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E636F727265637420636861696E206964000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP7 AND PUSH1 0x34 DUP3 ADD MSTORE PUSH1 0x0 SWAP2 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x3A8 SWAP1 PUSH2 0xFE8 JUMP JUMPDEST DUP4 MLOAD PUSH1 0x20 DUP1 DUP7 ADD SWAP2 SWAP1 SWAP2 KECCAK256 PUSH1 0x40 DUP1 MLOAD PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP2 DUP6 ADD MSTORE ADDRESS PUSH1 0x60 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND PUSH1 0x21 DUP3 ADD MSTORE PUSH1 0x35 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x55 DUP1 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE DUP2 MLOAD DUP1 DUP3 SUB SWAP1 SWAP4 ADD DUP4 MSTORE PUSH1 0x75 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 SWAP2 POP PUSH2 0x437 DUP2 PUSH2 0xC22 JUMP JUMPDEST ISZERO PUSH2 0x49E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1B PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20616C7265616479206465706C6F7965640000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST DUP2 DUP5 MLOAD PUSH1 0x20 DUP7 ADD PUSH1 0x0 CREATE2 SWAP1 POP PUSH2 0x4B3 DUP2 PUSH2 0xC22 JUMP JUMPDEST PUSH2 0x519 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1C PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796D656E74206661696C656400000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x4DDF47D400000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND SWAP1 PUSH4 0x4DDF47D4 SWAP1 PUSH2 0x56D SWAP1 DUP8 SWAP1 PUSH1 0x4 ADD PUSH2 0x1091 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x58C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x5B0 SWAP2 SWAP1 PUSH2 0x10A4 JUMP JUMPDEST PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND EQ PUSH2 0x639 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E697469616C697A6174696F6E206661696C6564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND DUP2 MSTORE PUSH32 0x8FFCDC15A283D706D38281F500270D8B5A656918F555DE0913D7455E3E6BC1BF SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD DUP8 SWAP1 MSTORE PUSH1 0x60 DUP7 SWAP1 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP3 DUP5 ADD MSTORE DUP5 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP3 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 DUP4 ADD DUP5 MSTORE DUP1 MLOAD SWAP1 DUP3 ADD KECCAK256 PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x75 DUP5 ADD MSTORE PUSH1 0x91 DUP1 DUP5 ADD DUP3 SWAP1 MSTORE DUP5 MLOAD DUP1 DUP6 SUB SWAP1 SWAP2 ADD DUP2 MSTORE PUSH1 0xB1 SWAP1 SWAP4 ADD SWAP1 SWAP4 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x73B DUP8 PUSH2 0xC5C JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP1 DUP4 MSTORE DUP10 SWAP1 MSTORE PUSH1 0xFF DUP4 AND SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP4 SWAP1 MSTORE SWAP3 SWAP6 POP SWAP1 SWAP4 POP SWAP2 POP PUSH1 0x1 SWAP1 PUSH1 0xA0 ADD PUSH1 0x20 PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 SUB SWAP1 DUP1 DUP5 SUB SWAP1 DUP6 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x796 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 ADD MLOAD SWAP12 SWAP11 POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x846 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x0 SLOAD DUP6 GT PUSH2 0x8B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E76616C6964206E6F6E63650000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 SSTORE PUSH2 0x8C2 DUP7 DUP7 DUP7 DUP7 PUSH2 0x68C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x8D2 DUP8 DUP8 DUP8 DUP7 PUSH2 0x68C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP2 POP PUSH1 0xFF AND PUSH2 0x964 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722031206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x9F3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722032206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xAAE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x36 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E617475726573206D757374206265206672 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6F6D20646966666572656E74206465706C6F7965727300000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 AND DUP7 ISZERO ISZERO OR SWAP1 SSTORE PUSH32 0x51A7F65C6325882F237D4AEB43228179CFAD48B868511D508E24B4437A819137 DUP6 PUSH2 0xB5E JUMPI PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1F DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220646973617070726F76656400 DUP2 MSTORE POP PUSH2 0xB95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1C DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220617070726F76656400000000 DUP2 MSTORE POP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x67B SWAP2 SWAP1 PUSH2 0x1091 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xC1B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST POP PUSH1 0x0 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 EXTCODEHASH DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0xC55 JUMPI POP PUSH32 0xC5D2460186F7233C927E7DB2DCC703C0E500B653CA82273B7BFAD8045D85A470 DUP2 EQ ISZERO JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 MLOAD PUSH1 0x41 EQ PUSH2 0xCCC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x496E76616C6964207369676E6174757265206C656E6774680000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST POP POP POP PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x40 DUP3 ADD MLOAD PUSH1 0x60 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 PUSH1 0x0 SWAP2 SWAP1 SWAP2 BYTE SWAP1 JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xD2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0xD45 JUMPI PUSH2 0xD45 PUSH2 0xCEA JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP4 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP3 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0xD8B JUMPI PUSH2 0xD8B PUSH2 0xCEA JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP4 DUP2 MSTORE DUP7 PUSH1 0x20 DUP6 DUP9 ADD ADD GT ISZERO PUSH2 0xDA4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 PUSH1 0x20 DUP8 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP6 DUP4 ADD ADD MSTORE DUP1 SWAP5 POP POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0xDDC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH1 0x20 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xE13 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xE48 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP PUSH1 0x60 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0xE65 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE71 DUP10 DUP4 DUP11 ADD PUSH2 0xD19 JUMP JUMPDEST SWAP4 POP PUSH1 0x80 DUP9 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0xE87 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE94 DUP9 DUP3 DUP10 ADD PUSH2 0xD19 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xEC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xEC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0xEF0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD SWAP4 POP PUSH2 0xF00 PUSH1 0x20 DUP7 ADD PUSH2 0xEA1 JUMP JUMPDEST SWAP3 POP PUSH2 0xF0E PUSH1 0x40 DUP7 ADD PUSH2 0xECA JUMP JUMPDEST SWAP2 POP PUSH1 0x60 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xF2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF36 DUP8 DUP3 DUP9 ADD PUSH2 0xD19 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xF57 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD SWAP3 POP PUSH2 0xF67 PUSH1 0x20 DUP6 ADD PUSH2 0xEA1 JUMP JUMPDEST SWAP2 POP PUSH2 0xF75 PUSH1 0x40 DUP6 ADD PUSH2 0xECA JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0xF96 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH2 0xFA6 PUSH1 0x20 DUP8 ADD PUSH2 0xEA1 JUMP JUMPDEST SWAP4 POP PUSH2 0xE48 PUSH1 0x40 DUP8 ADD PUSH2 0xECA JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xC55 DUP3 PUSH2 0xEA1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFE1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP2 SWAP1 DUP2 LT ISZERO PUSH2 0x1027 JUMPI PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 PUSH1 0x20 SUB PUSH1 0x3 SHL SHL DUP3 AND SWAP2 POP JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1053 JUMPI PUSH1 0x20 DUP2 DUP6 ADD DUP2 ADD MLOAD DUP7 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x1037 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x20 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x20 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xC55 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x102D JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x10B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xC55 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"5802:7713:0:-:0;;;6059:42;6021:80;;6143:42;6105:80;;6227:42;6189:80;;6311:42;6273:80;;6395:42;6357:80;;6919:343;;;;;;;;;-1:-1:-1;6950:1:0;6939:12;;7024:9;;-1:-1:-1;;;;;7005:29:0;;;;;;;7037:4;7005:29;;;;;;;;:36;;-1:-1:-1;;7005:36:0;;;;;;;;7066:9;;7047:29;;;;;;;:36;;;;;;;;7108:9;;7089:29;;;;;;;:36;;;;;;;;7005;7150:9;7131:29;;;;;;;:36;;;;;;;;7192:9;;7173:29;;;;;;;;;:36;;;;;;;;;7221;;;;;216:2:7;198:21;;;255:2;235:18;;;228:30;294:27;289:2;274:18;;267:55;354:2;339:18;;14:349;7221:36:0;;;;;;;;5802:7713;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_isContract_223":{"entryPoint":3106,"id":223,"parameterSlots":1,"returnSlots":1},"@approveDeployer_303":{"entryPoint":1997,"id":303,"parameterSlots":5,"returnSlots":0},"@deploy_188":{"entryPoint":593,"id":188,"parameterSlots":5,"returnSlots":0},"@getApproveDeployerNonce_421":{"entryPoint":2978,"id":421,"parameterSlots":0,"returnSlots":1},"@getEthSignedMessageHash_342":{"entryPoint":null,"id":342,"parameterSlots":1,"returnSlots":1},"@getMessageHash_325":{"entryPoint":null,"id":325,"parameterSlots":3,"returnSlots":1},"@getVersion_430":{"entryPoint":null,"id":430,"parameterSlots":0,"returnSlots":1},"@isApprovedDeployer_201":{"entryPoint":null,"id":201,"parameterSlots":1,"returnSlots":1},"@recoverSigner_388":{"entryPoint":1676,"id":388,"parameterSlots":4,"returnSlots":1},"@splitSignature_410":{"entryPoint":3164,"id":410,"parameterSlots":1,"returnSlots":3},"abi_decode_address":{"entryPoint":3745,"id":null,"parameterSlots":1,"returnSlots":1},"abi_decode_bool":{"entryPoint":3786,"id":null,"parameterSlots":1,"returnSlots":1},"abi_decode_bytes":{"entryPoint":3353,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":4020,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":4047,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes4_fromMemory":{"entryPoint":4260,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_uint256t_addresst_bool":{"entryPoint":3906,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptr":{"entryPoint":3802,"id":null,"parameterSlots":2,"returnSlots":4},"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptrt_bytes_memory_ptr":{"entryPoint":3966,"id":null,"parameterSlots":2,"returnSlots":5},"abi_decode_tuple_t_uint256t_bytes12t_bytes20t_bytes_memory_ptrt_bytes_memory_ptr":{"entryPoint":3524,"id":null,"parameterSlots":2,"returnSlots":5},"abi_encode_bytes":{"entryPoint":4141,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_packed_t_bytes1_t_address_t_bytes32_t_bytes32__to_t_bytes1_t_address_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":5,"returnSlots":1},"abi_encode_tuple_packed_t_bytes20_t_bytes12__to_t_bytes20_t_bytes12__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_packed_t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73_t_bytes32__to_t_string_memory_ptr_t_bytes32__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_packed_t_uint256_t_address_t_bool__to_t_uint256_t_address_t_bool__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":5,"returnSlots":1},"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":4241,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32":{"entryPoint":4072,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x41":{"entryPoint":3306,"id":null,"parameterSlots":0,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:12809:7","statements":[{"nodeType":"YulBlock","src":"6:3:7","statements":[]},{"body":{"nodeType":"YulBlock","src":"113:93:7","statements":[{"nodeType":"YulAssignment","src":"123:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"135:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"146:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"131:3:7"},"nodeType":"YulFunctionCall","src":"131:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"123:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"165:9:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"180:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"188:10:7","type":"","value":"0xffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"176:3:7"},"nodeType":"YulFunctionCall","src":"176:23:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"158:6:7"},"nodeType":"YulFunctionCall","src":"158:42:7"},"nodeType":"YulExpressionStatement","src":"158:42:7"}]},"name":"abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"82:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"93:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"104:4:7","type":""}],"src":"14:192:7"},{"body":{"nodeType":"YulBlock","src":"243:152:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"260:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"263:77:7","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"253:6:7"},"nodeType":"YulFunctionCall","src":"253:88:7"},"nodeType":"YulExpressionStatement","src":"253:88:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"357:1:7","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"360:4:7","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"350:6:7"},"nodeType":"YulFunctionCall","src":"350:15:7"},"nodeType":"YulExpressionStatement","src":"350:15:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"381:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"384:4:7","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"374:6:7"},"nodeType":"YulFunctionCall","src":"374:15:7"},"nodeType":"YulExpressionStatement","src":"374:15:7"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"211:184:7"},{"body":{"nodeType":"YulBlock","src":"452:725:7","statements":[{"body":{"nodeType":"YulBlock","src":"501:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"510:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"513:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"503:6:7"},"nodeType":"YulFunctionCall","src":"503:12:7"},"nodeType":"YulExpressionStatement","src":"503:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"480:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"488:4:7","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"476:3:7"},"nodeType":"YulFunctionCall","src":"476:17:7"},{"name":"end","nodeType":"YulIdentifier","src":"495:3:7"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"472:3:7"},"nodeType":"YulFunctionCall","src":"472:27:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"465:6:7"},"nodeType":"YulFunctionCall","src":"465:35:7"},"nodeType":"YulIf","src":"462:55:7"},{"nodeType":"YulVariableDeclaration","src":"526:30:7","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"549:6:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"536:12:7"},"nodeType":"YulFunctionCall","src":"536:20:7"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"530:2:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"565:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"575:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_2","nodeType":"YulTypedName","src":"569:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"616:22:7","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"618:16:7"},"nodeType":"YulFunctionCall","src":"618:18:7"},"nodeType":"YulExpressionStatement","src":"618:18:7"}]},"condition":{"arguments":[{"name":"_1","nodeType":"YulIdentifier","src":"608:2:7"},{"name":"_2","nodeType":"YulIdentifier","src":"612:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"605:2:7"},"nodeType":"YulFunctionCall","src":"605:10:7"},"nodeType":"YulIf","src":"602:36:7"},{"nodeType":"YulVariableDeclaration","src":"647:76:7","value":{"kind":"number","nodeType":"YulLiteral","src":"657:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0"},"variables":[{"name":"_3","nodeType":"YulTypedName","src":"651:2:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"732:23:7","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"752:2:7","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"746:5:7"},"nodeType":"YulFunctionCall","src":"746:9:7"},"variables":[{"name":"memPtr","nodeType":"YulTypedName","src":"736:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"764:71:7","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"786:6:7"},{"arguments":[{"arguments":[{"arguments":[{"arguments":[{"name":"_1","nodeType":"YulIdentifier","src":"810:2:7"},{"kind":"number","nodeType":"YulLiteral","src":"814:4:7","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"806:3:7"},"nodeType":"YulFunctionCall","src":"806:13:7"},{"name":"_3","nodeType":"YulIdentifier","src":"821:2:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"802:3:7"},"nodeType":"YulFunctionCall","src":"802:22:7"},{"kind":"number","nodeType":"YulLiteral","src":"826:2:7","type":"","value":"63"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"798:3:7"},"nodeType":"YulFunctionCall","src":"798:31:7"},{"name":"_3","nodeType":"YulIdentifier","src":"831:2:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"794:3:7"},"nodeType":"YulFunctionCall","src":"794:40:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"782:3:7"},"nodeType":"YulFunctionCall","src":"782:53:7"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"768:10:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"894:22:7","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"896:16:7"},"nodeType":"YulFunctionCall","src":"896:18:7"},"nodeType":"YulExpressionStatement","src":"896:18:7"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"853:10:7"},{"name":"_2","nodeType":"YulIdentifier","src":"865:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"850:2:7"},"nodeType":"YulFunctionCall","src":"850:18:7"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"873:10:7"},{"name":"memPtr","nodeType":"YulIdentifier","src":"885:6:7"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"870:2:7"},"nodeType":"YulFunctionCall","src":"870:22:7"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"847:2:7"},"nodeType":"YulFunctionCall","src":"847:46:7"},"nodeType":"YulIf","src":"844:72:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"932:2:7","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"936:10:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"925:6:7"},"nodeType":"YulFunctionCall","src":"925:22:7"},"nodeType":"YulExpressionStatement","src":"925:22:7"},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"963:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"971:2:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"956:6:7"},"nodeType":"YulFunctionCall","src":"956:18:7"},"nodeType":"YulExpressionStatement","src":"956:18:7"},{"body":{"nodeType":"YulBlock","src":"1022:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1031:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1034:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1024:6:7"},"nodeType":"YulFunctionCall","src":"1024:12:7"},"nodeType":"YulExpressionStatement","src":"1024:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"997:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1005:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"993:3:7"},"nodeType":"YulFunctionCall","src":"993:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"1010:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"989:3:7"},"nodeType":"YulFunctionCall","src":"989:26:7"},{"name":"end","nodeType":"YulIdentifier","src":"1017:3:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"986:2:7"},"nodeType":"YulFunctionCall","src":"986:35:7"},"nodeType":"YulIf","src":"983:55:7"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1064:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"1072:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1060:3:7"},"nodeType":"YulFunctionCall","src":"1060:17:7"},{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"1083:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"1091:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1079:3:7"},"nodeType":"YulFunctionCall","src":"1079:17:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1098:2:7"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"1047:12:7"},"nodeType":"YulFunctionCall","src":"1047:54:7"},"nodeType":"YulExpressionStatement","src":"1047:54:7"},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1125:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1133:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1121:3:7"},"nodeType":"YulFunctionCall","src":"1121:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"1138:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1117:3:7"},"nodeType":"YulFunctionCall","src":"1117:26:7"},{"kind":"number","nodeType":"YulLiteral","src":"1145:1:7","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1110:6:7"},"nodeType":"YulFunctionCall","src":"1110:37:7"},"nodeType":"YulExpressionStatement","src":"1110:37:7"},{"nodeType":"YulAssignment","src":"1156:15:7","value":{"name":"memPtr","nodeType":"YulIdentifier","src":"1165:6:7"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"1156:5:7"}]}]},"name":"abi_decode_bytes","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"426:6:7","type":""},{"name":"end","nodeType":"YulTypedName","src":"434:3:7","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"442:5:7","type":""}],"src":"400:777:7"},{"body":{"nodeType":"YulBlock","src":"1338:903:7","statements":[{"body":{"nodeType":"YulBlock","src":"1385:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1394:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1397:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1387:6:7"},"nodeType":"YulFunctionCall","src":"1387:12:7"},"nodeType":"YulExpressionStatement","src":"1387:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"1359:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"1368:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1355:3:7"},"nodeType":"YulFunctionCall","src":"1355:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"1380:3:7","type":"","value":"160"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"1351:3:7"},"nodeType":"YulFunctionCall","src":"1351:33:7"},"nodeType":"YulIf","src":"1348:53:7"},{"nodeType":"YulAssignment","src":"1410:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1433:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1420:12:7"},"nodeType":"YulFunctionCall","src":"1420:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"1410:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"1452:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1482:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"1493:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1478:3:7"},"nodeType":"YulFunctionCall","src":"1478:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1465:12:7"},"nodeType":"YulFunctionCall","src":"1465:32:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"1456:5:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1607:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1616:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1619:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1609:6:7"},"nodeType":"YulFunctionCall","src":"1609:12:7"},"nodeType":"YulExpressionStatement","src":"1609:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1519:5:7"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1530:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"1537:66:7","type":"","value":"0xffffffffffffffffffffffff0000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1526:3:7"},"nodeType":"YulFunctionCall","src":"1526:78:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1516:2:7"},"nodeType":"YulFunctionCall","src":"1516:89:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1509:6:7"},"nodeType":"YulFunctionCall","src":"1509:97:7"},"nodeType":"YulIf","src":"1506:117:7"},{"nodeType":"YulAssignment","src":"1632:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"1642:5:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"1632:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"1656:47:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1688:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"1699:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1684:3:7"},"nodeType":"YulFunctionCall","src":"1684:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1671:12:7"},"nodeType":"YulFunctionCall","src":"1671:32:7"},"variables":[{"name":"value_1","nodeType":"YulTypedName","src":"1660:7:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1817:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1826:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1829:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1819:6:7"},"nodeType":"YulFunctionCall","src":"1819:12:7"},"nodeType":"YulExpressionStatement","src":"1819:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value_1","nodeType":"YulIdentifier","src":"1725:7:7"},{"arguments":[{"name":"value_1","nodeType":"YulIdentifier","src":"1738:7:7"},{"kind":"number","nodeType":"YulLiteral","src":"1747:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1734:3:7"},"nodeType":"YulFunctionCall","src":"1734:80:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1722:2:7"},"nodeType":"YulFunctionCall","src":"1722:93:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1715:6:7"},"nodeType":"YulFunctionCall","src":"1715:101:7"},"nodeType":"YulIf","src":"1712:121:7"},{"nodeType":"YulAssignment","src":"1842:17:7","value":{"name":"value_1","nodeType":"YulIdentifier","src":"1852:7:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"1842:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"1868:46:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1899:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"1910:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1895:3:7"},"nodeType":"YulFunctionCall","src":"1895:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1882:12:7"},"nodeType":"YulFunctionCall","src":"1882:32:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"1872:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"1923:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"1933:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"1927:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1978:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1987:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1990:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1980:6:7"},"nodeType":"YulFunctionCall","src":"1980:12:7"},"nodeType":"YulExpressionStatement","src":"1980:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"1966:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1974:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1963:2:7"},"nodeType":"YulFunctionCall","src":"1963:14:7"},"nodeType":"YulIf","src":"1960:34:7"},{"nodeType":"YulAssignment","src":"2003:59:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2034:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"2045:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2030:3:7"},"nodeType":"YulFunctionCall","src":"2030:22:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2054:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"2013:16:7"},"nodeType":"YulFunctionCall","src":"2013:49:7"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"2003:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"2071:49:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2104:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2115:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2100:3:7"},"nodeType":"YulFunctionCall","src":"2100:19:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2087:12:7"},"nodeType":"YulFunctionCall","src":"2087:33:7"},"variables":[{"name":"offset_1","nodeType":"YulTypedName","src":"2075:8:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"2149:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2158:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2161:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2151:6:7"},"nodeType":"YulFunctionCall","src":"2151:12:7"},"nodeType":"YulExpressionStatement","src":"2151:12:7"}]},"condition":{"arguments":[{"name":"offset_1","nodeType":"YulIdentifier","src":"2135:8:7"},{"name":"_1","nodeType":"YulIdentifier","src":"2145:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2132:2:7"},"nodeType":"YulFunctionCall","src":"2132:16:7"},"nodeType":"YulIf","src":"2129:36:7"},{"nodeType":"YulAssignment","src":"2174:61:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2205:9:7"},{"name":"offset_1","nodeType":"YulIdentifier","src":"2216:8:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2201:3:7"},"nodeType":"YulFunctionCall","src":"2201:24:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2227:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"2184:16:7"},"nodeType":"YulFunctionCall","src":"2184:51:7"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"2174:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_bytes12t_bytes20t_bytes_memory_ptrt_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1272:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"1283:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"1295:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"1303:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"1311:6:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"1319:6:7","type":""},{"name":"value4","nodeType":"YulTypedName","src":"1327:6:7","type":""}],"src":"1182:1059:7"},{"body":{"nodeType":"YulBlock","src":"2295:147:7","statements":[{"nodeType":"YulAssignment","src":"2305:29:7","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2327:6:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2314:12:7"},"nodeType":"YulFunctionCall","src":"2314:20:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2305:5:7"}]},{"body":{"nodeType":"YulBlock","src":"2420:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2429:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2432:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2422:6:7"},"nodeType":"YulFunctionCall","src":"2422:12:7"},"nodeType":"YulExpressionStatement","src":"2422:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2356:5:7"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2367:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"2374:42:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"2363:3:7"},"nodeType":"YulFunctionCall","src":"2363:54:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2353:2:7"},"nodeType":"YulFunctionCall","src":"2353:65:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2346:6:7"},"nodeType":"YulFunctionCall","src":"2346:73:7"},"nodeType":"YulIf","src":"2343:93:7"}]},"name":"abi_decode_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2274:6:7","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2285:5:7","type":""}],"src":"2246:196:7"},{"body":{"nodeType":"YulBlock","src":"2493:114:7","statements":[{"nodeType":"YulAssignment","src":"2503:29:7","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2525:6:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2512:12:7"},"nodeType":"YulFunctionCall","src":"2512:20:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2503:5:7"}]},{"body":{"nodeType":"YulBlock","src":"2585:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2594:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2597:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2587:6:7"},"nodeType":"YulFunctionCall","src":"2587:12:7"},"nodeType":"YulExpressionStatement","src":"2587:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2554:5:7"},{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2575:5:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2568:6:7"},"nodeType":"YulFunctionCall","src":"2568:13:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2561:6:7"},"nodeType":"YulFunctionCall","src":"2561:21:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2551:2:7"},"nodeType":"YulFunctionCall","src":"2551:32:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2544:6:7"},"nodeType":"YulFunctionCall","src":"2544:40:7"},"nodeType":"YulIf","src":"2541:60:7"}]},"name":"abi_decode_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2472:6:7","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2483:5:7","type":""}],"src":"2447:160:7"},{"body":{"nodeType":"YulBlock","src":"2739:404:7","statements":[{"body":{"nodeType":"YulBlock","src":"2786:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2795:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2798:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2788:6:7"},"nodeType":"YulFunctionCall","src":"2788:12:7"},"nodeType":"YulExpressionStatement","src":"2788:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2760:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"2769:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2756:3:7"},"nodeType":"YulFunctionCall","src":"2756:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"2781:3:7","type":"","value":"128"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2752:3:7"},"nodeType":"YulFunctionCall","src":"2752:33:7"},"nodeType":"YulIf","src":"2749:53:7"},{"nodeType":"YulAssignment","src":"2811:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2834:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2821:12:7"},"nodeType":"YulFunctionCall","src":"2821:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"2811:6:7"}]},{"nodeType":"YulAssignment","src":"2853:48:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2886:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2897:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2882:3:7"},"nodeType":"YulFunctionCall","src":"2882:18:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"2863:18:7"},"nodeType":"YulFunctionCall","src":"2863:38:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"2853:6:7"}]},{"nodeType":"YulAssignment","src":"2910:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2940:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2951:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2936:3:7"},"nodeType":"YulFunctionCall","src":"2936:18:7"}],"functionName":{"name":"abi_decode_bool","nodeType":"YulIdentifier","src":"2920:15:7"},"nodeType":"YulFunctionCall","src":"2920:35:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"2910:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"2964:46:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2995:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3006:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2991:3:7"},"nodeType":"YulFunctionCall","src":"2991:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2978:12:7"},"nodeType":"YulFunctionCall","src":"2978:32:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2968:6:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"3053:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3062:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3065:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3055:6:7"},"nodeType":"YulFunctionCall","src":"3055:12:7"},"nodeType":"YulExpressionStatement","src":"3055:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3025:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"3033:18:7","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3022:2:7"},"nodeType":"YulFunctionCall","src":"3022:30:7"},"nodeType":"YulIf","src":"3019:50:7"},{"nodeType":"YulAssignment","src":"3078:59:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3109:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"3120:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3105:3:7"},"nodeType":"YulFunctionCall","src":"3105:22:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"3129:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"3088:16:7"},"nodeType":"YulFunctionCall","src":"3088:49:7"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"3078:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2681:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2692:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2704:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2712:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"2720:6:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"2728:6:7","type":""}],"src":"2612:531:7"},{"body":{"nodeType":"YulBlock","src":"3249:125:7","statements":[{"nodeType":"YulAssignment","src":"3259:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3271:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3282:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3267:3:7"},"nodeType":"YulFunctionCall","src":"3267:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3259:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3301:9:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3316:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"3324:42:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3312:3:7"},"nodeType":"YulFunctionCall","src":"3312:55:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3294:6:7"},"nodeType":"YulFunctionCall","src":"3294:74:7"},"nodeType":"YulExpressionStatement","src":"3294:74:7"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3218:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3229:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3240:4:7","type":""}],"src":"3148:226:7"},{"body":{"nodeType":"YulBlock","src":"3480:221:7","statements":[{"body":{"nodeType":"YulBlock","src":"3526:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3535:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3538:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3528:6:7"},"nodeType":"YulFunctionCall","src":"3528:12:7"},"nodeType":"YulExpressionStatement","src":"3528:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"3501:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"3510:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3497:3:7"},"nodeType":"YulFunctionCall","src":"3497:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"3522:2:7","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3493:3:7"},"nodeType":"YulFunctionCall","src":"3493:32:7"},"nodeType":"YulIf","src":"3490:52:7"},{"nodeType":"YulAssignment","src":"3551:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3574:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"3561:12:7"},"nodeType":"YulFunctionCall","src":"3561:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"3551:6:7"}]},{"nodeType":"YulAssignment","src":"3593:48:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3626:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3637:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3622:3:7"},"nodeType":"YulFunctionCall","src":"3622:18:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"3603:18:7"},"nodeType":"YulFunctionCall","src":"3603:38:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"3593:6:7"}]},{"nodeType":"YulAssignment","src":"3650:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3680:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3691:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3676:3:7"},"nodeType":"YulFunctionCall","src":"3676:18:7"}],"functionName":{"name":"abi_decode_bool","nodeType":"YulIdentifier","src":"3660:15:7"},"nodeType":"YulFunctionCall","src":"3660:35:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"3650:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_addresst_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3430:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3441:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3453:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"3461:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"3469:6:7","type":""}],"src":"3379:322:7"},{"body":{"nodeType":"YulBlock","src":"3807:76:7","statements":[{"nodeType":"YulAssignment","src":"3817:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3829:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3840:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3825:3:7"},"nodeType":"YulFunctionCall","src":"3825:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3817:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3859:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"3870:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3852:6:7"},"nodeType":"YulFunctionCall","src":"3852:25:7"},"nodeType":"YulExpressionStatement","src":"3852:25:7"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3776:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3787:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3798:4:7","type":""}],"src":"3706:177:7"},{"body":{"nodeType":"YulBlock","src":"4041:598:7","statements":[{"body":{"nodeType":"YulBlock","src":"4088:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4097:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4100:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4090:6:7"},"nodeType":"YulFunctionCall","src":"4090:12:7"},"nodeType":"YulExpressionStatement","src":"4090:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4062:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"4071:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4058:3:7"},"nodeType":"YulFunctionCall","src":"4058:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"4083:3:7","type":"","value":"160"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4054:3:7"},"nodeType":"YulFunctionCall","src":"4054:33:7"},"nodeType":"YulIf","src":"4051:53:7"},{"nodeType":"YulAssignment","src":"4113:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4136:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4123:12:7"},"nodeType":"YulFunctionCall","src":"4123:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4113:6:7"}]},{"nodeType":"YulAssignment","src":"4155:48:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4188:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4199:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4184:3:7"},"nodeType":"YulFunctionCall","src":"4184:18:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"4165:18:7"},"nodeType":"YulFunctionCall","src":"4165:38:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4155:6:7"}]},{"nodeType":"YulAssignment","src":"4212:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4242:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4253:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4238:3:7"},"nodeType":"YulFunctionCall","src":"4238:18:7"}],"functionName":{"name":"abi_decode_bool","nodeType":"YulIdentifier","src":"4222:15:7"},"nodeType":"YulFunctionCall","src":"4222:35:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"4212:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"4266:46:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4297:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4308:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4293:3:7"},"nodeType":"YulFunctionCall","src":"4293:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4280:12:7"},"nodeType":"YulFunctionCall","src":"4280:32:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4270:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4321:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"4331:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"4325:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"4376:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4385:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4388:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4378:6:7"},"nodeType":"YulFunctionCall","src":"4378:12:7"},"nodeType":"YulExpressionStatement","src":"4378:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4364:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"4372:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4361:2:7"},"nodeType":"YulFunctionCall","src":"4361:14:7"},"nodeType":"YulIf","src":"4358:34:7"},{"nodeType":"YulAssignment","src":"4401:59:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4432:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"4443:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4428:3:7"},"nodeType":"YulFunctionCall","src":"4428:22:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4452:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"4411:16:7"},"nodeType":"YulFunctionCall","src":"4411:49:7"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"4401:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"4469:49:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4502:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4513:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4498:3:7"},"nodeType":"YulFunctionCall","src":"4498:19:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4485:12:7"},"nodeType":"YulFunctionCall","src":"4485:33:7"},"variables":[{"name":"offset_1","nodeType":"YulTypedName","src":"4473:8:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"4547:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4556:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4559:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4549:6:7"},"nodeType":"YulFunctionCall","src":"4549:12:7"},"nodeType":"YulExpressionStatement","src":"4549:12:7"}]},"condition":{"arguments":[{"name":"offset_1","nodeType":"YulIdentifier","src":"4533:8:7"},{"name":"_1","nodeType":"YulIdentifier","src":"4543:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4530:2:7"},"nodeType":"YulFunctionCall","src":"4530:16:7"},"nodeType":"YulIf","src":"4527:36:7"},{"nodeType":"YulAssignment","src":"4572:61:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4603:9:7"},{"name":"offset_1","nodeType":"YulIdentifier","src":"4614:8:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4599:3:7"},"nodeType":"YulFunctionCall","src":"4599:24:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4625:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"4582:16:7"},"nodeType":"YulFunctionCall","src":"4582:51:7"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"4572:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptrt_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3975:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3986:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3998:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4006:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"4014:6:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"4022:6:7","type":""},{"name":"value4","nodeType":"YulTypedName","src":"4030:6:7","type":""}],"src":"3888:751:7"},{"body":{"nodeType":"YulBlock","src":"4745:76:7","statements":[{"nodeType":"YulAssignment","src":"4755:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4767:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4778:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4763:3:7"},"nodeType":"YulFunctionCall","src":"4763:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4755:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4797:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"4808:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4790:6:7"},"nodeType":"YulFunctionCall","src":"4790:25:7"},"nodeType":"YulExpressionStatement","src":"4790:25:7"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4714:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"4725:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4736:4:7","type":""}],"src":"4644:177:7"},{"body":{"nodeType":"YulBlock","src":"4896:116:7","statements":[{"body":{"nodeType":"YulBlock","src":"4942:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4951:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4954:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4944:6:7"},"nodeType":"YulFunctionCall","src":"4944:12:7"},"nodeType":"YulExpressionStatement","src":"4944:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4917:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"4926:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4913:3:7"},"nodeType":"YulFunctionCall","src":"4913:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"4938:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4909:3:7"},"nodeType":"YulFunctionCall","src":"4909:32:7"},"nodeType":"YulIf","src":"4906:52:7"},{"nodeType":"YulAssignment","src":"4967:39:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4996:9:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"4977:18:7"},"nodeType":"YulFunctionCall","src":"4977:29:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4967:6:7"}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4862:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4873:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4885:6:7","type":""}],"src":"4826:186:7"},{"body":{"nodeType":"YulBlock","src":"5112:92:7","statements":[{"nodeType":"YulAssignment","src":"5122:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5134:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5145:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5130:3:7"},"nodeType":"YulFunctionCall","src":"5130:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"5122:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5164:9:7"},{"arguments":[{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"5189:6:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5182:6:7"},"nodeType":"YulFunctionCall","src":"5182:14:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5175:6:7"},"nodeType":"YulFunctionCall","src":"5175:22:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5157:6:7"},"nodeType":"YulFunctionCall","src":"5157:41:7"},"nodeType":"YulExpressionStatement","src":"5157:41:7"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5081:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"5092:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"5103:4:7","type":""}],"src":"5017:187:7"},{"body":{"nodeType":"YulBlock","src":"5279:110:7","statements":[{"body":{"nodeType":"YulBlock","src":"5325:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5334:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5337:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5327:6:7"},"nodeType":"YulFunctionCall","src":"5327:12:7"},"nodeType":"YulExpressionStatement","src":"5327:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5300:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"5309:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5296:3:7"},"nodeType":"YulFunctionCall","src":"5296:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"5321:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5292:3:7"},"nodeType":"YulFunctionCall","src":"5292:32:7"},"nodeType":"YulIf","src":"5289:52:7"},{"nodeType":"YulAssignment","src":"5350:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5373:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5360:12:7"},"nodeType":"YulFunctionCall","src":"5360:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5350:6:7"}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5245:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5256:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5268:6:7","type":""}],"src":"5209:180:7"},{"body":{"nodeType":"YulBlock","src":"5568:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5585:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5596:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5578:6:7"},"nodeType":"YulFunctionCall","src":"5578:21:7"},"nodeType":"YulExpressionStatement","src":"5578:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5619:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5630:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5615:3:7"},"nodeType":"YulFunctionCall","src":"5615:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"5635:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5608:6:7"},"nodeType":"YulFunctionCall","src":"5608:30:7"},"nodeType":"YulExpressionStatement","src":"5608:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5658:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5669:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5654:3:7"},"nodeType":"YulFunctionCall","src":"5654:18:7"},{"hexValue":"484f4c4f47524150483a206465706c6f796572206e6f7420617070726f766564","kind":"string","nodeType":"YulLiteral","src":"5674:34:7","type":"","value":"HOLOGRAPH: deployer not approved"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5647:6:7"},"nodeType":"YulFunctionCall","src":"5647:62:7"},"nodeType":"YulExpressionStatement","src":"5647:62:7"},{"nodeType":"YulAssignment","src":"5718:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5730:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5741:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5726:3:7"},"nodeType":"YulFunctionCall","src":"5726:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"5718:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5545:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"5559:4:7","type":""}],"src":"5394:356:7"},{"body":{"nodeType":"YulBlock","src":"5929:179:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5946:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5957:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5939:6:7"},"nodeType":"YulFunctionCall","src":"5939:21:7"},"nodeType":"YulExpressionStatement","src":"5939:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5980:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5991:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5976:3:7"},"nodeType":"YulFunctionCall","src":"5976:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"5996:2:7","type":"","value":"29"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5969:6:7"},"nodeType":"YulFunctionCall","src":"5969:30:7"},"nodeType":"YulExpressionStatement","src":"5969:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6019:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"6030:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6015:3:7"},"nodeType":"YulFunctionCall","src":"6015:18:7"},{"hexValue":"484f4c4f47524150483a20696e636f727265637420636861696e206964","kind":"string","nodeType":"YulLiteral","src":"6035:31:7","type":"","value":"HOLOGRAPH: incorrect chain id"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6008:6:7"},"nodeType":"YulFunctionCall","src":"6008:59:7"},"nodeType":"YulExpressionStatement","src":"6008:59:7"},{"nodeType":"YulAssignment","src":"6076:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6088:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"6099:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6084:3:7"},"nodeType":"YulFunctionCall","src":"6084:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6076:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5906:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"5920:4:7","type":""}],"src":"5755:353:7"},{"body":{"nodeType":"YulBlock","src":"6260:246:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6277:3:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6286:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"6294:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6282:3:7"},"nodeType":"YulFunctionCall","src":"6282:79:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6270:6:7"},"nodeType":"YulFunctionCall","src":"6270:92:7"},"nodeType":"YulExpressionStatement","src":"6270:92:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6382:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"6387:2:7","type":"","value":"20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6378:3:7"},"nodeType":"YulFunctionCall","src":"6378:12:7"},{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"6396:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"6404:66:7","type":"","value":"0xffffffffffffffffffffffff0000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6392:3:7"},"nodeType":"YulFunctionCall","src":"6392:79:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6371:6:7"},"nodeType":"YulFunctionCall","src":"6371:101:7"},"nodeType":"YulExpressionStatement","src":"6371:101:7"},{"nodeType":"YulAssignment","src":"6481:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6492:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"6497:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6488:3:7"},"nodeType":"YulFunctionCall","src":"6488:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"6481:3:7"}]}]},"name":"abi_encode_tuple_packed_t_bytes20_t_bytes12__to_t_bytes20_t_bytes12__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"6228:3:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"6233:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6241:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"6252:3:7","type":""}],"src":"6113:393:7"},{"body":{"nodeType":"YulBlock","src":"6605:263:7","statements":[{"nodeType":"YulVariableDeclaration","src":"6615:26:7","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6635:5:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"6629:5:7"},"nodeType":"YulFunctionCall","src":"6629:12:7"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"6619:6:7","type":""}]},{"nodeType":"YulAssignment","src":"6650:32:7","value":{"arguments":[{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6669:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"6676:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6665:3:7"},"nodeType":"YulFunctionCall","src":"6665:16:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"6659:5:7"},"nodeType":"YulFunctionCall","src":"6659:23:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6650:5:7"}]},{"body":{"nodeType":"YulBlock","src":"6719:143:7","statements":[{"nodeType":"YulAssignment","src":"6733:119:7","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6746:5:7"},{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6761:1:7","type":"","value":"3"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6768:4:7","type":"","value":"0x20"},{"name":"length","nodeType":"YulIdentifier","src":"6774:6:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6764:3:7"},"nodeType":"YulFunctionCall","src":"6764:17:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"6757:3:7"},"nodeType":"YulFunctionCall","src":"6757:25:7"},{"kind":"number","nodeType":"YulLiteral","src":"6784:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"6753:3:7"},"nodeType":"YulFunctionCall","src":"6753:98:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6742:3:7"},"nodeType":"YulFunctionCall","src":"6742:110:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6733:5:7"}]}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6697:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"6705:4:7","type":"","value":"0x20"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6694:2:7"},"nodeType":"YulFunctionCall","src":"6694:16:7"},"nodeType":"YulIf","src":"6691:171:7"}]},"name":"convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"6585:5:7","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6595:5:7","type":""}],"src":"6511:357:7"},{"body":{"nodeType":"YulBlock","src":"7074:328:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7091:3:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"7100:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"7108:66:7","type":"","value":"0xff00000000000000000000000000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7096:3:7"},"nodeType":"YulFunctionCall","src":"7096:79:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7084:6:7"},"nodeType":"YulFunctionCall","src":"7084:92:7"},"nodeType":"YulExpressionStatement","src":"7084:92:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7196:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7201:1:7","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7192:3:7"},"nodeType":"YulFunctionCall","src":"7192:11:7"},{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7213:2:7","type":"","value":"96"},{"name":"value1","nodeType":"YulIdentifier","src":"7217:6:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"7209:3:7"},"nodeType":"YulFunctionCall","src":"7209:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"7226:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7205:3:7"},"nodeType":"YulFunctionCall","src":"7205:88:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7185:6:7"},"nodeType":"YulFunctionCall","src":"7185:109:7"},"nodeType":"YulExpressionStatement","src":"7185:109:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7314:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7319:2:7","type":"","value":"21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7310:3:7"},"nodeType":"YulFunctionCall","src":"7310:12:7"},{"name":"value2","nodeType":"YulIdentifier","src":"7324:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7303:6:7"},"nodeType":"YulFunctionCall","src":"7303:28:7"},"nodeType":"YulExpressionStatement","src":"7303:28:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7351:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7356:2:7","type":"","value":"53"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7347:3:7"},"nodeType":"YulFunctionCall","src":"7347:12:7"},{"name":"value3","nodeType":"YulIdentifier","src":"7361:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7340:6:7"},"nodeType":"YulFunctionCall","src":"7340:28:7"},"nodeType":"YulExpressionStatement","src":"7340:28:7"},{"nodeType":"YulAssignment","src":"7377:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7388:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7393:2:7","type":"","value":"85"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7384:3:7"},"nodeType":"YulFunctionCall","src":"7384:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"7377:3:7"}]}]},"name":"abi_encode_tuple_packed_t_bytes1_t_address_t_bytes32_t_bytes32__to_t_bytes1_t_address_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"7026:3:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"7031:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"7039:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7047:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"7055:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"7066:3:7","type":""}],"src":"6873:529:7"},{"body":{"nodeType":"YulBlock","src":"7581:177:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7598:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7609:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7591:6:7"},"nodeType":"YulFunctionCall","src":"7591:21:7"},"nodeType":"YulExpressionStatement","src":"7591:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7632:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7643:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7628:3:7"},"nodeType":"YulFunctionCall","src":"7628:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"7648:2:7","type":"","value":"27"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7621:6:7"},"nodeType":"YulFunctionCall","src":"7621:30:7"},"nodeType":"YulExpressionStatement","src":"7621:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7671:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7682:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7667:3:7"},"nodeType":"YulFunctionCall","src":"7667:18:7"},{"hexValue":"484f4c4f47524150483a20616c7265616479206465706c6f796564","kind":"string","nodeType":"YulLiteral","src":"7687:29:7","type":"","value":"HOLOGRAPH: already deployed"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7660:6:7"},"nodeType":"YulFunctionCall","src":"7660:57:7"},"nodeType":"YulExpressionStatement","src":"7660:57:7"},{"nodeType":"YulAssignment","src":"7726:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7738:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7749:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7734:3:7"},"nodeType":"YulFunctionCall","src":"7734:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7726:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7558:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"7572:4:7","type":""}],"src":"7407:351:7"},{"body":{"nodeType":"YulBlock","src":"7937:178:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7954:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7965:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7947:6:7"},"nodeType":"YulFunctionCall","src":"7947:21:7"},"nodeType":"YulExpressionStatement","src":"7947:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7988:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7999:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7984:3:7"},"nodeType":"YulFunctionCall","src":"7984:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"8004:2:7","type":"","value":"28"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7977:6:7"},"nodeType":"YulFunctionCall","src":"7977:30:7"},"nodeType":"YulExpressionStatement","src":"7977:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8027:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8038:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8023:3:7"},"nodeType":"YulFunctionCall","src":"8023:18:7"},{"hexValue":"484f4c4f47524150483a206465706c6f796d656e74206661696c6564","kind":"string","nodeType":"YulLiteral","src":"8043:30:7","type":"","value":"HOLOGRAPH: deployment failed"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8016:6:7"},"nodeType":"YulFunctionCall","src":"8016:58:7"},"nodeType":"YulExpressionStatement","src":"8016:58:7"},{"nodeType":"YulAssignment","src":"8083:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8095:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8106:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8091:3:7"},"nodeType":"YulFunctionCall","src":"8091:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8083:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7914:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"7928:4:7","type":""}],"src":"7763:352:7"},{"body":{"nodeType":"YulBlock","src":"8169:432:7","statements":[{"nodeType":"YulVariableDeclaration","src":"8179:26:7","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8199:5:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8193:5:7"},"nodeType":"YulFunctionCall","src":"8193:12:7"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"8183:6:7","type":""}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8221:3:7"},{"name":"length","nodeType":"YulIdentifier","src":"8226:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8214:6:7"},"nodeType":"YulFunctionCall","src":"8214:19:7"},"nodeType":"YulExpressionStatement","src":"8214:19:7"},{"nodeType":"YulVariableDeclaration","src":"8242:10:7","value":{"kind":"number","nodeType":"YulLiteral","src":"8251:1:7","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"8246:1:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"8313:110:7","statements":[{"nodeType":"YulVariableDeclaration","src":"8327:14:7","value":{"kind":"number","nodeType":"YulLiteral","src":"8337:4:7","type":"","value":"0x20"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"8331:2:7","type":""}]},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8369:3:7"},{"name":"i","nodeType":"YulIdentifier","src":"8374:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8365:3:7"},"nodeType":"YulFunctionCall","src":"8365:11:7"},{"name":"_1","nodeType":"YulIdentifier","src":"8378:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8361:3:7"},"nodeType":"YulFunctionCall","src":"8361:20:7"},{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8397:5:7"},{"name":"i","nodeType":"YulIdentifier","src":"8404:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8393:3:7"},"nodeType":"YulFunctionCall","src":"8393:13:7"},{"name":"_1","nodeType":"YulIdentifier","src":"8408:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8389:3:7"},"nodeType":"YulFunctionCall","src":"8389:22:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8383:5:7"},"nodeType":"YulFunctionCall","src":"8383:29:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8354:6:7"},"nodeType":"YulFunctionCall","src":"8354:59:7"},"nodeType":"YulExpressionStatement","src":"8354:59:7"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"8272:1:7"},{"name":"length","nodeType":"YulIdentifier","src":"8275:6:7"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"8269:2:7"},"nodeType":"YulFunctionCall","src":"8269:13:7"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"8283:21:7","statements":[{"nodeType":"YulAssignment","src":"8285:17:7","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"8294:1:7"},{"kind":"number","nodeType":"YulLiteral","src":"8297:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8290:3:7"},"nodeType":"YulFunctionCall","src":"8290:12:7"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"8285:1:7"}]}]},"pre":{"nodeType":"YulBlock","src":"8265:3:7","statements":[]},"src":"8261:162:7"},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8447:3:7"},{"name":"length","nodeType":"YulIdentifier","src":"8452:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8443:3:7"},"nodeType":"YulFunctionCall","src":"8443:16:7"},{"kind":"number","nodeType":"YulLiteral","src":"8461:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8439:3:7"},"nodeType":"YulFunctionCall","src":"8439:27:7"},{"kind":"number","nodeType":"YulLiteral","src":"8468:1:7","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8432:6:7"},"nodeType":"YulFunctionCall","src":"8432:38:7"},"nodeType":"YulExpressionStatement","src":"8432:38:7"},{"nodeType":"YulAssignment","src":"8479:116:7","value":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8494:3:7"},{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"8507:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"8515:2:7","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8503:3:7"},"nodeType":"YulFunctionCall","src":"8503:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"8520:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8499:3:7"},"nodeType":"YulFunctionCall","src":"8499:88:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8490:3:7"},"nodeType":"YulFunctionCall","src":"8490:98:7"},{"kind":"number","nodeType":"YulLiteral","src":"8590:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8486:3:7"},"nodeType":"YulFunctionCall","src":"8486:109:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"8479:3:7"}]}]},"name":"abi_encode_bytes","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8146:5:7","type":""},{"name":"pos","nodeType":"YulTypedName","src":"8153:3:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"8161:3:7","type":""}],"src":"8120:481:7"},{"body":{"nodeType":"YulBlock","src":"8725:98:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8742:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8753:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8735:6:7"},"nodeType":"YulFunctionCall","src":"8735:21:7"},"nodeType":"YulExpressionStatement","src":"8735:21:7"},{"nodeType":"YulAssignment","src":"8765:52:7","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"8790:6:7"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8802:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8813:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8798:3:7"},"nodeType":"YulFunctionCall","src":"8798:18:7"}],"functionName":{"name":"abi_encode_bytes","nodeType":"YulIdentifier","src":"8773:16:7"},"nodeType":"YulFunctionCall","src":"8773:44:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8765:4:7"}]}]},"name":"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8694:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"8705:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8716:4:7","type":""}],"src":"8606:217:7"},{"body":{"nodeType":"YulBlock","src":"8908:256:7","statements":[{"body":{"nodeType":"YulBlock","src":"8954:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8963:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8966:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8956:6:7"},"nodeType":"YulFunctionCall","src":"8956:12:7"},"nodeType":"YulExpressionStatement","src":"8956:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"8929:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"8938:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8925:3:7"},"nodeType":"YulFunctionCall","src":"8925:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"8950:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8921:3:7"},"nodeType":"YulFunctionCall","src":"8921:32:7"},"nodeType":"YulIf","src":"8918:52:7"},{"nodeType":"YulVariableDeclaration","src":"8979:29:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8998:9:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8992:5:7"},"nodeType":"YulFunctionCall","src":"8992:16:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"8983:5:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"9118:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9127:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9130:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9120:6:7"},"nodeType":"YulFunctionCall","src":"9120:12:7"},"nodeType":"YulExpressionStatement","src":"9120:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9030:5:7"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9041:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"9048:66:7","type":"","value":"0xffffffff00000000000000000000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9037:3:7"},"nodeType":"YulFunctionCall","src":"9037:78:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"9027:2:7"},"nodeType":"YulFunctionCall","src":"9027:89:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"9020:6:7"},"nodeType":"YulFunctionCall","src":"9020:97:7"},"nodeType":"YulIf","src":"9017:117:7"},{"nodeType":"YulAssignment","src":"9143:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"9153:5:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9143:6:7"}]}]},"name":"abi_decode_tuple_t_bytes4_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8874:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"8885:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"8897:6:7","type":""}],"src":"8828:336:7"},{"body":{"nodeType":"YulBlock","src":"9343:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9360:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9371:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9353:6:7"},"nodeType":"YulFunctionCall","src":"9353:21:7"},"nodeType":"YulExpressionStatement","src":"9353:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9394:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9405:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9390:3:7"},"nodeType":"YulFunctionCall","src":"9390:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"9410:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9383:6:7"},"nodeType":"YulFunctionCall","src":"9383:30:7"},"nodeType":"YulExpressionStatement","src":"9383:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9433:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9444:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9429:3:7"},"nodeType":"YulFunctionCall","src":"9429:18:7"},{"hexValue":"484f4c4f47524150483a20696e697469616c697a6174696f6e206661696c6564","kind":"string","nodeType":"YulLiteral","src":"9449:34:7","type":"","value":"HOLOGRAPH: initialization failed"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9422:6:7"},"nodeType":"YulFunctionCall","src":"9422:62:7"},"nodeType":"YulExpressionStatement","src":"9422:62:7"},{"nodeType":"YulAssignment","src":"9493:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9505:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9516:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9501:3:7"},"nodeType":"YulFunctionCall","src":"9501:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9493:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9320:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9334:4:7","type":""}],"src":"9169:356:7"},{"body":{"nodeType":"YulBlock","src":"9711:217:7","statements":[{"nodeType":"YulAssignment","src":"9721:27:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9733:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9744:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9729:3:7"},"nodeType":"YulFunctionCall","src":"9729:19:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9721:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9764:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"9775:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9757:6:7"},"nodeType":"YulFunctionCall","src":"9757:25:7"},"nodeType":"YulExpressionStatement","src":"9757:25:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9802:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9813:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9798:3:7"},"nodeType":"YulFunctionCall","src":"9798:18:7"},{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"9822:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"9830:4:7","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9818:3:7"},"nodeType":"YulFunctionCall","src":"9818:17:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9791:6:7"},"nodeType":"YulFunctionCall","src":"9791:45:7"},"nodeType":"YulExpressionStatement","src":"9791:45:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9856:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9867:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9852:3:7"},"nodeType":"YulFunctionCall","src":"9852:18:7"},{"name":"value2","nodeType":"YulIdentifier","src":"9872:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9845:6:7"},"nodeType":"YulFunctionCall","src":"9845:34:7"},"nodeType":"YulExpressionStatement","src":"9845:34:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9899:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9910:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9895:3:7"},"nodeType":"YulFunctionCall","src":"9895:18:7"},{"name":"value3","nodeType":"YulIdentifier","src":"9915:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9888:6:7"},"nodeType":"YulFunctionCall","src":"9888:34:7"},"nodeType":"YulExpressionStatement","src":"9888:34:7"}]},"name":"abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9656:9:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"9667:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"9675:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"9683:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"9691:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9702:4:7","type":""}],"src":"9530:398:7"},{"body":{"nodeType":"YulBlock","src":"10102:245:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10119:3:7"},{"name":"value0","nodeType":"YulIdentifier","src":"10124:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10112:6:7"},"nodeType":"YulFunctionCall","src":"10112:19:7"},"nodeType":"YulExpressionStatement","src":"10112:19:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10151:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"10156:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10147:3:7"},"nodeType":"YulFunctionCall","src":"10147:12:7"},{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10169:2:7","type":"","value":"96"},{"name":"value1","nodeType":"YulIdentifier","src":"10173:6:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"10165:3:7"},"nodeType":"YulFunctionCall","src":"10165:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"10182:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"10161:3:7"},"nodeType":"YulFunctionCall","src":"10161:88:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10140:6:7"},"nodeType":"YulFunctionCall","src":"10140:110:7"},"nodeType":"YulExpressionStatement","src":"10140:110:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10270:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"10275:2:7","type":"","value":"52"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10266:3:7"},"nodeType":"YulFunctionCall","src":"10266:12:7"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10284:3:7","type":"","value":"248"},{"arguments":[{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"10303:6:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10296:6:7"},"nodeType":"YulFunctionCall","src":"10296:14:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10289:6:7"},"nodeType":"YulFunctionCall","src":"10289:22:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"10280:3:7"},"nodeType":"YulFunctionCall","src":"10280:32:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10259:6:7"},"nodeType":"YulFunctionCall","src":"10259:54:7"},"nodeType":"YulExpressionStatement","src":"10259:54:7"},{"nodeType":"YulAssignment","src":"10322:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10333:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"10338:2:7","type":"","value":"53"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10329:3:7"},"nodeType":"YulFunctionCall","src":"10329:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"10322:3:7"}]}]},"name":"abi_encode_tuple_packed_t_uint256_t_address_t_bool__to_t_uint256_t_address_t_bool__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"10062:3:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"10067:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"10075:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"10083:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10094:3:7","type":""}],"src":"9933:414:7"},{"body":{"nodeType":"YulBlock","src":"10526:174:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10543:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10554:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10536:6:7"},"nodeType":"YulFunctionCall","src":"10536:21:7"},"nodeType":"YulExpressionStatement","src":"10536:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10577:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10588:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10573:3:7"},"nodeType":"YulFunctionCall","src":"10573:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"10593:2:7","type":"","value":"24"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10566:6:7"},"nodeType":"YulFunctionCall","src":"10566:30:7"},"nodeType":"YulExpressionStatement","src":"10566:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10616:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10627:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10612:3:7"},"nodeType":"YulFunctionCall","src":"10612:18:7"},{"hexValue":"484f4c4f47524150483a20696e76616c6964206e6f6e6365","kind":"string","nodeType":"YulLiteral","src":"10632:26:7","type":"","value":"HOLOGRAPH: invalid nonce"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10605:6:7"},"nodeType":"YulFunctionCall","src":"10605:54:7"},"nodeType":"YulExpressionStatement","src":"10605:54:7"},{"nodeType":"YulAssignment","src":"10668:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10680:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10691:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10676:3:7"},"nodeType":"YulFunctionCall","src":"10676:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10668:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10503:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10517:4:7","type":""}],"src":"10352:348:7"},{"body":{"nodeType":"YulBlock","src":"10879:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10896:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10907:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10889:6:7"},"nodeType":"YulFunctionCall","src":"10889:21:7"},"nodeType":"YulExpressionStatement","src":"10889:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10930:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10941:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10926:3:7"},"nodeType":"YulFunctionCall","src":"10926:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"10946:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10919:6:7"},"nodeType":"YulFunctionCall","src":"10919:30:7"},"nodeType":"YulExpressionStatement","src":"10919:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10969:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10980:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10965:3:7"},"nodeType":"YulFunctionCall","src":"10965:18:7"},{"hexValue":"484f4c4f47524150483a207369676e65722031206e6f7420617070726f766564","kind":"string","nodeType":"YulLiteral","src":"10985:34:7","type":"","value":"HOLOGRAPH: signer 1 not approved"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10958:6:7"},"nodeType":"YulFunctionCall","src":"10958:62:7"},"nodeType":"YulExpressionStatement","src":"10958:62:7"},{"nodeType":"YulAssignment","src":"11029:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11041:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11052:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11037:3:7"},"nodeType":"YulFunctionCall","src":"11037:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11029:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10856:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10870:4:7","type":""}],"src":"10705:356:7"},{"body":{"nodeType":"YulBlock","src":"11240:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11257:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11268:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11250:6:7"},"nodeType":"YulFunctionCall","src":"11250:21:7"},"nodeType":"YulExpressionStatement","src":"11250:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11291:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11302:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11287:3:7"},"nodeType":"YulFunctionCall","src":"11287:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"11307:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11280:6:7"},"nodeType":"YulFunctionCall","src":"11280:30:7"},"nodeType":"YulExpressionStatement","src":"11280:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11330:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11341:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11326:3:7"},"nodeType":"YulFunctionCall","src":"11326:18:7"},{"hexValue":"484f4c4f47524150483a207369676e65722032206e6f7420617070726f766564","kind":"string","nodeType":"YulLiteral","src":"11346:34:7","type":"","value":"HOLOGRAPH: signer 2 not approved"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11319:6:7"},"nodeType":"YulFunctionCall","src":"11319:62:7"},"nodeType":"YulExpressionStatement","src":"11319:62:7"},{"nodeType":"YulAssignment","src":"11390:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11402:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11413:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11398:3:7"},"nodeType":"YulFunctionCall","src":"11398:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11390:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11217:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11231:4:7","type":""}],"src":"11066:356:7"},{"body":{"nodeType":"YulBlock","src":"11601:244:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11618:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11629:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11611:6:7"},"nodeType":"YulFunctionCall","src":"11611:21:7"},"nodeType":"YulExpressionStatement","src":"11611:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11652:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11663:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11648:3:7"},"nodeType":"YulFunctionCall","src":"11648:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"11668:2:7","type":"","value":"54"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11641:6:7"},"nodeType":"YulFunctionCall","src":"11641:30:7"},"nodeType":"YulExpressionStatement","src":"11641:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11691:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11702:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11687:3:7"},"nodeType":"YulFunctionCall","src":"11687:18:7"},{"hexValue":"484f4c4f47524150483a207369676e617475726573206d757374206265206672","kind":"string","nodeType":"YulLiteral","src":"11707:34:7","type":"","value":"HOLOGRAPH: signatures must be fr"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11680:6:7"},"nodeType":"YulFunctionCall","src":"11680:62:7"},"nodeType":"YulExpressionStatement","src":"11680:62:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11762:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11773:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11758:3:7"},"nodeType":"YulFunctionCall","src":"11758:18:7"},{"hexValue":"6f6d20646966666572656e74206465706c6f79657273","kind":"string","nodeType":"YulLiteral","src":"11778:24:7","type":"","value":"om different deployers"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11751:6:7"},"nodeType":"YulFunctionCall","src":"11751:52:7"},"nodeType":"YulExpressionStatement","src":"11751:52:7"},{"nodeType":"YulAssignment","src":"11812:27:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11824:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11835:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11820:3:7"},"nodeType":"YulFunctionCall","src":"11820:19:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11812:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11578:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11592:4:7","type":""}],"src":"11427:418:7"},{"body":{"nodeType":"YulBlock","src":"11971:98:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11988:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11999:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11981:6:7"},"nodeType":"YulFunctionCall","src":"11981:21:7"},"nodeType":"YulExpressionStatement","src":"11981:21:7"},{"nodeType":"YulAssignment","src":"12011:52:7","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"12036:6:7"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12048:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12059:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12044:3:7"},"nodeType":"YulFunctionCall","src":"12044:18:7"}],"functionName":{"name":"abi_encode_bytes","nodeType":"YulIdentifier","src":"12019:16:7"},"nodeType":"YulFunctionCall","src":"12019:44:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12011:4:7"}]}]},"name":"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11940:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"11951:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11962:4:7","type":""}],"src":"11850:219:7"},{"body":{"nodeType":"YulBlock","src":"12294:160:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12311:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"12316:66:7","type":"","value":"0x19457468657265756d205369676e6564204d6573736167653a0a333200000000"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12304:6:7"},"nodeType":"YulFunctionCall","src":"12304:79:7"},"nodeType":"YulExpressionStatement","src":"12304:79:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12403:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"12408:2:7","type":"","value":"28"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12399:3:7"},"nodeType":"YulFunctionCall","src":"12399:12:7"},{"name":"value0","nodeType":"YulIdentifier","src":"12413:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12392:6:7"},"nodeType":"YulFunctionCall","src":"12392:28:7"},"nodeType":"YulExpressionStatement","src":"12392:28:7"},{"nodeType":"YulAssignment","src":"12429:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12440:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"12445:2:7","type":"","value":"60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12436:3:7"},"nodeType":"YulFunctionCall","src":"12436:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12429:3:7"}]}]},"name":"abi_encode_tuple_packed_t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73_t_bytes32__to_t_string_memory_ptr_t_bytes32__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12270:3:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"12275:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12286:3:7","type":""}],"src":"12074:380:7"},{"body":{"nodeType":"YulBlock","src":"12633:174:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12650:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12661:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12643:6:7"},"nodeType":"YulFunctionCall","src":"12643:21:7"},"nodeType":"YulExpressionStatement","src":"12643:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12684:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12695:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12680:3:7"},"nodeType":"YulFunctionCall","src":"12680:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"12700:2:7","type":"","value":"24"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12673:6:7"},"nodeType":"YulFunctionCall","src":"12673:30:7"},"nodeType":"YulExpressionStatement","src":"12673:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12723:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12734:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12719:3:7"},"nodeType":"YulFunctionCall","src":"12719:18:7"},{"hexValue":"496e76616c6964207369676e6174757265206c656e677468","kind":"string","nodeType":"YulLiteral","src":"12739:26:7","type":"","value":"Invalid signature length"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12712:6:7"},"nodeType":"YulFunctionCall","src":"12712:54:7"},"nodeType":"YulExpressionStatement","src":"12712:54:7"},{"nodeType":"YulAssignment","src":"12775:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12787:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12798:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12783:3:7"},"nodeType":"YulFunctionCall","src":"12783:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12775:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"12610:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"12624:4:7","type":""}],"src":"12459:348:7"}]},"contents":"{\n { }\n function abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff))\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_bytes(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := calldataload(offset)\n let _2 := 0xffffffffffffffff\n if gt(_1, _2) { panic_error_0x41() }\n let _3 := 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_1, 0x1f), _3), 63), _3))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _1)\n if gt(add(add(offset, _1), 0x20), end) { revert(0, 0) }\n calldatacopy(add(memPtr, 0x20), add(offset, 0x20), _1)\n mstore(add(add(memPtr, _1), 0x20), 0)\n array := memPtr\n }\n function abi_decode_tuple_t_uint256t_bytes12t_bytes20t_bytes_memory_ptrt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n value0 := calldataload(headStart)\n let value := calldataload(add(headStart, 32))\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffff0000000000000000000000000000000000000000))) { revert(0, 0) }\n value1 := value\n let value_1 := calldataload(add(headStart, 64))\n if iszero(eq(value_1, and(value_1, 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))) { revert(0, 0) }\n value2 := value_1\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n value3 := abi_decode_bytes(add(headStart, offset), dataEnd)\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n value4 := abi_decode_bytes(add(headStart, offset_1), dataEnd)\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_bool(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n value2 := abi_decode_bool(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value3 := abi_decode_bytes(add(headStart, offset), dataEnd)\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_uint256t_addresst_bool(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n value2 := abi_decode_bool(add(headStart, 64))\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptrt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n value2 := abi_decode_bool(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n value3 := abi_decode_bytes(add(headStart, offset), dataEnd)\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n value4 := abi_decode_bytes(add(headStart, offset_1), dataEnd)\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: deployer not approved\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"HOLOGRAPH: incorrect chain id\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_packed_t_bytes20_t_bytes12__to_t_bytes20_t_bytes12__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, and(value0, 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))\n mstore(add(pos, 20), and(value1, 0xffffffffffffffffffffffff0000000000000000000000000000000000000000))\n end := add(pos, 32)\n }\n function convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32(array) -> value\n {\n let length := mload(array)\n value := mload(add(array, 0x20))\n if lt(length, 0x20)\n {\n value := and(value, shl(shl(3, sub(0x20, length)), 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff))\n }\n }\n function abi_encode_tuple_packed_t_bytes1_t_address_t_bytes32_t_bytes32__to_t_bytes1_t_address_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value3, value2, value1, value0) -> end\n {\n mstore(pos, and(value0, 0xff00000000000000000000000000000000000000000000000000000000000000))\n mstore(add(pos, 1), and(shl(96, value1), 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))\n mstore(add(pos, 21), value2)\n mstore(add(pos, 53), value3)\n end := add(pos, 85)\n }\n function abi_encode_tuple_t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 27)\n mstore(add(headStart, 64), \"HOLOGRAPH: already deployed\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 28)\n mstore(add(headStart, 64), \"HOLOGRAPH: deployment failed\")\n tail := add(headStart, 96)\n }\n function abi_encode_bytes(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n let _1 := 0x20\n mstore(add(add(pos, i), _1), mload(add(add(value, i), _1)))\n }\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0)), 0x20)\n }\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_bytes(value0, add(headStart, 32))\n }\n function abi_decode_tuple_t_bytes4_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: initialization failed\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xff))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n }\n function abi_encode_tuple_packed_t_uint256_t_address_t_bool__to_t_uint256_t_address_t_bool__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n mstore(pos, value0)\n mstore(add(pos, 32), and(shl(96, value1), 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))\n mstore(add(pos, 52), shl(248, iszero(iszero(value2))))\n end := add(pos, 53)\n }\n function abi_encode_tuple_t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 24)\n mstore(add(headStart, 64), \"HOLOGRAPH: invalid nonce\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: signer 1 not approved\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: signer 2 not approved\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 54)\n mstore(add(headStart, 64), \"HOLOGRAPH: signatures must be fr\")\n mstore(add(headStart, 96), \"om different deployers\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_bytes(value0, add(headStart, 32))\n }\n function abi_encode_tuple_packed_t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73_t_bytes32__to_t_string_memory_ptr_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n mstore(pos, 0x19457468657265756d205369676e6564204d6573736167653a0a333200000000)\n mstore(add(pos, 28), value0)\n end := add(pos, 60)\n }\n function abi_encode_tuple_t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 24)\n mstore(add(headStart, 64), \"Invalid signature length\")\n tail := add(headStart, 96)\n }\n}","id":7,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{"5":[{"length":32,"start":151}]},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100885760003560e01c8063cb33fe541161005b578063cb33fe541461018c578063d288337d1461019f578063dc7faa07146101a7578063fa540801146101f057600080fd5b80630d8e6e2c1461008d57806349aa18fc146100c657806355da4cd0146100db5780636ae675ac14610113575b600080fd5b60405163ffffffff7f00000000000000000000000000000000000000000000000000000000000000001681526020015b60405180910390f35b6100d96100d4366004610dc4565b610251565b005b6100ee6100e9366004610eda565b61068c565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100bd565b61017e610121366004610f42565b6040805160208082019590955260609390931b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168382015290151560f81b60548301528051603581840301815260559092019052805191012090565b6040519081526020016100bd565b6100d961019a366004610f7e565b6107cd565b61017e610ba2565b6101e06101b5366004610fb4565b73ffffffffffffffffffffffffffffffffffffffff1660009081526001602052604090205460ff1690565b60405190151581526020016100bd565b61017e6101fe366004610fcf565b6040517f19457468657265756d205369676e6564204d6573736167653a0a3332000000006020820152603c8101829052600090605c01604051602081830303815290604052805190602001209050919050565b3360009081526001602052604090205460ff166102cf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064015b60405180910390fd5b468514610338576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f484f4c4f47524150483a20696e636f727265637420636861696e20696400000060448201526064016102c6565b604080517fffffffffffffffffffffffffffffffffffffffff000000000000000000000000851660208201527fffffffffffffffffffffffff000000000000000000000000000000000000000086166034820152600091016040516020818303038152906040526103a890610fe8565b8351602080860191909120604080517fff00000000000000000000000000000000000000000000000000000000000000818501523060601b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016602182015260358101859052605580820193909352815180820390930183526075019052805191012090915061043781610c22565b1561049e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f484f4c4f47524150483a20616c7265616479206465706c6f796564000000000060448201526064016102c6565b818451602086016000f590506104b381610c22565b610519576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f484f4c4f47524150483a206465706c6f796d656e74206661696c65640000000060448201526064016102c6565b6040517f4ddf47d4000000000000000000000000000000000000000000000000000000008082529073ffffffffffffffffffffffffffffffffffffffff831690634ddf47d49061056d908790600401611091565b6020604051808303816000875af115801561058c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b091906110a4565b7fffffffff000000000000000000000000000000000000000000000000000000001614610639576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a20696e697469616c697a6174696f6e206661696c656460448201526064016102c6565b60405173ffffffffffffffffffffffffffffffffffffffff821681527f8ffcdc15a283d706d38281f500270d8b5a656918f555de0913d7455e3e6bc1bf906020015b60405180910390a150505050505050565b604080516020808201879052606086901b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168284015284151560f81b6054830152825160358184030181526055830184528051908201207f19457468657265756d205369676e6564204d6573736167653a0a333200000000607584015260918084018290528451808503909101815260b1909301909352815191012060009190600080600061073b87610c5c565b60408051600081526020810180835289905260ff8316918101919091526060810184905260808101839052929550909350915060019060a0016020604051602081039080840390855afa158015610796573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe001519b9a5050505050505050505050565b3360009081526001602052604090205460ff16610846576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064016102c6565b60005485116108b1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f484f4c4f47524150483a20696e76616c6964206e6f6e6365000000000000000060448201526064016102c6565b60008581556108c28686868661068c565b905060006108d28787878661068c565b73ffffffffffffffffffffffffffffffffffffffff831660009081526001602052604090205490915060ff16610964576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722031206e6f7420617070726f76656460448201526064016102c6565b73ffffffffffffffffffffffffffffffffffffffff811660009081526001602052604090205460ff166109f3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722032206e6f7420617070726f76656460448201526064016102c6565b8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610aae576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603660248201527f484f4c4f47524150483a207369676e617475726573206d75737420626520667260448201527f6f6d20646966666572656e74206465706c6f796572730000000000000000000060648201526084016102c6565b73ffffffffffffffffffffffffffffffffffffffff8616600090815260016020526040902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00168615151790557f51a7f65c6325882f237d4aeb43228179cfad48b868511d508e24b4437a81913785610b5e576040518060400160405280601f81526020017f484f4c4f47524150483a206465706c6f79657220646973617070726f76656400815250610b95565b6040518060400160405280601c81526020017f484f4c4f47524150483a206465706c6f79657220617070726f766564000000008152505b60405161067b9190611091565b3360009081526001602052604081205460ff16610c1b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064016102c6565b5060005490565b6000813f8015801590610c5557507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4708114155b9392505050565b60008060008351604114610ccc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f496e76616c6964207369676e6174757265206c656e677468000000000000000060448201526064016102c6565b50505060208101516040820151606090920151909260009190911a90565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112610d2a57600080fd5b813567ffffffffffffffff80821115610d4557610d45610cea565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610d8b57610d8b610cea565b81604052838152866020858801011115610da457600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600060a08688031215610ddc57600080fd5b8535945060208601357fffffffffffffffffffffffff000000000000000000000000000000000000000081168114610e1357600080fd5b935060408601357fffffffffffffffffffffffffffffffffffffffff00000000000000000000000081168114610e4857600080fd5b9250606086013567ffffffffffffffff80821115610e6557600080fd5b610e7189838a01610d19565b93506080880135915080821115610e8757600080fd5b50610e9488828901610d19565b9150509295509295909350565b803573ffffffffffffffffffffffffffffffffffffffff81168114610ec557600080fd5b919050565b80358015158114610ec557600080fd5b60008060008060808587031215610ef057600080fd5b84359350610f0060208601610ea1565b9250610f0e60408601610eca565b9150606085013567ffffffffffffffff811115610f2a57600080fd5b610f3687828801610d19565b91505092959194509250565b600080600060608486031215610f5757600080fd5b83359250610f6760208501610ea1565b9150610f7560408501610eca565b90509250925092565b600080600080600060a08688031215610f9657600080fd5b85359450610fa660208701610ea1565b9350610e4860408701610eca565b600060208284031215610fc657600080fd5b610c5582610ea1565b600060208284031215610fe157600080fd5b5035919050565b80516020808301519190811015611027577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8160200360031b1b821691505b50919050565b6000815180845260005b8181101561105357602081850181015186830182015201611037565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081526000610c55602083018461102d565b6000602082840312156110b657600080fd5b81517fffffffff0000000000000000000000000000000000000000000000000000000081168114610c5557600080fdfea164736f6c6343000811000a","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x88 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xCB33FE54 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xCB33FE54 EQ PUSH2 0x18C JUMPI DUP1 PUSH4 0xD288337D EQ PUSH2 0x19F JUMPI DUP1 PUSH4 0xDC7FAA07 EQ PUSH2 0x1A7 JUMPI DUP1 PUSH4 0xFA540801 EQ PUSH2 0x1F0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD8E6E2C EQ PUSH2 0x8D JUMPI DUP1 PUSH4 0x49AA18FC EQ PUSH2 0xC6 JUMPI DUP1 PUSH4 0x55DA4CD0 EQ PUSH2 0xDB JUMPI DUP1 PUSH4 0x6AE675AC EQ PUSH2 0x113 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF PUSH32 0x0 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xD9 PUSH2 0xD4 CALLDATASIZE PUSH1 0x4 PUSH2 0xDC4 JUMP JUMPDEST PUSH2 0x251 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEE PUSH2 0xE9 CALLDATASIZE PUSH1 0x4 PUSH2 0xEDA JUMP JUMPDEST PUSH2 0x68C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBD JUMP JUMPDEST PUSH2 0x17E PUSH2 0x121 CALLDATASIZE PUSH1 0x4 PUSH2 0xF42 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH1 0x60 SWAP4 SWAP1 SWAP4 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP4 DUP3 ADD MSTORE SWAP1 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP1 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 SWAP1 SWAP3 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBD JUMP JUMPDEST PUSH2 0xD9 PUSH2 0x19A CALLDATASIZE PUSH1 0x4 PUSH2 0xF7E JUMP JUMPDEST PUSH2 0x7CD JUMP JUMPDEST PUSH2 0x17E PUSH2 0xBA2 JUMP JUMPDEST PUSH2 0x1E0 PUSH2 0x1B5 CALLDATASIZE PUSH1 0x4 PUSH2 0xFB4 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xBD JUMP JUMPDEST PUSH2 0x17E PUSH2 0x1FE CALLDATASIZE PUSH1 0x4 PUSH2 0xFCF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x3C DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH1 0x5C ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x2CF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CHAINID DUP6 EQ PUSH2 0x338 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E636F727265637420636861696E206964000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP7 AND PUSH1 0x34 DUP3 ADD MSTORE PUSH1 0x0 SWAP2 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x3A8 SWAP1 PUSH2 0xFE8 JUMP JUMPDEST DUP4 MLOAD PUSH1 0x20 DUP1 DUP7 ADD SWAP2 SWAP1 SWAP2 KECCAK256 PUSH1 0x40 DUP1 MLOAD PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP2 DUP6 ADD MSTORE ADDRESS PUSH1 0x60 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND PUSH1 0x21 DUP3 ADD MSTORE PUSH1 0x35 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x55 DUP1 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE DUP2 MLOAD DUP1 DUP3 SUB SWAP1 SWAP4 ADD DUP4 MSTORE PUSH1 0x75 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 SWAP2 POP PUSH2 0x437 DUP2 PUSH2 0xC22 JUMP JUMPDEST ISZERO PUSH2 0x49E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1B PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20616C7265616479206465706C6F7965640000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST DUP2 DUP5 MLOAD PUSH1 0x20 DUP7 ADD PUSH1 0x0 CREATE2 SWAP1 POP PUSH2 0x4B3 DUP2 PUSH2 0xC22 JUMP JUMPDEST PUSH2 0x519 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1C PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796D656E74206661696C656400000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x4DDF47D400000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND SWAP1 PUSH4 0x4DDF47D4 SWAP1 PUSH2 0x56D SWAP1 DUP8 SWAP1 PUSH1 0x4 ADD PUSH2 0x1091 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x58C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x5B0 SWAP2 SWAP1 PUSH2 0x10A4 JUMP JUMPDEST PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND EQ PUSH2 0x639 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E697469616C697A6174696F6E206661696C6564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND DUP2 MSTORE PUSH32 0x8FFCDC15A283D706D38281F500270D8B5A656918F555DE0913D7455E3E6BC1BF SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD DUP8 SWAP1 MSTORE PUSH1 0x60 DUP7 SWAP1 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP3 DUP5 ADD MSTORE DUP5 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP3 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 DUP4 ADD DUP5 MSTORE DUP1 MLOAD SWAP1 DUP3 ADD KECCAK256 PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x75 DUP5 ADD MSTORE PUSH1 0x91 DUP1 DUP5 ADD DUP3 SWAP1 MSTORE DUP5 MLOAD DUP1 DUP6 SUB SWAP1 SWAP2 ADD DUP2 MSTORE PUSH1 0xB1 SWAP1 SWAP4 ADD SWAP1 SWAP4 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x73B DUP8 PUSH2 0xC5C JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP1 DUP4 MSTORE DUP10 SWAP1 MSTORE PUSH1 0xFF DUP4 AND SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP4 SWAP1 MSTORE SWAP3 SWAP6 POP SWAP1 SWAP4 POP SWAP2 POP PUSH1 0x1 SWAP1 PUSH1 0xA0 ADD PUSH1 0x20 PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 SUB SWAP1 DUP1 DUP5 SUB SWAP1 DUP6 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x796 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 ADD MLOAD SWAP12 SWAP11 POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x846 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x0 SLOAD DUP6 GT PUSH2 0x8B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E76616C6964206E6F6E63650000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 SSTORE PUSH2 0x8C2 DUP7 DUP7 DUP7 DUP7 PUSH2 0x68C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x8D2 DUP8 DUP8 DUP8 DUP7 PUSH2 0x68C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP2 POP PUSH1 0xFF AND PUSH2 0x964 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722031206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x9F3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722032206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xAAE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x36 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E617475726573206D757374206265206672 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6F6D20646966666572656E74206465706C6F7965727300000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2C6 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 AND DUP7 ISZERO ISZERO OR SWAP1 SSTORE PUSH32 0x51A7F65C6325882F237D4AEB43228179CFAD48B868511D508E24B4437A819137 DUP6 PUSH2 0xB5E JUMPI PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1F DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220646973617070726F76656400 DUP2 MSTORE POP PUSH2 0xB95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1C DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220617070726F76656400000000 DUP2 MSTORE POP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x67B SWAP2 SWAP1 PUSH2 0x1091 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xC1B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST POP PUSH1 0x0 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 EXTCODEHASH DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0xC55 JUMPI POP PUSH32 0xC5D2460186F7233C927E7DB2DCC703C0E500B653CA82273B7BFAD8045D85A470 DUP2 EQ ISZERO JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 MLOAD PUSH1 0x41 EQ PUSH2 0xCCC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x496E76616C6964207369676E6174757265206C656E6774680000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2C6 JUMP JUMPDEST POP POP POP PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x40 DUP3 ADD MLOAD PUSH1 0x60 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 PUSH1 0x0 SWAP2 SWAP1 SWAP2 BYTE SWAP1 JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xD2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0xD45 JUMPI PUSH2 0xD45 PUSH2 0xCEA JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP4 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP3 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0xD8B JUMPI PUSH2 0xD8B PUSH2 0xCEA JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP4 DUP2 MSTORE DUP7 PUSH1 0x20 DUP6 DUP9 ADD ADD GT ISZERO PUSH2 0xDA4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 PUSH1 0x20 DUP8 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP6 DUP4 ADD ADD MSTORE DUP1 SWAP5 POP POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0xDDC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH1 0x20 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xE13 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xE48 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP PUSH1 0x60 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0xE65 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE71 DUP10 DUP4 DUP11 ADD PUSH2 0xD19 JUMP JUMPDEST SWAP4 POP PUSH1 0x80 DUP9 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0xE87 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE94 DUP9 DUP3 DUP10 ADD PUSH2 0xD19 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xEC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xEC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0xEF0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD SWAP4 POP PUSH2 0xF00 PUSH1 0x20 DUP7 ADD PUSH2 0xEA1 JUMP JUMPDEST SWAP3 POP PUSH2 0xF0E PUSH1 0x40 DUP7 ADD PUSH2 0xECA JUMP JUMPDEST SWAP2 POP PUSH1 0x60 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xF2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF36 DUP8 DUP3 DUP9 ADD PUSH2 0xD19 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xF57 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD SWAP3 POP PUSH2 0xF67 PUSH1 0x20 DUP6 ADD PUSH2 0xEA1 JUMP JUMPDEST SWAP2 POP PUSH2 0xF75 PUSH1 0x40 DUP6 ADD PUSH2 0xECA JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0xF96 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH2 0xFA6 PUSH1 0x20 DUP8 ADD PUSH2 0xEA1 JUMP JUMPDEST SWAP4 POP PUSH2 0xE48 PUSH1 0x40 DUP8 ADD PUSH2 0xECA JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xC55 DUP3 PUSH2 0xEA1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFE1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP2 SWAP1 DUP2 LT ISZERO PUSH2 0x1027 JUMPI PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 PUSH1 0x20 SUB PUSH1 0x3 SHL SHL DUP3 AND SWAP2 POP JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1053 JUMPI PUSH1 0x20 DUP2 DUP6 ADD DUP2 ADD MLOAD DUP7 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x1037 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x20 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x20 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xC55 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x102D JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x10B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xC55 JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"5802:7713:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13434:79;;;188:10:7;13500:8:0;176:23:7;158:42;;146:2;131:18;13434:79:0;;;;;;;;7646:921;;;;;;:::i;:::-;;:::i;:::-;;11934:399;;;;;;:::i;:::-;;:::i;:::-;;;3324:42:7;3312:55;;;3294:74;;3282:2;3267:18;11934:399:0;3148:226:7;11048:194:0;;;;;;:::i;:::-;11191:45;;;;;;;10112:19:7;;;;10169:2;10165:15;;;;10182:66;10161:88;10147:12;;;10140:110;10296:14;;10289:22;10284:3;10280:32;10266:12;;;10259:54;11191:45:0;;;;;;;;;10329:12:7;;;;11191:45:0;;11181:56;;;;;;11048:194;;;;3852:25:7;;;3840:2;3825:18;11048:194:0;3706:177:7;9697:1028:0;;;;;;:::i;:::-;;:::i;13186:119::-;;;:::i;8723:121::-;;;;;;:::i;:::-;8811:28;;8792:4;8811:28;;;:18;:28;;;;;;;;;8723:121;;;;5182:14:7;;5175:22;5157:41;;5145:2;5130:18;8723:121:0;5017:187:7;11448:180:0;;;;;;:::i;:::-;11556:66;;12316::7;11556::0;;;12304:79:7;12399:12;;;12392:28;;;11524:7:0;;12436:12:7;;11556:66:0;;;;;;;;;;;;11546:77;;;;;;11539:84;;11448:180;;;;7646:921;6770:10;6751:30;;;;:18;:30;;;;;;;;6743:75;;;;;;;5596:2:7;6743:75:0;;;5578:21:7;;;5615:18;;;5608:30;5674:34;5654:18;;;5647:62;5726:18;;6743:75:0;;;;;;;;;7832:13:::1;7821:7;:24;7813:66;;;::::0;::::1;::::0;;5957:2:7;7813:66:0::1;::::0;::::1;5939:21:7::0;5996:2;5976:18;;;5969:30;6035:31;6015:18;;;6008:59;6084:18;;7813:66:0::1;5755:353:7::0;7813:66:0::1;7908:34;::::0;;6294:66:7;6282:79;;7908:34:0::1;::::0;::::1;6270:92:7::0;6404:66;6392:79;;6378:12;;;6371:101;7885:12:0::1;::::0;6488::7;7908:34:0::1;;;;;;;;;;;;7900:43;;;:::i;:::-;8068:21:::0;;::::1;::::0;;::::1;::::0;;;;8016:74:::1;::::0;;8033:12;8016:74;;::::1;7084:92:7::0;8055:4:0::1;7213:2:7::0;7209:15;7226:66;7205:88;7192:11;;;7185:109;7310:12;;;7303:28;;;7347:12;;;;7340:28;;;;8016:74:0;;;;;;;;;;7384:12:7;;8016:74:0;;8006:85;;;::::1;::::0;7303:28:7;;-1:-1:-1;8114:28:0::1;8006:85:::0;8114:11:::1;:28::i;:::-;8113:29;8105:69;;;::::0;::::1;::::0;;7609:2:7;8105:69:0::1;::::0;::::1;7591:21:7::0;7648:2;7628:18;;;7621:30;7687:29;7667:18;;;7660:57;7734:18;;8105:69:0::1;7407:351:7::0;8105:69:0::1;8269:4;8256:10;8250:17;8243:4;8231:10;8227:21;8224:1;8216:58;8197:77;;8293:28;8305:15;8293:11;:28::i;:::-;8285:69;;;::::0;::::1;::::0;;7965:2:7;8285:69:0::1;::::0;::::1;7947:21:7::0;8004:2;7984:18;;;7977:30;8043;8023:18;;;8016:58;8091:18;;8285:69:0::1;7763:352:7::0;8285:69:0::1;8375:54;::::0;8433:36;8375:54;;;8433:36;8375:44:::1;::::0;::::1;::::0;8433:36:::1;::::0;8375:54:::1;::::0;8420:8;;8375:54:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:94:::0;::::1;;8360:157;;;::::0;::::1;::::0;;9371:2:7;8360:157:0::1;::::0;::::1;9353:21:7::0;;;9390:18;;;9383:30;9449:34;9429:18;;;9422:62;9501:18;;8360:157:0::1;9169:356:7::0;8360:157:0::1;8529:33;::::0;3324:42:7;3312:55;;3294:74;;8529:33:0::1;::::0;3282:2:7;3267:18;8529:33:0::1;;;;;;;;7807:760;;7646:921:::0;;;;;:::o;11934:399::-;11191:45;;;;;;;10112:19:7;;;10169:2;10165:15;;;10182:66;10161:88;10147:12;;;10140:110;10296:14;;10289:22;10284:3;10280:32;10266:12;;;10259:54;11191:45:0;;;;;;;;;10329:12:7;;;11191:45:0;;11181:56;;;;;;12316:66:7;11556::0;;;12304:79:7;12399:12;;;;12392:28;;;11556:66:0;;;;;;;;;;12436:12:7;;;;11556:66:0;;;11546:77;;;;;-1:-1:-1;;11181:56:0;12224:9;12235;12246:7;12257:25;12272:9;12257:14;:25::i;:::-;12296:32;;;;;;;;;;;;9757:25:7;;;9830:4;9818:17;;9798:18;;;9791:45;;;;9852:18;;;9845:34;;;9895:18;;;9888:34;;;12223:59:0;;-1:-1:-1;12223:59:0;;-1:-1:-1;12223:59:0;-1:-1:-1;12296:32:0;;9729:19:7;;12296:32:0;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;12296:32:0;;;;;;11934:399;-1:-1:-1;;;;;;;;;;;11934:399:0:o;9697:1028::-;6770:10;6751:30;;;;:18;:30;;;;;;;;6743:75;;;;;;;5596:2:7;6743:75:0;;;5578:21:7;;;5615:18;;;5608:30;5674:34;5654:18;;;5647:62;5726:18;;6743:75:0;5394:356:7;6743:75:0;9878:21:::1;;9870:5;:29;9862:66;;;::::0;::::1;::::0;;10554:2:7;9862:66:0::1;::::0;::::1;10536:21:7::0;10593:2;10573:18;;;10566:30;10632:26;10612:18;;;10605:54;10676:18;;9862:66:0::1;10352:348:7::0;9862:66:0::1;9934:21;:29:::0;;;10031:48:::1;9958:5:::0;10052:11;10065:7;10074:4;10031:13:::1;:48::i;:::-;10013:66;;10085:15;10103:48;10117:5;10124:11;10137:7;10146:4;10103:13;:48::i;:::-;10220:27;::::0;::::1;;::::0;;;:18:::1;:27;::::0;;;;;10085:66;;-1:-1:-1;10220:27:0::1;;10212:72;;;::::0;::::1;::::0;;10907:2:7;10212:72:0::1;::::0;::::1;10889:21:7::0;;;10926:18;;;10919:30;10985:34;10965:18;;;10958:62;11037:18;;10212:72:0::1;10705:356:7::0;10212:72:0::1;10298:27;::::0;::::1;;::::0;;;:18:::1;:27;::::0;;;;;::::1;;10290:72;;;::::0;::::1;::::0;;11268:2:7;10290:72:0::1;::::0;::::1;11250:21:7::0;;;11287:18;;;11280:30;11346:34;11326:18;;;11319:62;11398:18;;10290:72:0::1;11066:356:7::0;10290:72:0::1;10447:7;10436:18;;:7;:18;;::::0;10428:85:::1;;;::::0;::::1;::::0;;11629:2:7;10428:85:0::1;::::0;::::1;11611:21:7::0;11668:2;11648:18;;;11641:30;11707:34;11687:18;;;11680:62;11778:24;11758:18;;;11751:52;11820:19;;10428:85:0::1;11427:418:7::0;10428:85:0::1;10582:31;::::0;::::1;;::::0;;;:18:::1;:31;::::0;;;;:41;;;::::1;::::0;::::1;;;::::0;;10635:85:::1;10582:41:::0;10643:76:::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;10635:85;;;;;;:::i;13186:119::-:0;6770:10;13257:7;6751:30;;;:18;:30;;;;;;;;6743:75;;;;;;;5596:2:7;6743:75:0;;;5578:21:7;;;5615:18;;;5608:30;5674:34;5654:18;;;5647:62;5726:18;;6743:75:0;5394:356:7;6743:75:0;-1:-1:-1;13279:21:0::1;::::0;13186:119;:::o;9048:282::-;9117:4;9180:28;;9227:15;;;;;:97;;-1:-1:-1;9258:66:0;9246:78;;;9227:97;9219:106;9048:282;-1:-1:-1;;;9048:282:0:o;12608:450::-;12692:9;12709;12726:7;12756:3;:10;12770:2;12756:16;12748:53;;;;;;;12661:2:7;12748:53:0;;;12643:21:7;12700:2;12680:18;;;12673:30;12739:26;12719:18;;;12712:54;12783:18;;12748:53:0;12459:348:7;12748:53:0;-1:-1:-1;;;12894:2:0;12885:12;;12879:19;12950:2;12941:12;;12935:19;13043:2;13034:12;;;13028:19;12879;;13025:1;13020:28;;;;;12608:450::o;211:184:7:-;263:77;260:1;253:88;360:4;357:1;350:15;384:4;381:1;374:15;400:777;442:5;495:3;488:4;480:6;476:17;472:27;462:55;;513:1;510;503:12;462:55;549:6;536:20;575:18;612:2;608;605:10;602:36;;;618:18;;:::i;:::-;752:2;746:9;814:4;806:13;;657:66;802:22;;;826:2;798:31;794:40;782:53;;;850:18;;;870:22;;;847:46;844:72;;;896:18;;:::i;:::-;936:10;932:2;925:22;971:2;963:6;956:18;1017:3;1010:4;1005:2;997:6;993:15;989:26;986:35;983:55;;;1034:1;1031;1024:12;983:55;1098:2;1091:4;1083:6;1079:17;1072:4;1064:6;1060:17;1047:54;1145:1;1138:4;1133:2;1125:6;1121:15;1117:26;1110:37;1165:6;1156:15;;;;;;400:777;;;;:::o;1182:1059::-;1295:6;1303;1311;1319;1327;1380:3;1368:9;1359:7;1355:23;1351:33;1348:53;;;1397:1;1394;1387:12;1348:53;1433:9;1420:23;1410:33;;1493:2;1482:9;1478:18;1465:32;1537:66;1530:5;1526:78;1519:5;1516:89;1506:117;;1619:1;1616;1609:12;1506:117;1642:5;-1:-1:-1;1699:2:7;1684:18;;1671:32;1747:66;1734:80;;1722:93;;1712:121;;1829:1;1826;1819:12;1712:121;1852:7;-1:-1:-1;1910:2:7;1895:18;;1882:32;1933:18;1963:14;;;1960:34;;;1990:1;1987;1980:12;1960:34;2013:49;2054:7;2045:6;2034:9;2030:22;2013:49;:::i;:::-;2003:59;;2115:3;2104:9;2100:19;2087:33;2071:49;;2145:2;2135:8;2132:16;2129:36;;;2161:1;2158;2151:12;2129:36;;2184:51;2227:7;2216:8;2205:9;2201:24;2184:51;:::i;:::-;2174:61;;;1182:1059;;;;;;;;:::o;2246:196::-;2314:20;;2374:42;2363:54;;2353:65;;2343:93;;2432:1;2429;2422:12;2343:93;2246:196;;;:::o;2447:160::-;2512:20;;2568:13;;2561:21;2551:32;;2541:60;;2597:1;2594;2587:12;2612:531;2704:6;2712;2720;2728;2781:3;2769:9;2760:7;2756:23;2752:33;2749:53;;;2798:1;2795;2788:12;2749:53;2834:9;2821:23;2811:33;;2863:38;2897:2;2886:9;2882:18;2863:38;:::i;:::-;2853:48;;2920:35;2951:2;2940:9;2936:18;2920:35;:::i;:::-;2910:45;;3006:2;2995:9;2991:18;2978:32;3033:18;3025:6;3022:30;3019:50;;;3065:1;3062;3055:12;3019:50;3088:49;3129:7;3120:6;3109:9;3105:22;3088:49;:::i;:::-;3078:59;;;2612:531;;;;;;;:::o;3379:322::-;3453:6;3461;3469;3522:2;3510:9;3501:7;3497:23;3493:32;3490:52;;;3538:1;3535;3528:12;3490:52;3574:9;3561:23;3551:33;;3603:38;3637:2;3626:9;3622:18;3603:38;:::i;:::-;3593:48;;3660:35;3691:2;3680:9;3676:18;3660:35;:::i;:::-;3650:45;;3379:322;;;;;:::o;3888:751::-;3998:6;4006;4014;4022;4030;4083:3;4071:9;4062:7;4058:23;4054:33;4051:53;;;4100:1;4097;4090:12;4051:53;4136:9;4123:23;4113:33;;4165:38;4199:2;4188:9;4184:18;4165:38;:::i;:::-;4155:48;;4222:35;4253:2;4242:9;4238:18;4222:35;:::i;4826:186::-;4885:6;4938:2;4926:9;4917:7;4913:23;4909:32;4906:52;;;4954:1;4951;4944:12;4906:52;4977:29;4996:9;4977:29;:::i;5209:180::-;5268:6;5321:2;5309:9;5300:7;5296:23;5292:32;5289:52;;;5337:1;5334;5327:12;5289:52;-1:-1:-1;5360:23:7;;5209:180;-1:-1:-1;5209:180:7:o;6511:357::-;6629:12;;6676:4;6665:16;;;6659:23;;6629:12;6694:16;;6691:171;;;6784:66;6774:6;6768:4;6764:17;6761:1;6757:25;6753:98;6746:5;6742:110;6733:119;;6691:171;;6511:357;;;:::o;8120:481::-;8161:3;8199:5;8193:12;8226:6;8221:3;8214:19;8251:1;8261:162;8275:6;8272:1;8269:13;8261:162;;;8337:4;8393:13;;;8389:22;;8383:29;8365:11;;;8361:20;;8354:59;8290:12;8261:162;;;8265:3;8468:1;8461:4;8452:6;8447:3;8443:16;8439:27;8432:38;8590:4;8520:66;8515:2;8507:6;8503:15;8499:88;8494:3;8490:98;8486:109;8479:116;;;8120:481;;;;:::o;8606:217::-;8753:2;8742:9;8735:21;8716:4;8773:44;8813:2;8802:9;8798:18;8790:6;8773:44;:::i;8828:336::-;8897:6;8950:2;8938:9;8929:7;8925:23;8921:32;8918:52;;;8966:1;8963;8956:12;8918:52;8998:9;8992:16;9048:66;9041:5;9037:78;9030:5;9027:89;9017:117;;9130:1;9127;9120:12"},"gasEstimates":{"creation":{"codeDepositCost":"867800","executionCost":"infinite","totalCost":"infinite"},"external":{"approveDeployer(uint256,address,bool,bytes,bytes)":"infinite","deploy(uint256,bytes12,bytes20,bytes,bytes)":"infinite","getApproveDeployerNonce()":"4522","getEthSignedMessageHash(bytes32)":"498","getMessageHash(uint256,address,bool)":"infinite","getVersion()":"infinite","isApprovedDeployer(address)":"2569","recoverSigner(uint256,address,bool,bytes)":"infinite"},"internal":{"_isContract(address)":"2670","splitSignature(bytes memory)":"infinite"}},"methodIdentifiers":{"approveDeployer(uint256,address,bool,bytes,bytes)":"cb33fe54","deploy(uint256,bytes12,bytes20,bytes,bytes)":"49aa18fc","getApproveDeployerNonce()":"d288337d","getEthSignedMessageHash(bytes32)":"fa540801","getMessageHash(uint256,address,bool)":"6ae675ac","getVersion()":"0d8e6e2c","isApprovedDeployer(address)":"dc7faa07","recoverSigner(uint256,address,bool,bytes)":"55da4cd0"}},"metadata":"{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"deployedContract\",\"type\":\"address\"}],\"name\":\"ContractDeployed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"message\",\"type\":\"string\"}],\"name\":\"Message\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newDeployer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approve\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"sig1\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"sig2\",\"type\":\"bytes\"}],\"name\":\"approveDeployer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"bytes12\",\"name\":\"saltHash\",\"type\":\"bytes12\"},{\"internalType\":\"bytes20\",\"name\":\"secret\",\"type\":\"bytes20\"},{\"internalType\":\"bytes\",\"name\":\"sourceCode\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"initCode\",\"type\":\"bytes\"}],\"name\":\"deploy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getApproveDeployerNonce\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_messageHash\",\"type\":\"bytes32\"}],\"name\":\"getEthSignedMessageHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newDeployer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approve\",\"type\":\"bool\"}],\"name\":\"getMessageHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getVersion\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"deployer\",\"type\":\"address\"}],\"name\":\"isApprovedDeployer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newDeployer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approve\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"recoverSigner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"In the beginning there was a smart contract...\",\"kind\":\"dev\",\"methods\":{\"approveDeployer(uint256,address,bool,bytes,bytes)\":{\"details\":\"Approve or disapprove a deployer using multi-signature verification.\",\"params\":{\"approve\":\"Boolean representing the approval status\",\"newDeployer\":\"The address of the deployer to approve or disapprove\",\"nonce\":\"A unique nonce\",\"sig1\":\"The first signature for multisig\",\"sig2\":\"The second signature for multisig\"}},\"constructor\":{\"details\":\"Sets the initial deployers as approved upon contract creation.\"},\"deploy(uint256,bytes12,bytes20,bytes,bytes)\":{\"details\":\"Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.\",\"params\":{\"chainId\":\"The chain on which to deploy\",\"initCode\":\"The initialization code for the contract\",\"saltHash\":\"A unique salt for contract creation\",\"secret\":\"A secret part of the salt\",\"sourceCode\":\"The bytecode of the contract to deploy\"}},\"getApproveDeployerNonce()\":{\"details\":\"Returns the current nonce for deployer approvals.\",\"returns\":{\"_0\":\"uint256 representing the current nonce\"}},\"getEthSignedMessageHash(bytes32)\":{\"details\":\"Recreates the Ethereum signed message hash from the plain message hash.\",\"params\":{\"_messageHash\":\"The hash of the original message\"},\"returns\":{\"_0\":\"bytes32 Ethereum signed message hash\"}},\"getMessageHash(uint256,address,bool)\":{\"details\":\"Generates a hash of the message containing nonce, deployer address, and approval status.\",\"params\":{\"approve\":\"Approval status in the message\",\"newDeployer\":\"Address of the deployer in the message\",\"nonce\":\"Nonce used in the message\"},\"returns\":{\"_0\":\"bytes32 Ethereum signed message hash\"}},\"getVersion()\":{\"details\":\"Returns the version number of the Genesis contract\",\"returns\":{\"_0\":\"uint32 representing the version number\"}},\"isApprovedDeployer(address)\":{\"details\":\"Check if an address is an approved deployer.\",\"params\":{\"deployer\":\"Address to check\"},\"returns\":{\"_0\":\"bool representing approval status\"}},\"recoverSigner(uint256,address,bool,bytes)\":{\"details\":\"Recovers the signer from the signature.\",\"params\":{\"approve\":\"Approval status in the message\",\"newDeployer\":\"Address of the deployer in the message\",\"nonce\":\"Nonce used in the message\",\"signature\":\"The signature to recover\"},\"returns\":{\"_0\":\"address of the signer\"}}},\"title\":\"HOLOGRAPH GENESIS\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/HolographGenesis.sol\":\"HolographGenesis\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"contracts/HolographGenesis.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nimport \\\"./interface/InitializableInterface.sol\\\";\\n\\n/**\\n * @title HOLOGRAPH GENESIS\\n * @dev In the beginning there was a smart contract...\\n */\\ncontract HolographGenesis {\\n uint32 private immutable _version;\\n\\n // Nonce to prevent replay attacks on deployer approvals\\n uint256 private _approveDeployerNonce;\\n\\n // Immutable addresses of the initial deployers\\n address private immutable deployer1 = 0xBB566182f35B9E5Ae04dB02a5450CC156d2f89c1;\\n address private immutable deployer2 = 0x22ED36947DDd1ae317F7816c410D3c0c58Bb9b90;\\n address private immutable deployer3 = 0xFfCA0d6986099FbDb3b6AD9b6aa5DF5ed1d44f0C;\\n address private immutable deployer4 = 0xDF9013a9Af763b181EF8acFC0e3229494004e001;\\n address private immutable deployer5 = 0x00Ac9Fd50C63f176B49F05FfedA324bD68C7cD69;\\n\\n // Mapping of addresses that are approved deployers\\n mapping(address => bool) private _approvedDeployers;\\n\\n // Events\\n event Message(string message);\\n event ContractDeployed(address deployedContract);\\n\\n // Modifier to restrict function calls to approved deployers\\n modifier onlyDeployer() {\\n require(_approvedDeployers[msg.sender], \\\"HOLOGRAPH: deployer not approved\\\");\\n _;\\n }\\n\\n /**\\n * @dev Sets the initial deployers as approved upon contract creation.\\n */\\n constructor() {\\n _version = 2;\\n\\n // Set the immutable deployers as approved\\n _approvedDeployers[deployer1] = true;\\n _approvedDeployers[deployer2] = true;\\n _approvedDeployers[deployer3] = true;\\n _approvedDeployers[deployer4] = true;\\n _approvedDeployers[deployer5] = true;\\n\\n emit Message(\\\"The future is Holographic\\\");\\n }\\n\\n /**\\n * @dev Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.\\n * @param chainId The chain on which to deploy\\n * @param saltHash A unique salt for contract creation\\n * @param secret A secret part of the salt\\n * @param sourceCode The bytecode of the contract to deploy\\n * @param initCode The initialization code for the contract\\n */\\n function deploy(\\n uint256 chainId,\\n bytes12 saltHash,\\n bytes20 secret,\\n bytes memory sourceCode,\\n bytes memory initCode\\n ) external onlyDeployer {\\n require(chainId == block.chainid, \\\"HOLOGRAPH: incorrect chain id\\\");\\n bytes32 salt = bytes32(abi.encodePacked(secret, saltHash));\\n address contractAddress = address(\\n uint160(uint256(keccak256(abi.encodePacked(bytes1(0xff), address(this), salt, keccak256(sourceCode)))))\\n );\\n require(!_isContract(contractAddress), \\\"HOLOGRAPH: already deployed\\\");\\n assembly {\\n contractAddress := create2(0, add(sourceCode, 0x20), mload(sourceCode), salt)\\n }\\n require(_isContract(contractAddress), \\\"HOLOGRAPH: deployment failed\\\");\\n require(\\n InitializableInterface(contractAddress).init(initCode) == InitializableInterface.init.selector,\\n \\\"HOLOGRAPH: initialization failed\\\"\\n );\\n\\n emit ContractDeployed(contractAddress);\\n }\\n\\n /**\\n * @dev Check if an address is an approved deployer.\\n * @param deployer Address to check\\n * @return bool representing approval status\\n */\\n function isApprovedDeployer(address deployer) external view returns (bool) {\\n return _approvedDeployers[deployer];\\n }\\n\\n /**\\n * @dev Internal function to determine if an address is a deployed contract.\\n * @param contractAddress The address to check\\n * @return bool representing if the address is a contract\\n */\\n function _isContract(address contractAddress) internal view returns (bool) {\\n bytes32 codehash;\\n assembly {\\n codehash := extcodehash(contractAddress)\\n }\\n return (codehash != 0x0 && codehash != 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470);\\n }\\n\\n /**\\n * @dev Approve or disapprove a deployer using multi-signature verification.\\n * @param nonce A unique nonce\\n * @param newDeployer The address of the deployer to approve or disapprove\\n * @param approve Boolean representing the approval status\\n * @param sig1 The first signature for multisig\\n * @param sig2 The second signature for multisig\\n */\\n function approveDeployer(\\n uint256 nonce,\\n address newDeployer,\\n bool approve,\\n bytes memory sig1,\\n bytes memory sig2\\n ) external onlyDeployer {\\n require(nonce > _approveDeployerNonce, \\\"HOLOGRAPH: invalid nonce\\\");\\n _approveDeployerNonce = nonce; // Update the nonce\\n\\n // Recover signers\\n address signer1 = recoverSigner(nonce, newDeployer, approve, sig1);\\n address signer2 = recoverSigner(nonce, newDeployer, approve, sig2);\\n\\n // Check that both signers are approved deployers\\n require(_approvedDeployers[signer1], \\\"HOLOGRAPH: signer 1 not approved\\\");\\n require(_approvedDeployers[signer2], \\\"HOLOGRAPH: signer 2 not approved\\\");\\n\\n // Ensure signatures come from two different deployers\\n require(signer1 != signer2, \\\"HOLOGRAPH: signatures must be from different deployers\\\");\\n\\n // All checks passed, update the deployer approval status\\n _approvedDeployers[newDeployer] = approve;\\n\\n emit Message(approve ? \\\"HOLOGRAPH: deployer approved\\\" : \\\"HOLOGRAPH: deployer disapproved\\\");\\n }\\n\\n /**\\n * @dev Generates a hash of the message containing nonce, deployer address, and approval status.\\n * @param nonce Nonce used in the message\\n * @param newDeployer Address of the deployer in the message\\n * @param approve Approval status in the message\\n * @return bytes32 Ethereum signed message hash\\n */\\n function getMessageHash(\\n uint256 nonce,\\n address newDeployer,\\n bool approve\\n ) public pure returns (bytes32) {\\n return keccak256(abi.encodePacked(nonce, newDeployer, approve));\\n }\\n\\n /**\\n * @dev Recreates the Ethereum signed message hash from the plain message hash.\\n * @param _messageHash The hash of the original message\\n * @return bytes32 Ethereum signed message hash\\n */\\n function getEthSignedMessageHash(bytes32 _messageHash) public pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n32\\\", _messageHash));\\n }\\n\\n /**\\n * @dev Recovers the signer from the signature.\\n * @param nonce Nonce used in the message\\n * @param newDeployer Address of the deployer in the message\\n * @param approve Approval status in the message\\n * @param signature The signature to recover\\n * @return address of the signer\\n */\\n function recoverSigner(\\n uint256 nonce,\\n address newDeployer,\\n bool approve,\\n bytes memory signature\\n ) public pure returns (address) {\\n bytes32 messageHash = getMessageHash(nonce, newDeployer, approve);\\n bytes32 prefixedHash = getEthSignedMessageHash(messageHash);\\n (bytes32 r, bytes32 s, uint8 v) = splitSignature(signature);\\n\\n return ecrecover(prefixedHash, v, r, s);\\n }\\n\\n /**\\n * @dev Splits a signature into its r, s, and v components.\\n * @param sig The signature to split.\\n * @return r The r component of the signature.\\n * @return s The s component of the signature.\\n * @return v The recovery id component of the signature.\\n */\\n function splitSignature(bytes memory sig)\\n internal\\n pure\\n returns (\\n bytes32 r,\\n bytes32 s,\\n uint8 v\\n )\\n {\\n require(sig.length == 65, \\\"Invalid signature length\\\");\\n\\n assembly {\\n // first 32 bytes, after the length prefix\\n r := mload(add(sig, 32))\\n // second 32 bytes\\n s := mload(add(sig, 64))\\n // final byte (first byte of the next 32 bytes)\\n v := byte(0, mload(add(sig, 96)))\\n }\\n }\\n\\n /**\\n * @dev Returns the current nonce for deployer approvals.\\n * @return uint256 representing the current nonce\\n */\\n function getApproveDeployerNonce() external view onlyDeployer returns (uint256) {\\n return _approveDeployerNonce;\\n }\\n\\n /**\\n * @dev Returns the version number of the Genesis contract\\n * @return uint32 representing the version number\\n */\\n function getVersion() external view returns (uint32) {\\n return _version;\\n }\\n}\\n\",\"keccak256\":\"0xf7396534e1cba42b8b876dae9e802557d3348f4f8f92aeadf63156f2eb6e8a5d\",\"license\":\"UNLICENSED\"},\"contracts/interface/InitializableInterface.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\n/**\\n * @title Initializable\\n * @author https://github.com/holographxyz\\n * @notice Use init instead of constructor\\n * @dev This allows for use of init function to make one time initializations without the need of a constructor\\n */\\ninterface InitializableInterface {\\n /**\\n * @notice Used internally to initialize the contract instead of through a constructor\\n * @dev This function is called by the deployer/factory when creating a contract\\n * @param initPayload abi encoded payload to use for contract initilaization\\n */\\n function init(bytes memory initPayload) external returns (bytes4);\\n}\\n\",\"keccak256\":\"0x3763904cf6e56ab7e724aa9881c6230a7acc686e737e802ea348197b81a50493\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":7,"contract":"contracts/HolographGenesis.sol:HolographGenesis","label":"_approveDeployerNonce","offset":0,"slot":"0","type":"t_uint256"},{"astId":26,"contract":"contracts/HolographGenesis.sol:HolographGenesis","label":"_approvedDeployers","offset":0,"slot":"1","type":"t_mapping(t_address,t_bool)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_mapping(t_address,t_bool)":{"encoding":"mapping","key":"t_address","label":"mapping(address => bool)","numberOfBytes":"32","value":"t_bool"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/LedgerTest.sol":{"LedgerTest":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"hello","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"}],"devdoc":{"kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{"@_437":{"entryPoint":null,"id":437,"parameterSlots":0,"returnSlots":0}},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b5060ea8061001f6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c806319ff1d2114602d575b600080fd5b604080518082018252600581527f68656c6c6f00000000000000000000000000000000000000000000000000000060208201529051606a91906073565b60405180910390f35b600060208083528351808285015260005b81811015609e578581018301518582016040015282016084565b5060006040828601015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f830116850101925050509291505056fea164736f6c6343000811000a","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0xEA DUP1 PUSH2 0x1F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH1 0x28 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x19FF1D21 EQ PUSH1 0x2D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE PUSH1 0x5 DUP2 MSTORE PUSH32 0x68656C6C6F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE SWAP1 MLOAD PUSH1 0x6A SWAP2 SWAP1 PUSH1 0x73 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP1 DUP4 MSTORE DUP4 MLOAD DUP1 DUP3 DUP6 ADD MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH1 0x9E JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x40 ADD MSTORE DUP3 ADD PUSH1 0x84 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x40 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x40 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"25:124:1:-:0;;;49:16;;;;;;;;;;25:124;;;;;;"},"deployedBytecode":{"functionDebugData":{"@hello_445":{"entryPoint":null,"id":445,"parameterSlots":0,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":115,"id":null,"parameterSlots":2,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:623:7","statements":[{"nodeType":"YulBlock","src":"6:3:7","statements":[]},{"body":{"nodeType":"YulBlock","src":"135:486:7","statements":[{"nodeType":"YulVariableDeclaration","src":"145:12:7","value":{"kind":"number","nodeType":"YulLiteral","src":"155:2:7","type":"","value":"32"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"149:2:7","type":""}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"173:9:7"},{"name":"_1","nodeType":"YulIdentifier","src":"184:2:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"166:6:7"},"nodeType":"YulFunctionCall","src":"166:21:7"},"nodeType":"YulExpressionStatement","src":"166:21:7"},{"nodeType":"YulVariableDeclaration","src":"196:27:7","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"216:6:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"210:5:7"},"nodeType":"YulFunctionCall","src":"210:13:7"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"200:6:7","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"243:9:7"},{"name":"_1","nodeType":"YulIdentifier","src":"254:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"239:3:7"},"nodeType":"YulFunctionCall","src":"239:18:7"},{"name":"length","nodeType":"YulIdentifier","src":"259:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"232:6:7"},"nodeType":"YulFunctionCall","src":"232:34:7"},"nodeType":"YulExpressionStatement","src":"232:34:7"},{"nodeType":"YulVariableDeclaration","src":"275:10:7","value":{"kind":"number","nodeType":"YulLiteral","src":"284:1:7","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"279:1:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"344:90:7","statements":[{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"373:9:7"},{"name":"i","nodeType":"YulIdentifier","src":"384:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"369:3:7"},"nodeType":"YulFunctionCall","src":"369:17:7"},{"kind":"number","nodeType":"YulLiteral","src":"388:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"365:3:7"},"nodeType":"YulFunctionCall","src":"365:26:7"},{"arguments":[{"arguments":[{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"407:6:7"},{"name":"i","nodeType":"YulIdentifier","src":"415:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"403:3:7"},"nodeType":"YulFunctionCall","src":"403:14:7"},{"name":"_1","nodeType":"YulIdentifier","src":"419:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"399:3:7"},"nodeType":"YulFunctionCall","src":"399:23:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"393:5:7"},"nodeType":"YulFunctionCall","src":"393:30:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"358:6:7"},"nodeType":"YulFunctionCall","src":"358:66:7"},"nodeType":"YulExpressionStatement","src":"358:66:7"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"305:1:7"},{"name":"length","nodeType":"YulIdentifier","src":"308:6:7"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"302:2:7"},"nodeType":"YulFunctionCall","src":"302:13:7"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"316:19:7","statements":[{"nodeType":"YulAssignment","src":"318:15:7","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"327:1:7"},{"name":"_1","nodeType":"YulIdentifier","src":"330:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"323:3:7"},"nodeType":"YulFunctionCall","src":"323:10:7"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"318:1:7"}]}]},"pre":{"nodeType":"YulBlock","src":"298:3:7","statements":[]},"src":"294:140:7"},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"458:9:7"},{"name":"length","nodeType":"YulIdentifier","src":"469:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"454:3:7"},"nodeType":"YulFunctionCall","src":"454:22:7"},{"kind":"number","nodeType":"YulLiteral","src":"478:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"450:3:7"},"nodeType":"YulFunctionCall","src":"450:31:7"},{"kind":"number","nodeType":"YulLiteral","src":"483:1:7","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"443:6:7"},"nodeType":"YulFunctionCall","src":"443:42:7"},"nodeType":"YulExpressionStatement","src":"443:42:7"},{"nodeType":"YulAssignment","src":"494:121:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"510:9:7"},{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"529:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"537:2:7","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"525:3:7"},"nodeType":"YulFunctionCall","src":"525:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"542:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"521:3:7"},"nodeType":"YulFunctionCall","src":"521:88:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"506:3:7"},"nodeType":"YulFunctionCall","src":"506:104:7"},{"kind":"number","nodeType":"YulLiteral","src":"612:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"502:3:7"},"nodeType":"YulFunctionCall","src":"502:113:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"494:4:7"}]}]},"name":"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"104:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"115:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"126:4:7","type":""}],"src":"14:607:7"}]},"contents":"{\n { }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let _1 := 32\n mstore(headStart, _1)\n let length := mload(value0)\n mstore(add(headStart, _1), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 64), mload(add(add(value0, i), _1)))\n }\n mstore(add(add(headStart, length), 64), 0)\n tail := add(add(headStart, and(add(length, 31), 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0)), 64)\n }\n}","id":7,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"6080604052348015600f57600080fd5b506004361060285760003560e01c806319ff1d2114602d575b600080fd5b604080518082018252600581527f68656c6c6f00000000000000000000000000000000000000000000000000000060208201529051606a91906073565b60405180910390f35b600060208083528351808285015260005b81811015609e578581018301518582016040015282016084565b5060006040828601015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f830116850101925050509291505056fea164736f6c6343000811000a","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH1 0x28 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x19FF1D21 EQ PUSH1 0x2D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE PUSH1 0x5 DUP2 MSTORE PUSH32 0x68656C6C6F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE SWAP1 MLOAD PUSH1 0x6A SWAP2 SWAP1 PUSH1 0x73 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP1 DUP4 MSTORE DUP4 MLOAD DUP1 DUP3 DUP6 ADD MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH1 0x9E JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x40 ADD MSTORE DUP3 ADD PUSH1 0x84 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x40 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x40 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"25:124:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;69:78;128:14;;;;;;;;;;;;;;;;69:78;;;;128:14;69:78;:::i;:::-;;;;;;;;14:607:7;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;612:2;542:66;537:2;529:6;525:15;521:88;510:9;506:104;502:113;494:121;;;;14:607;;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"46800","executionCost":"99","totalCost":"46899"},"external":{"hello()":"infinite"}},"methodIdentifiers":{"hello()":"19ff1d21"}},"metadata":"{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"hello\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/LedgerTest.sol\":\"LedgerTest\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"contracts/LedgerTest.sol\":{\"content\":\"pragma solidity 0.8.17;\\n\\ncontract LedgerTest {\\n constructor() {}\\n\\n function hello() public pure returns (string memory) {\\n return \\\"hello\\\";\\n }\\n}\\n\",\"keccak256\":\"0xb1acea604ac3afd85cd46f64d0828833137937c44cba38cbc98ccf7222de331b\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/abstract/Initializable.sol":{"Initializable":{"abi":[{"inputs":[{"internalType":"bytes","name":"initPayload","type":"bytes"}],"name":"init","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"author":"https://github.com/holographxyz","details":"This allows for use of init function to make one time initializations without the need for a constructor","kind":"dev","methods":{"constructor":{"details":"Constructor is left empty and init is used instead"},"init(bytes)":{"details":"This function is called by the deployer/factory when creating a contract","params":{"initPayload":"abi encoded payload to use for contract initilaization"}}},"stateVariables":{"_initializedSlot":{"details":"bytes32(uint256(keccak256('eip1967.Holograph.initialized')) - 1)"}},"title":"Initializable","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"init(bytes)":"4ddf47d4"}},"metadata":"{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"initPayload\",\"type\":\"bytes\"}],\"name\":\"init\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"https://github.com/holographxyz\",\"details\":\"This allows for use of init function to make one time initializations without the need for a constructor\",\"kind\":\"dev\",\"methods\":{\"constructor\":{\"details\":\"Constructor is left empty and init is used instead\"},\"init(bytes)\":{\"details\":\"This function is called by the deployer/factory when creating a contract\",\"params\":{\"initPayload\":\"abi encoded payload to use for contract initilaization\"}}},\"stateVariables\":{\"_initializedSlot\":{\"details\":\"bytes32(uint256(keccak256('eip1967.Holograph.initialized')) - 1)\"}},\"title\":\"Initializable\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"init(bytes)\":{\"notice\":\"Used internally to initialize the contract instead of through a constructor\"}},\"notice\":\"Use init instead of constructor\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/abstract/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"contracts/abstract/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nimport \\\"../interface/InitializableInterface.sol\\\";\\n\\n/**\\n * @title Initializable\\n * @author https://github.com/holographxyz\\n * @notice Use init instead of constructor\\n * @dev This allows for use of init function to make one time initializations without the need for a constructor\\n */\\nabstract contract Initializable is InitializableInterface {\\n /**\\n * @dev bytes32(uint256(keccak256('eip1967.Holograph.initialized')) - 1)\\n */\\n bytes32 constant _initializedSlot = 0x4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a01;\\n\\n /**\\n * @dev Constructor is left empty and init is used instead\\n */\\n constructor() {}\\n\\n /**\\n * @notice Used internally to initialize the contract instead of through a constructor\\n * @dev This function is called by the deployer/factory when creating a contract\\n * @param initPayload abi encoded payload to use for contract initilaization\\n */\\n function init(bytes memory initPayload) external virtual returns (bytes4);\\n\\n function _isInitialized() internal view returns (bool initialized) {\\n assembly {\\n initialized := sload(_initializedSlot)\\n }\\n }\\n\\n function _setInitialized() internal {\\n assembly {\\n sstore(_initializedSlot, 0x0000000000000000000000000000000000000000000000000000000000000001)\\n }\\n }\\n}\\n\",\"keccak256\":\"0x47b4a8b45279df8b4b8d217906a5b3aa26f90f184fec1cf4c4e4829f68951118\",\"license\":\"UNLICENSED\"},\"contracts/interface/InitializableInterface.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\n/**\\n * @title Initializable\\n * @author https://github.com/holographxyz\\n * @notice Use init instead of constructor\\n * @dev This allows for use of init function to make one time initializations without the need of a constructor\\n */\\ninterface InitializableInterface {\\n /**\\n * @notice Used internally to initialize the contract instead of through a constructor\\n * @dev This function is called by the deployer/factory when creating a contract\\n * @param initPayload abi encoded payload to use for contract initilaization\\n */\\n function init(bytes memory initPayload) external returns (bytes4);\\n}\\n\",\"keccak256\":\"0x3763904cf6e56ab7e724aa9881c6230a7acc686e737e802ea348197b81a50493\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"init(bytes)":{"notice":"Used internally to initialize the contract instead of through a constructor"}},"notice":"Use init instead of constructor","version":1}}},"contracts/abstract/Owner.sol":{"Owner":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"getOwner","outputs":[{"internalType":"address","name":"ownerAddress","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"ownerCall","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"ownerAddress","type":"address"}],"name":"setOwner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"OwnershipTransferred(address,address)":{"details":"Event emitted when contract owner is changed."}},"kind":"dev","methods":{},"stateVariables":{"_ownerSlot":{"details":"bytes32(uint256(keccak256('eip1967.Holograph.owner')) - 1)"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"getOwner()":"893d20e8","owner()":"8da5cb5b","ownerCall(address,bytes)":"eb66dbcf","setOwner(address)":"13af4035","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"getOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"ownerAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"ownerCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"ownerAddress\",\"type\":\"address\"}],\"name\":\"setOwner\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"OwnershipTransferred(address,address)\":{\"details\":\"Event emitted when contract owner is changed.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"_ownerSlot\":{\"details\":\"bytes32(uint256(keccak256('eip1967.Holograph.owner')) - 1)\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/abstract/Owner.sol\":\"Owner\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"contracts/abstract/Owner.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nabstract contract Owner {\\n /**\\n * @dev bytes32(uint256(keccak256('eip1967.Holograph.owner')) - 1)\\n */\\n bytes32 constant _ownerSlot = 0xb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777;\\n\\n /**\\n * @dev Event emitted when contract owner is changed.\\n */\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n modifier onlyOwner() virtual {\\n require(msg.sender == getOwner(), \\\"HOLOGRAPH: owner only function\\\");\\n _;\\n }\\n\\n function owner() public view virtual returns (address) {\\n return getOwner();\\n }\\n\\n constructor() {}\\n\\n function getOwner() public view returns (address ownerAddress) {\\n assembly {\\n ownerAddress := sload(_ownerSlot)\\n }\\n }\\n\\n function setOwner(address ownerAddress) public onlyOwner {\\n address previousOwner = getOwner();\\n assembly {\\n sstore(_ownerSlot, ownerAddress)\\n }\\n emit OwnershipTransferred(previousOwner, ownerAddress);\\n }\\n\\n function transferOwnership(address newOwner) public onlyOwner {\\n require(newOwner != address(0), \\\"HOLOGRAPH: zero address\\\");\\n assembly {\\n sstore(_ownerSlot, newOwner)\\n }\\n }\\n\\n function ownerCall(address target, bytes calldata data) external payable onlyOwner {\\n assembly {\\n calldatacopy(0, data.offset, data.length)\\n let result := call(gas(), target, callvalue(), 0, data.length, 0, 0)\\n returndatacopy(0, 0, returndatasize())\\n switch result\\n case 0 {\\n revert(0, returndatasize())\\n }\\n default {\\n return(0, returndatasize())\\n }\\n }\\n }\\n}\\n\",\"keccak256\":\"0x695e29c4254cd625bdaf8cb36bc7ce46704e347a4d096a5dfc0804eb5de5ca59\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/interface/InitializableInterface.sol":{"InitializableInterface":{"abi":[{"inputs":[{"internalType":"bytes","name":"initPayload","type":"bytes"}],"name":"init","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"author":"https://github.com/holographxyz","details":"This allows for use of init function to make one time initializations without the need of a constructor","kind":"dev","methods":{"init(bytes)":{"details":"This function is called by the deployer/factory when creating a contract","params":{"initPayload":"abi encoded payload to use for contract initilaization"}}},"title":"Initializable","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"init(bytes)":"4ddf47d4"}},"metadata":"{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"initPayload\",\"type\":\"bytes\"}],\"name\":\"init\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"https://github.com/holographxyz\",\"details\":\"This allows for use of init function to make one time initializations without the need of a constructor\",\"kind\":\"dev\",\"methods\":{\"init(bytes)\":{\"details\":\"This function is called by the deployer/factory when creating a contract\",\"params\":{\"initPayload\":\"abi encoded payload to use for contract initilaization\"}}},\"title\":\"Initializable\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"init(bytes)\":{\"notice\":\"Used internally to initialize the contract instead of through a constructor\"}},\"notice\":\"Use init instead of constructor\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interface/InitializableInterface.sol\":\"InitializableInterface\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"contracts/interface/InitializableInterface.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\n/**\\n * @title Initializable\\n * @author https://github.com/holographxyz\\n * @notice Use init instead of constructor\\n * @dev This allows for use of init function to make one time initializations without the need of a constructor\\n */\\ninterface InitializableInterface {\\n /**\\n * @notice Used internally to initialize the contract instead of through a constructor\\n * @dev This function is called by the deployer/factory when creating a contract\\n * @param initPayload abi encoded payload to use for contract initilaization\\n */\\n function init(bytes memory initPayload) external returns (bytes4);\\n}\\n\",\"keccak256\":\"0x3763904cf6e56ab7e724aa9881c6230a7acc686e737e802ea348197b81a50493\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"init(bytes)":{"notice":"Used internally to initialize the contract instead of through a constructor"}},"notice":"Use init instead of constructor","version":1}}},"contracts/mock/Mock.sol":{"Mock":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"getOwner","outputs":[{"internalType":"address","name":"ownerAddress","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"slot","type":"uint256"}],"name":"getStorage","outputs":[{"internalType":"bytes32","name":"data","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"initPayload","type":"bytes"}],"name":"init","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"mockCall","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"mockDelegateCall","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"mockStaticCall","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"ownerCall","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"ownerAddress","type":"address"}],"name":"setOwner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"slot","type":"uint256"},{"internalType":"bytes32","name":"data","type":"bytes32"}],"name":"setStorage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}],"devdoc":{"kind":"dev","methods":{"init(bytes)":{"details":"This function is called by the deployer/factory when creating a contract","params":{"initPayload":"abi encoded payload to use for contract initilaization"}}},"version":1},"evm":{"bytecode":{"functionDebugData":{"@_461":{"entryPoint":null,"id":461,"parameterSlots":0,"returnSlots":0},"@_521":{"entryPoint":null,"id":521,"parameterSlots":0,"returnSlots":0},"@_603":{"entryPoint":null,"id":603,"parameterSlots":0,"returnSlots":0}},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b50610aae806100206000396000f3fe6080604052600436106100c05760003560e01c8063893d20e811610074578063aa0e09a31161004e578063aa0e09a314610257578063eb66dbcf14610277578063f2fde38b1461028a576100c7565b8063893d20e8146101c057806389a4cac0146102155780638da5cb5b14610242576100c7565b806365fd4772116100a557806365fd4772146101615780636ee4800f1461018e57806382f02b6e146101a1576100c7565b806313af4035146100eb5780634ddf47d41461010b576100c7565b366100c757005b600036818237808136833485545af13d82833e8080156100e5573d83f35b3d83fd5b005b3480156100f757600080fd5b506100e961010636600461083e565b6102aa565b34801561011757600080fd5b5061012b61012636600461088f565b610412565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020015b60405180910390f35b34801561016d57600080fd5b5061018061017c36600461095e565b5490565b604051908152602001610158565b6100e961019c366004610977565b610572565b3480156101ad57600080fd5b506100e96101bc3660046109fa565b9055565b3480156101cc57600080fd5b507fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777545b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610158565b34801561022157600080fd5b50610235610230366004610977565b610597565b6040516101589190610a1c565b34801561024e57600080fd5b506101f06105b8565b34801561026357600080fd5b50610235610272366004610977565b6105e7565b6100e9610285366004610977565b610608565b34801561029657600080fd5b506100e96102a536600461083e565b6106be565b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610365576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e000060448201526064015b60405180910390fd5b600061038f7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775490565b9050817fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777558173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600061043c7f4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a015490565b156104a3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4d4f434b3a20616c726561647920696e697469616c697a656400000000000000604482015260640161035c565b6000828060200190518101906104b99190610a88565b60018190559050600081806104cd57600191505b50337fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775561051a60017f4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a0155565b801561054957507f12345678000000000000000000000000000000000000000000000000000000009392505050565b507f4ddf47d4000000000000000000000000000000000000000000000000000000009392505050565b808260003760008082600034875af13d6000803e808015610592573d6000f35b3d6000fd5b60608183600037600080836000875afa3d6000803e808015610592573d6000f35b60006105e27fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775490565b905090565b60608183600037600080836000875af43d6000803e808015610592573d6000f35b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610572576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e0000604482015260640161035c565b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610774576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e0000604482015260640161035c565b73ffffffffffffffffffffffffffffffffffffffff81166107f1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f484f4c4f47524150483a207a65726f2061646472657373000000000000000000604482015260640161035c565b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf77277755565b803573ffffffffffffffffffffffffffffffffffffffff8116811461083957600080fd5b919050565b60006020828403121561085057600080fd5b61085982610815565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000602082840312156108a157600080fd5b813567ffffffffffffffff808211156108b957600080fd5b818401915084601f8301126108cd57600080fd5b8135818111156108df576108df610860565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561092557610925610860565b8160405282815287602084870101111561093e57600080fd5b826020860160208301376000928101602001929092525095945050505050565b60006020828403121561097057600080fd5b5035919050565b60008060006040848603121561098c57600080fd5b61099584610815565b9250602084013567ffffffffffffffff808211156109b257600080fd5b818601915086601f8301126109c657600080fd5b8135818111156109d557600080fd5b8760208285010111156109e757600080fd5b6020830194508093505050509250925092565b60008060408385031215610a0d57600080fd5b50508035926020909101359150565b600060208083528351808285015260005b81811015610a4957858101830151858201604001528201610a2d565b5060006040828601015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168501019250505092915050565b600060208284031215610a9a57600080fd5b505191905056fea164736f6c6343000811000a","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xAAE DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xC0 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x893D20E8 GT PUSH2 0x74 JUMPI DUP1 PUSH4 0xAA0E09A3 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xAA0E09A3 EQ PUSH2 0x257 JUMPI DUP1 PUSH4 0xEB66DBCF EQ PUSH2 0x277 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x28A JUMPI PUSH2 0xC7 JUMP JUMPDEST DUP1 PUSH4 0x893D20E8 EQ PUSH2 0x1C0 JUMPI DUP1 PUSH4 0x89A4CAC0 EQ PUSH2 0x215 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x242 JUMPI PUSH2 0xC7 JUMP JUMPDEST DUP1 PUSH4 0x65FD4772 GT PUSH2 0xA5 JUMPI DUP1 PUSH4 0x65FD4772 EQ PUSH2 0x161 JUMPI DUP1 PUSH4 0x6EE4800F EQ PUSH2 0x18E JUMPI DUP1 PUSH4 0x82F02B6E EQ PUSH2 0x1A1 JUMPI PUSH2 0xC7 JUMP JUMPDEST DUP1 PUSH4 0x13AF4035 EQ PUSH2 0xEB JUMPI DUP1 PUSH4 0x4DDF47D4 EQ PUSH2 0x10B JUMPI PUSH2 0xC7 JUMP JUMPDEST CALLDATASIZE PUSH2 0xC7 JUMPI STOP JUMPDEST PUSH1 0x0 CALLDATASIZE DUP2 DUP3 CALLDATACOPY DUP1 DUP2 CALLDATASIZE DUP4 CALLVALUE DUP6 SLOAD GAS CALL RETURNDATASIZE DUP3 DUP4 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0xE5 JUMPI RETURNDATASIZE DUP4 RETURN JUMPDEST RETURNDATASIZE DUP4 REVERT JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xF7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE9 PUSH2 0x106 CALLDATASIZE PUSH1 0x4 PUSH2 0x83E JUMP JUMPDEST PUSH2 0x2AA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x117 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12B PUSH2 0x126 CALLDATASIZE PUSH1 0x4 PUSH2 0x88F JUMP JUMPDEST PUSH2 0x412 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x16D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x180 PUSH2 0x17C CALLDATASIZE PUSH1 0x4 PUSH2 0x95E JUMP JUMPDEST SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x158 JUMP JUMPDEST PUSH2 0xE9 PUSH2 0x19C CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x572 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1AD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE9 PUSH2 0x1BC CALLDATASIZE PUSH1 0x4 PUSH2 0x9FA JUMP JUMPDEST SWAP1 SSTORE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1CC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x158 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x221 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x235 PUSH2 0x230 CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x597 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x158 SWAP2 SWAP1 PUSH2 0xA1C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x24E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1F0 PUSH2 0x5B8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x263 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x235 PUSH2 0x272 CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x5E7 JUMP JUMPDEST PUSH2 0xE9 PUSH2 0x285 CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x608 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x296 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE9 PUSH2 0x2A5 CALLDATASIZE PUSH1 0x4 PUSH2 0x83E JUMP JUMPDEST PUSH2 0x6BE JUMP JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x365 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206F776E6572206F6E6C792066756E6374696F6E0000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x38F PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP DUP2 PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SSTORE DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x43C PUSH32 0x4E5F991BCA30ECA2D4643AAEFA807E88F96A4A97398933D572A3C0D973004A01 SLOAD SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x4A3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x19 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4D4F434B3A20616C726561647920696E697469616C697A656400000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH1 0x0 DUP3 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x4B9 SWAP2 SWAP1 PUSH2 0xA88 JUMP JUMPDEST PUSH1 0x1 DUP2 SWAP1 SSTORE SWAP1 POP PUSH1 0x0 DUP2 DUP1 PUSH2 0x4CD JUMPI PUSH1 0x1 SWAP2 POP JUMPDEST POP CALLER PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SSTORE PUSH2 0x51A PUSH1 0x1 PUSH32 0x4E5F991BCA30ECA2D4643AAEFA807E88F96A4A97398933D572A3C0D973004A01 SSTORE JUMP JUMPDEST DUP1 ISZERO PUSH2 0x549 JUMPI POP PUSH32 0x1234567800000000000000000000000000000000000000000000000000000000 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST POP PUSH32 0x4DDF47D400000000000000000000000000000000000000000000000000000000 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP1 DUP3 PUSH1 0x0 CALLDATACOPY PUSH1 0x0 DUP1 DUP3 PUSH1 0x0 CALLVALUE DUP8 GAS CALL RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0x592 JUMPI RETURNDATASIZE PUSH1 0x0 RETURN JUMPDEST RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST PUSH1 0x60 DUP2 DUP4 PUSH1 0x0 CALLDATACOPY PUSH1 0x0 DUP1 DUP4 PUSH1 0x0 DUP8 GAS STATICCALL RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0x592 JUMPI RETURNDATASIZE PUSH1 0x0 RETURN JUMPDEST PUSH1 0x0 PUSH2 0x5E2 PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x60 DUP2 DUP4 PUSH1 0x0 CALLDATACOPY PUSH1 0x0 DUP1 DUP4 PUSH1 0x0 DUP8 GAS DELEGATECALL RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0x592 JUMPI RETURNDATASIZE PUSH1 0x0 RETURN JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x572 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206F776E6572206F6E6C792066756E6374696F6E0000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x774 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206F776E6572206F6E6C792066756E6374696F6E0000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH2 0x7F1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x17 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207A65726F2061646472657373000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SSTORE JUMP JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x839 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x850 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x859 DUP3 PUSH2 0x815 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x8B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP5 ADD SWAP2 POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x8CD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x8DF JUMPI PUSH2 0x8DF PUSH2 0x860 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP4 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0x925 JUMPI PUSH2 0x925 PUSH2 0x860 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP3 DUP2 MSTORE DUP8 PUSH1 0x20 DUP5 DUP8 ADD ADD GT ISZERO PUSH2 0x93E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP3 DUP2 ADD PUSH1 0x20 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x970 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x98C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x995 DUP5 PUSH2 0x815 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x9B2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP7 ADD SWAP2 POP DUP7 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x9C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x9D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x9E7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP5 POP DUP1 SWAP4 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA0D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP1 CALLDATALOAD SWAP3 PUSH1 0x20 SWAP1 SWAP2 ADD CALLDATALOAD SWAP2 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP1 DUP4 MSTORE DUP4 MLOAD DUP1 DUP3 DUP6 ADD MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xA49 JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x40 ADD MSTORE DUP3 ADD PUSH2 0xA2D JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x40 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x40 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA9A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"5785:2556:5:-:0;;;5827:16;;;;;;;;;;5785:2556;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_703":{"entryPoint":null,"id":703,"parameterSlots":0,"returnSlots":0},"@_708":{"entryPoint":null,"id":708,"parameterSlots":0,"returnSlots":0},"@_isInitialized_476":{"entryPoint":null,"id":476,"parameterSlots":0,"returnSlots":1},"@_setInitialized_481":{"entryPoint":null,"id":481,"parameterSlots":0,"returnSlots":0},"@getOwner_528":{"entryPoint":null,"id":528,"parameterSlots":0,"returnSlots":1},"@getStorage_659":{"entryPoint":null,"id":659,"parameterSlots":1,"returnSlots":1},"@init_650":{"entryPoint":1042,"id":650,"parameterSlots":1,"returnSlots":1},"@mockCall_677":{"entryPoint":1394,"id":677,"parameterSlots":3,"returnSlots":0},"@mockDelegateCall_699":{"entryPoint":1511,"id":699,"parameterSlots":3,"returnSlots":1},"@mockStaticCall_688":{"entryPoint":1431,"id":688,"parameterSlots":3,"returnSlots":1},"@ownerCall_577":{"entryPoint":1544,"id":577,"parameterSlots":3,"returnSlots":0},"@owner_517":{"entryPoint":1464,"id":517,"parameterSlots":0,"returnSlots":1},"@setOwner_547":{"entryPoint":682,"id":547,"parameterSlots":1,"returnSlots":0},"@setStorage_668":{"entryPoint":null,"id":668,"parameterSlots":2,"returnSlots":0},"@transferOwnership_566":{"entryPoint":1726,"id":566,"parameterSlots":1,"returnSlots":0},"abi_decode_address":{"entryPoint":2069,"id":null,"parameterSlots":1,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":2110,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_bytes_calldata_ptr":{"entryPoint":2423,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32_fromMemory":{"entryPoint":2696,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes_memory_ptr":{"entryPoint":2191,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_uint256":{"entryPoint":2398,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_uint256t_bytes32":{"entryPoint":2554,"id":null,"parameterSlots":2,"returnSlots":2},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":2588,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1a363aef3433acaf625f07203b2f215832809a950598118772e0bfad2cdc6aaa__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_973b7d45a18594f21acabe490cd788c2bdec3d858b661519f6a12a5109ad3a3a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_ea81bdaa9ffeda2fd2971dda589f993b2cf32bec9fb2b11d2b9ebf6e8cea9325__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x41":{"entryPoint":2144,"id":null,"parameterSlots":0,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:5215:7","statements":[{"nodeType":"YulBlock","src":"6:3:7","statements":[]},{"body":{"nodeType":"YulBlock","src":"63:147:7","statements":[{"nodeType":"YulAssignment","src":"73:29:7","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"95:6:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"82:12:7"},"nodeType":"YulFunctionCall","src":"82:20:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"73:5:7"}]},{"body":{"nodeType":"YulBlock","src":"188:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"197:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"200:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"190:6:7"},"nodeType":"YulFunctionCall","src":"190:12:7"},"nodeType":"YulExpressionStatement","src":"190:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"124:5:7"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"135:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"142:42:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"131:3:7"},"nodeType":"YulFunctionCall","src":"131:54:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"121:2:7"},"nodeType":"YulFunctionCall","src":"121:65:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"114:6:7"},"nodeType":"YulFunctionCall","src":"114:73:7"},"nodeType":"YulIf","src":"111:93:7"}]},"name":"abi_decode_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"42:6:7","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"53:5:7","type":""}],"src":"14:196:7"},{"body":{"nodeType":"YulBlock","src":"285:116:7","statements":[{"body":{"nodeType":"YulBlock","src":"331:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"340:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"343:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"333:6:7"},"nodeType":"YulFunctionCall","src":"333:12:7"},"nodeType":"YulExpressionStatement","src":"333:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"306:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"315:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"302:3:7"},"nodeType":"YulFunctionCall","src":"302:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"327:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"298:3:7"},"nodeType":"YulFunctionCall","src":"298:32:7"},"nodeType":"YulIf","src":"295:52:7"},{"nodeType":"YulAssignment","src":"356:39:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"385:9:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"366:18:7"},"nodeType":"YulFunctionCall","src":"366:29:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"356:6:7"}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"251:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"262:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"274:6:7","type":""}],"src":"215:186:7"},{"body":{"nodeType":"YulBlock","src":"438:152:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"455:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"458:77:7","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"448:6:7"},"nodeType":"YulFunctionCall","src":"448:88:7"},"nodeType":"YulExpressionStatement","src":"448:88:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"552:1:7","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"555:4:7","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"545:6:7"},"nodeType":"YulFunctionCall","src":"545:15:7"},"nodeType":"YulExpressionStatement","src":"545:15:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"576:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"579:4:7","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"569:6:7"},"nodeType":"YulFunctionCall","src":"569:15:7"},"nodeType":"YulExpressionStatement","src":"569:15:7"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"406:184:7"},{"body":{"nodeType":"YulBlock","src":"674:901:7","statements":[{"body":{"nodeType":"YulBlock","src":"720:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"729:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"732:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"722:6:7"},"nodeType":"YulFunctionCall","src":"722:12:7"},"nodeType":"YulExpressionStatement","src":"722:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"695:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"704:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"691:3:7"},"nodeType":"YulFunctionCall","src":"691:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"716:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"687:3:7"},"nodeType":"YulFunctionCall","src":"687:32:7"},"nodeType":"YulIf","src":"684:52:7"},{"nodeType":"YulVariableDeclaration","src":"745:37:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"772:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"759:12:7"},"nodeType":"YulFunctionCall","src":"759:23:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"749:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"791:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"801:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"795:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"846:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"855:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"858:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"848:6:7"},"nodeType":"YulFunctionCall","src":"848:12:7"},"nodeType":"YulExpressionStatement","src":"848:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"834:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"842:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"831:2:7"},"nodeType":"YulFunctionCall","src":"831:14:7"},"nodeType":"YulIf","src":"828:34:7"},{"nodeType":"YulVariableDeclaration","src":"871:32:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"885:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"896:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"881:3:7"},"nodeType":"YulFunctionCall","src":"881:22:7"},"variables":[{"name":"_2","nodeType":"YulTypedName","src":"875:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"951:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"960:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"963:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"953:6:7"},"nodeType":"YulFunctionCall","src":"953:12:7"},"nodeType":"YulExpressionStatement","src":"953:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"930:2:7"},{"kind":"number","nodeType":"YulLiteral","src":"934:4:7","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"926:3:7"},"nodeType":"YulFunctionCall","src":"926:13:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"941:7:7"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"922:3:7"},"nodeType":"YulFunctionCall","src":"922:27:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"915:6:7"},"nodeType":"YulFunctionCall","src":"915:35:7"},"nodeType":"YulIf","src":"912:55:7"},{"nodeType":"YulVariableDeclaration","src":"976:26:7","value":{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"999:2:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"986:12:7"},"nodeType":"YulFunctionCall","src":"986:16:7"},"variables":[{"name":"_3","nodeType":"YulTypedName","src":"980:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1025:22:7","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1027:16:7"},"nodeType":"YulFunctionCall","src":"1027:18:7"},"nodeType":"YulExpressionStatement","src":"1027:18:7"}]},"condition":{"arguments":[{"name":"_3","nodeType":"YulIdentifier","src":"1017:2:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1021:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1014:2:7"},"nodeType":"YulFunctionCall","src":"1014:10:7"},"nodeType":"YulIf","src":"1011:36:7"},{"nodeType":"YulVariableDeclaration","src":"1056:76:7","value":{"kind":"number","nodeType":"YulLiteral","src":"1066:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0"},"variables":[{"name":"_4","nodeType":"YulTypedName","src":"1060:2:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"1141:23:7","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1161:2:7","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1155:5:7"},"nodeType":"YulFunctionCall","src":"1155:9:7"},"variables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1145:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"1173:71:7","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1195:6:7"},{"arguments":[{"arguments":[{"arguments":[{"arguments":[{"name":"_3","nodeType":"YulIdentifier","src":"1219:2:7"},{"kind":"number","nodeType":"YulLiteral","src":"1223:4:7","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1215:3:7"},"nodeType":"YulFunctionCall","src":"1215:13:7"},{"name":"_4","nodeType":"YulIdentifier","src":"1230:2:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1211:3:7"},"nodeType":"YulFunctionCall","src":"1211:22:7"},{"kind":"number","nodeType":"YulLiteral","src":"1235:2:7","type":"","value":"63"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1207:3:7"},"nodeType":"YulFunctionCall","src":"1207:31:7"},{"name":"_4","nodeType":"YulIdentifier","src":"1240:2:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1203:3:7"},"nodeType":"YulFunctionCall","src":"1203:40:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1191:3:7"},"nodeType":"YulFunctionCall","src":"1191:53:7"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"1177:10:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1303:22:7","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1305:16:7"},"nodeType":"YulFunctionCall","src":"1305:18:7"},"nodeType":"YulExpressionStatement","src":"1305:18:7"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1262:10:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1274:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1259:2:7"},"nodeType":"YulFunctionCall","src":"1259:18:7"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1282:10:7"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1294:6:7"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1279:2:7"},"nodeType":"YulFunctionCall","src":"1279:22:7"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1256:2:7"},"nodeType":"YulFunctionCall","src":"1256:46:7"},"nodeType":"YulIf","src":"1253:72:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1341:2:7","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1345:10:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1334:6:7"},"nodeType":"YulFunctionCall","src":"1334:22:7"},"nodeType":"YulExpressionStatement","src":"1334:22:7"},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1372:6:7"},{"name":"_3","nodeType":"YulIdentifier","src":"1380:2:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1365:6:7"},"nodeType":"YulFunctionCall","src":"1365:18:7"},"nodeType":"YulExpressionStatement","src":"1365:18:7"},{"body":{"nodeType":"YulBlock","src":"1429:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1438:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1441:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1431:6:7"},"nodeType":"YulFunctionCall","src":"1431:12:7"},"nodeType":"YulExpressionStatement","src":"1431:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"1406:2:7"},{"name":"_3","nodeType":"YulIdentifier","src":"1410:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1402:3:7"},"nodeType":"YulFunctionCall","src":"1402:11:7"},{"kind":"number","nodeType":"YulLiteral","src":"1415:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1398:3:7"},"nodeType":"YulFunctionCall","src":"1398:20:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"1420:7:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1395:2:7"},"nodeType":"YulFunctionCall","src":"1395:33:7"},"nodeType":"YulIf","src":"1392:53:7"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1471:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"1479:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1467:3:7"},"nodeType":"YulFunctionCall","src":"1467:15:7"},{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"1488:2:7"},{"kind":"number","nodeType":"YulLiteral","src":"1492:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1484:3:7"},"nodeType":"YulFunctionCall","src":"1484:11:7"},{"name":"_3","nodeType":"YulIdentifier","src":"1497:2:7"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"1454:12:7"},"nodeType":"YulFunctionCall","src":"1454:46:7"},"nodeType":"YulExpressionStatement","src":"1454:46:7"},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1524:6:7"},{"name":"_3","nodeType":"YulIdentifier","src":"1532:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1520:3:7"},"nodeType":"YulFunctionCall","src":"1520:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"1537:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1516:3:7"},"nodeType":"YulFunctionCall","src":"1516:24:7"},{"kind":"number","nodeType":"YulLiteral","src":"1542:1:7","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1509:6:7"},"nodeType":"YulFunctionCall","src":"1509:35:7"},"nodeType":"YulExpressionStatement","src":"1509:35:7"},{"nodeType":"YulAssignment","src":"1553:16:7","value":{"name":"memPtr","nodeType":"YulIdentifier","src":"1563:6:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"1553:6:7"}]}]},"name":"abi_decode_tuple_t_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"640:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"651:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"663:6:7","type":""}],"src":"595:980:7"},{"body":{"nodeType":"YulBlock","src":"1679:149:7","statements":[{"nodeType":"YulAssignment","src":"1689:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1701:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"1712:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1697:3:7"},"nodeType":"YulFunctionCall","src":"1697:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1689:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1731:9:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1746:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"1754:66:7","type":"","value":"0xffffffff00000000000000000000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1742:3:7"},"nodeType":"YulFunctionCall","src":"1742:79:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1724:6:7"},"nodeType":"YulFunctionCall","src":"1724:98:7"},"nodeType":"YulExpressionStatement","src":"1724:98:7"}]},"name":"abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1648:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1659:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1670:4:7","type":""}],"src":"1580:248:7"},{"body":{"nodeType":"YulBlock","src":"1903:110:7","statements":[{"body":{"nodeType":"YulBlock","src":"1949:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1958:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1961:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1951:6:7"},"nodeType":"YulFunctionCall","src":"1951:12:7"},"nodeType":"YulExpressionStatement","src":"1951:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"1924:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"1933:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1920:3:7"},"nodeType":"YulFunctionCall","src":"1920:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"1945:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"1916:3:7"},"nodeType":"YulFunctionCall","src":"1916:32:7"},"nodeType":"YulIf","src":"1913:52:7"},{"nodeType":"YulAssignment","src":"1974:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1997:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1984:12:7"},"nodeType":"YulFunctionCall","src":"1984:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"1974:6:7"}]}]},"name":"abi_decode_tuple_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1869:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"1880:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"1892:6:7","type":""}],"src":"1833:180:7"},{"body":{"nodeType":"YulBlock","src":"2119:76:7","statements":[{"nodeType":"YulAssignment","src":"2129:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2141:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2152:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2137:3:7"},"nodeType":"YulFunctionCall","src":"2137:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"2129:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2171:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"2182:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2164:6:7"},"nodeType":"YulFunctionCall","src":"2164:25:7"},"nodeType":"YulExpressionStatement","src":"2164:25:7"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2088:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"2099:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"2110:4:7","type":""}],"src":"2018:177:7"},{"body":{"nodeType":"YulBlock","src":"2306:559:7","statements":[{"body":{"nodeType":"YulBlock","src":"2352:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2361:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2364:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2354:6:7"},"nodeType":"YulFunctionCall","src":"2354:12:7"},"nodeType":"YulExpressionStatement","src":"2354:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2327:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"2336:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2323:3:7"},"nodeType":"YulFunctionCall","src":"2323:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"2348:2:7","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2319:3:7"},"nodeType":"YulFunctionCall","src":"2319:32:7"},"nodeType":"YulIf","src":"2316:52:7"},{"nodeType":"YulAssignment","src":"2377:39:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2406:9:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"2387:18:7"},"nodeType":"YulFunctionCall","src":"2387:29:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"2377:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"2425:46:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2456:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2467:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2452:3:7"},"nodeType":"YulFunctionCall","src":"2452:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2439:12:7"},"nodeType":"YulFunctionCall","src":"2439:32:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2429:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"2480:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"2490:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"2484:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"2535:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2544:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2547:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2537:6:7"},"nodeType":"YulFunctionCall","src":"2537:12:7"},"nodeType":"YulExpressionStatement","src":"2537:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2523:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"2531:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2520:2:7"},"nodeType":"YulFunctionCall","src":"2520:14:7"},"nodeType":"YulIf","src":"2517:34:7"},{"nodeType":"YulVariableDeclaration","src":"2560:32:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2574:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"2585:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2570:3:7"},"nodeType":"YulFunctionCall","src":"2570:22:7"},"variables":[{"name":"_2","nodeType":"YulTypedName","src":"2564:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"2640:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2649:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2652:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2642:6:7"},"nodeType":"YulFunctionCall","src":"2642:12:7"},"nodeType":"YulExpressionStatement","src":"2642:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"2619:2:7"},{"kind":"number","nodeType":"YulLiteral","src":"2623:4:7","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2615:3:7"},"nodeType":"YulFunctionCall","src":"2615:13:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2630:7:7"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2611:3:7"},"nodeType":"YulFunctionCall","src":"2611:27:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2604:6:7"},"nodeType":"YulFunctionCall","src":"2604:35:7"},"nodeType":"YulIf","src":"2601:55:7"},{"nodeType":"YulVariableDeclaration","src":"2665:30:7","value":{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"2692:2:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2679:12:7"},"nodeType":"YulFunctionCall","src":"2679:16:7"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2669:6:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"2722:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2731:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2734:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2724:6:7"},"nodeType":"YulFunctionCall","src":"2724:12:7"},"nodeType":"YulExpressionStatement","src":"2724:12:7"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"2710:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"2718:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2707:2:7"},"nodeType":"YulFunctionCall","src":"2707:14:7"},"nodeType":"YulIf","src":"2704:34:7"},{"body":{"nodeType":"YulBlock","src":"2788:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2797:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2800:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2790:6:7"},"nodeType":"YulFunctionCall","src":"2790:12:7"},"nodeType":"YulExpressionStatement","src":"2790:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"2761:2:7"},{"name":"length","nodeType":"YulIdentifier","src":"2765:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2757:3:7"},"nodeType":"YulFunctionCall","src":"2757:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"2774:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2753:3:7"},"nodeType":"YulFunctionCall","src":"2753:24:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2779:7:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2750:2:7"},"nodeType":"YulFunctionCall","src":"2750:37:7"},"nodeType":"YulIf","src":"2747:57:7"},{"nodeType":"YulAssignment","src":"2813:21:7","value":{"arguments":[{"name":"_2","nodeType":"YulIdentifier","src":"2827:2:7"},{"kind":"number","nodeType":"YulLiteral","src":"2831:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2823:3:7"},"nodeType":"YulFunctionCall","src":"2823:11:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"2813:6:7"}]},{"nodeType":"YulAssignment","src":"2843:16:7","value":{"name":"length","nodeType":"YulIdentifier","src":"2853:6:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"2843:6:7"}]}]},"name":"abi_decode_tuple_t_addresst_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2256:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2267:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2279:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2287:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"2295:6:7","type":""}],"src":"2200:665:7"},{"body":{"nodeType":"YulBlock","src":"2957:161:7","statements":[{"body":{"nodeType":"YulBlock","src":"3003:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3012:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3015:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3005:6:7"},"nodeType":"YulFunctionCall","src":"3005:12:7"},"nodeType":"YulExpressionStatement","src":"3005:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2978:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"2987:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2974:3:7"},"nodeType":"YulFunctionCall","src":"2974:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"2999:2:7","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2970:3:7"},"nodeType":"YulFunctionCall","src":"2970:32:7"},"nodeType":"YulIf","src":"2967:52:7"},{"nodeType":"YulAssignment","src":"3028:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3051:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"3038:12:7"},"nodeType":"YulFunctionCall","src":"3038:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"3028:6:7"}]},{"nodeType":"YulAssignment","src":"3070:42:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3097:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3108:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3093:3:7"},"nodeType":"YulFunctionCall","src":"3093:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"3080:12:7"},"nodeType":"YulFunctionCall","src":"3080:32:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"3070:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2915:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2926:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2938:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2946:6:7","type":""}],"src":"2870:248:7"},{"body":{"nodeType":"YulBlock","src":"3224:125:7","statements":[{"nodeType":"YulAssignment","src":"3234:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3246:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3257:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3242:3:7"},"nodeType":"YulFunctionCall","src":"3242:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3234:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3276:9:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3291:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"3299:42:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3287:3:7"},"nodeType":"YulFunctionCall","src":"3287:55:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3269:6:7"},"nodeType":"YulFunctionCall","src":"3269:74:7"},"nodeType":"YulExpressionStatement","src":"3269:74:7"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3193:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3204:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3215:4:7","type":""}],"src":"3123:226:7"},{"body":{"nodeType":"YulBlock","src":"3473:486:7","statements":[{"nodeType":"YulVariableDeclaration","src":"3483:12:7","value":{"kind":"number","nodeType":"YulLiteral","src":"3493:2:7","type":"","value":"32"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"3487:2:7","type":""}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3511:9:7"},{"name":"_1","nodeType":"YulIdentifier","src":"3522:2:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3504:6:7"},"nodeType":"YulFunctionCall","src":"3504:21:7"},"nodeType":"YulExpressionStatement","src":"3504:21:7"},{"nodeType":"YulVariableDeclaration","src":"3534:27:7","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3554:6:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3548:5:7"},"nodeType":"YulFunctionCall","src":"3548:13:7"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"3538:6:7","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3581:9:7"},{"name":"_1","nodeType":"YulIdentifier","src":"3592:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3577:3:7"},"nodeType":"YulFunctionCall","src":"3577:18:7"},{"name":"length","nodeType":"YulIdentifier","src":"3597:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3570:6:7"},"nodeType":"YulFunctionCall","src":"3570:34:7"},"nodeType":"YulExpressionStatement","src":"3570:34:7"},{"nodeType":"YulVariableDeclaration","src":"3613:10:7","value":{"kind":"number","nodeType":"YulLiteral","src":"3622:1:7","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"3617:1:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"3682:90:7","statements":[{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3711:9:7"},{"name":"i","nodeType":"YulIdentifier","src":"3722:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3707:3:7"},"nodeType":"YulFunctionCall","src":"3707:17:7"},{"kind":"number","nodeType":"YulLiteral","src":"3726:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3703:3:7"},"nodeType":"YulFunctionCall","src":"3703:26:7"},{"arguments":[{"arguments":[{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3745:6:7"},{"name":"i","nodeType":"YulIdentifier","src":"3753:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3741:3:7"},"nodeType":"YulFunctionCall","src":"3741:14:7"},{"name":"_1","nodeType":"YulIdentifier","src":"3757:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3737:3:7"},"nodeType":"YulFunctionCall","src":"3737:23:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3731:5:7"},"nodeType":"YulFunctionCall","src":"3731:30:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3696:6:7"},"nodeType":"YulFunctionCall","src":"3696:66:7"},"nodeType":"YulExpressionStatement","src":"3696:66:7"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3643:1:7"},{"name":"length","nodeType":"YulIdentifier","src":"3646:6:7"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3640:2:7"},"nodeType":"YulFunctionCall","src":"3640:13:7"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3654:19:7","statements":[{"nodeType":"YulAssignment","src":"3656:15:7","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3665:1:7"},{"name":"_1","nodeType":"YulIdentifier","src":"3668:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3661:3:7"},"nodeType":"YulFunctionCall","src":"3661:10:7"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"3656:1:7"}]}]},"pre":{"nodeType":"YulBlock","src":"3636:3:7","statements":[]},"src":"3632:140:7"},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3796:9:7"},{"name":"length","nodeType":"YulIdentifier","src":"3807:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3792:3:7"},"nodeType":"YulFunctionCall","src":"3792:22:7"},{"kind":"number","nodeType":"YulLiteral","src":"3816:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3788:3:7"},"nodeType":"YulFunctionCall","src":"3788:31:7"},{"kind":"number","nodeType":"YulLiteral","src":"3821:1:7","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3781:6:7"},"nodeType":"YulFunctionCall","src":"3781:42:7"},"nodeType":"YulExpressionStatement","src":"3781:42:7"},{"nodeType":"YulAssignment","src":"3832:121:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3848:9:7"},{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3867:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"3875:2:7","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3863:3:7"},"nodeType":"YulFunctionCall","src":"3863:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"3880:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3859:3:7"},"nodeType":"YulFunctionCall","src":"3859:88:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3844:3:7"},"nodeType":"YulFunctionCall","src":"3844:104:7"},{"kind":"number","nodeType":"YulLiteral","src":"3950:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3840:3:7"},"nodeType":"YulFunctionCall","src":"3840:113:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3832:4:7"}]}]},"name":"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3442:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3453:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3464:4:7","type":""}],"src":"3354:605:7"},{"body":{"nodeType":"YulBlock","src":"4138:180:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4155:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4166:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4148:6:7"},"nodeType":"YulFunctionCall","src":"4148:21:7"},"nodeType":"YulExpressionStatement","src":"4148:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4189:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4200:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4185:3:7"},"nodeType":"YulFunctionCall","src":"4185:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"4205:2:7","type":"","value":"30"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4178:6:7"},"nodeType":"YulFunctionCall","src":"4178:30:7"},"nodeType":"YulExpressionStatement","src":"4178:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4228:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4239:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4224:3:7"},"nodeType":"YulFunctionCall","src":"4224:18:7"},{"hexValue":"484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e","kind":"string","nodeType":"YulLiteral","src":"4244:32:7","type":"","value":"HOLOGRAPH: owner only function"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4217:6:7"},"nodeType":"YulFunctionCall","src":"4217:60:7"},"nodeType":"YulExpressionStatement","src":"4217:60:7"},{"nodeType":"YulAssignment","src":"4286:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4298:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4309:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4294:3:7"},"nodeType":"YulFunctionCall","src":"4294:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4286:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_973b7d45a18594f21acabe490cd788c2bdec3d858b661519f6a12a5109ad3a3a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4115:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4129:4:7","type":""}],"src":"3964:354:7"},{"body":{"nodeType":"YulBlock","src":"4497:175:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4514:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4525:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4507:6:7"},"nodeType":"YulFunctionCall","src":"4507:21:7"},"nodeType":"YulExpressionStatement","src":"4507:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4548:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4559:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4544:3:7"},"nodeType":"YulFunctionCall","src":"4544:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"4564:2:7","type":"","value":"25"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4537:6:7"},"nodeType":"YulFunctionCall","src":"4537:30:7"},"nodeType":"YulExpressionStatement","src":"4537:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4587:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4598:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4583:3:7"},"nodeType":"YulFunctionCall","src":"4583:18:7"},{"hexValue":"4d4f434b3a20616c726561647920696e697469616c697a6564","kind":"string","nodeType":"YulLiteral","src":"4603:27:7","type":"","value":"MOCK: already initialized"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4576:6:7"},"nodeType":"YulFunctionCall","src":"4576:55:7"},"nodeType":"YulExpressionStatement","src":"4576:55:7"},{"nodeType":"YulAssignment","src":"4640:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4652:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4663:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4648:3:7"},"nodeType":"YulFunctionCall","src":"4648:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4640:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_ea81bdaa9ffeda2fd2971dda589f993b2cf32bec9fb2b11d2b9ebf6e8cea9325__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4474:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4488:4:7","type":""}],"src":"4323:349:7"},{"body":{"nodeType":"YulBlock","src":"4758:103:7","statements":[{"body":{"nodeType":"YulBlock","src":"4804:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4813:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4816:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4806:6:7"},"nodeType":"YulFunctionCall","src":"4806:12:7"},"nodeType":"YulExpressionStatement","src":"4806:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4779:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"4788:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4775:3:7"},"nodeType":"YulFunctionCall","src":"4775:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"4800:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4771:3:7"},"nodeType":"YulFunctionCall","src":"4771:32:7"},"nodeType":"YulIf","src":"4768:52:7"},{"nodeType":"YulAssignment","src":"4829:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4845:9:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"4839:5:7"},"nodeType":"YulFunctionCall","src":"4839:16:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4829:6:7"}]}]},"name":"abi_decode_tuple_t_bytes32_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4724:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4735:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4747:6:7","type":""}],"src":"4677:184:7"},{"body":{"nodeType":"YulBlock","src":"5040:173:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5057:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5068:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5050:6:7"},"nodeType":"YulFunctionCall","src":"5050:21:7"},"nodeType":"YulExpressionStatement","src":"5050:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5091:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5102:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5087:3:7"},"nodeType":"YulFunctionCall","src":"5087:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"5107:2:7","type":"","value":"23"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5080:6:7"},"nodeType":"YulFunctionCall","src":"5080:30:7"},"nodeType":"YulExpressionStatement","src":"5080:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5130:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5141:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5126:3:7"},"nodeType":"YulFunctionCall","src":"5126:18:7"},{"hexValue":"484f4c4f47524150483a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"5146:25:7","type":"","value":"HOLOGRAPH: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5119:6:7"},"nodeType":"YulFunctionCall","src":"5119:53:7"},"nodeType":"YulExpressionStatement","src":"5119:53:7"},{"nodeType":"YulAssignment","src":"5181:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5193:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5204:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5189:3:7"},"nodeType":"YulFunctionCall","src":"5189:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"5181:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_1a363aef3433acaf625f07203b2f215832809a950598118772e0bfad2cdc6aaa__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5017:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"5031:4:7","type":""}],"src":"4866:347:7"}]},"contents":"{\n { }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_bytes_memory_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let _3 := calldataload(_2)\n if gt(_3, _1) { panic_error_0x41() }\n let _4 := 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_3, 0x1f), _4), 63), _4))\n if or(gt(newFreePtr, _1), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _3)\n if gt(add(add(_2, _3), 32), dataEnd) { revert(0, 0) }\n calldatacopy(add(memPtr, 32), add(_2, 32), _3)\n mstore(add(add(memPtr, _3), 32), 0)\n value0 := memPtr\n }\n function abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value1 := add(_2, 32)\n value2 := length\n }\n function abi_decode_tuple_t_uint256t_bytes32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := calldataload(add(headStart, 32))\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let _1 := 32\n mstore(headStart, _1)\n let length := mload(value0)\n mstore(add(headStart, _1), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 64), mload(add(add(value0, i), _1)))\n }\n mstore(add(add(headStart, length), 64), 0)\n tail := add(add(headStart, and(add(length, 31), 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0)), 64)\n }\n function abi_encode_tuple_t_stringliteral_973b7d45a18594f21acabe490cd788c2bdec3d858b661519f6a12a5109ad3a3a__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 30)\n mstore(add(headStart, 64), \"HOLOGRAPH: owner only function\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_ea81bdaa9ffeda2fd2971dda589f993b2cf32bec9fb2b11d2b9ebf6e8cea9325__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"MOCK: already initialized\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_1a363aef3433acaf625f07203b2f215832809a950598118772e0bfad2cdc6aaa__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 23)\n mstore(add(headStart, 64), \"HOLOGRAPH: zero address\")\n tail := add(headStart, 96)\n }\n}","id":7,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"6080604052600436106100c05760003560e01c8063893d20e811610074578063aa0e09a31161004e578063aa0e09a314610257578063eb66dbcf14610277578063f2fde38b1461028a576100c7565b8063893d20e8146101c057806389a4cac0146102155780638da5cb5b14610242576100c7565b806365fd4772116100a557806365fd4772146101615780636ee4800f1461018e57806382f02b6e146101a1576100c7565b806313af4035146100eb5780634ddf47d41461010b576100c7565b366100c757005b600036818237808136833485545af13d82833e8080156100e5573d83f35b3d83fd5b005b3480156100f757600080fd5b506100e961010636600461083e565b6102aa565b34801561011757600080fd5b5061012b61012636600461088f565b610412565b6040517fffffffff0000000000000000000000000000000000000000000000000000000090911681526020015b60405180910390f35b34801561016d57600080fd5b5061018061017c36600461095e565b5490565b604051908152602001610158565b6100e961019c366004610977565b610572565b3480156101ad57600080fd5b506100e96101bc3660046109fa565b9055565b3480156101cc57600080fd5b507fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777545b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610158565b34801561022157600080fd5b50610235610230366004610977565b610597565b6040516101589190610a1c565b34801561024e57600080fd5b506101f06105b8565b34801561026357600080fd5b50610235610272366004610977565b6105e7565b6100e9610285366004610977565b610608565b34801561029657600080fd5b506100e96102a536600461083e565b6106be565b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610365576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e000060448201526064015b60405180910390fd5b600061038f7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775490565b9050817fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777558173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600061043c7f4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a015490565b156104a3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4d4f434b3a20616c726561647920696e697469616c697a656400000000000000604482015260640161035c565b6000828060200190518101906104b99190610a88565b60018190559050600081806104cd57600191505b50337fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775561051a60017f4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a0155565b801561054957507f12345678000000000000000000000000000000000000000000000000000000009392505050565b507f4ddf47d4000000000000000000000000000000000000000000000000000000009392505050565b808260003760008082600034875af13d6000803e808015610592573d6000f35b3d6000fd5b60608183600037600080836000875afa3d6000803e808015610592573d6000f35b60006105e27fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775490565b905090565b60608183600037600080836000875af43d6000803e808015610592573d6000f35b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610572576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e0000604482015260640161035c565b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf7727775473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610774576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f484f4c4f47524150483a206f776e6572206f6e6c792066756e6374696f6e0000604482015260640161035c565b73ffffffffffffffffffffffffffffffffffffffff81166107f1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f484f4c4f47524150483a207a65726f2061646472657373000000000000000000604482015260640161035c565b7fb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf77277755565b803573ffffffffffffffffffffffffffffffffffffffff8116811461083957600080fd5b919050565b60006020828403121561085057600080fd5b61085982610815565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000602082840312156108a157600080fd5b813567ffffffffffffffff808211156108b957600080fd5b818401915084601f8301126108cd57600080fd5b8135818111156108df576108df610860565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561092557610925610860565b8160405282815287602084870101111561093e57600080fd5b826020860160208301376000928101602001929092525095945050505050565b60006020828403121561097057600080fd5b5035919050565b60008060006040848603121561098c57600080fd5b61099584610815565b9250602084013567ffffffffffffffff808211156109b257600080fd5b818601915086601f8301126109c657600080fd5b8135818111156109d557600080fd5b8760208285010111156109e757600080fd5b6020830194508093505050509250925092565b60008060408385031215610a0d57600080fd5b50508035926020909101359150565b600060208083528351808285015260005b81811015610a4957858101830151858201604001528201610a2d565b5060006040828601015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168501019250505092915050565b600060208284031215610a9a57600080fd5b505191905056fea164736f6c6343000811000a","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xC0 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x893D20E8 GT PUSH2 0x74 JUMPI DUP1 PUSH4 0xAA0E09A3 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xAA0E09A3 EQ PUSH2 0x257 JUMPI DUP1 PUSH4 0xEB66DBCF EQ PUSH2 0x277 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x28A JUMPI PUSH2 0xC7 JUMP JUMPDEST DUP1 PUSH4 0x893D20E8 EQ PUSH2 0x1C0 JUMPI DUP1 PUSH4 0x89A4CAC0 EQ PUSH2 0x215 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x242 JUMPI PUSH2 0xC7 JUMP JUMPDEST DUP1 PUSH4 0x65FD4772 GT PUSH2 0xA5 JUMPI DUP1 PUSH4 0x65FD4772 EQ PUSH2 0x161 JUMPI DUP1 PUSH4 0x6EE4800F EQ PUSH2 0x18E JUMPI DUP1 PUSH4 0x82F02B6E EQ PUSH2 0x1A1 JUMPI PUSH2 0xC7 JUMP JUMPDEST DUP1 PUSH4 0x13AF4035 EQ PUSH2 0xEB JUMPI DUP1 PUSH4 0x4DDF47D4 EQ PUSH2 0x10B JUMPI PUSH2 0xC7 JUMP JUMPDEST CALLDATASIZE PUSH2 0xC7 JUMPI STOP JUMPDEST PUSH1 0x0 CALLDATASIZE DUP2 DUP3 CALLDATACOPY DUP1 DUP2 CALLDATASIZE DUP4 CALLVALUE DUP6 SLOAD GAS CALL RETURNDATASIZE DUP3 DUP4 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0xE5 JUMPI RETURNDATASIZE DUP4 RETURN JUMPDEST RETURNDATASIZE DUP4 REVERT JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xF7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE9 PUSH2 0x106 CALLDATASIZE PUSH1 0x4 PUSH2 0x83E JUMP JUMPDEST PUSH2 0x2AA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x117 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12B PUSH2 0x126 CALLDATASIZE PUSH1 0x4 PUSH2 0x88F JUMP JUMPDEST PUSH2 0x412 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x16D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x180 PUSH2 0x17C CALLDATASIZE PUSH1 0x4 PUSH2 0x95E JUMP JUMPDEST SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x158 JUMP JUMPDEST PUSH2 0xE9 PUSH2 0x19C CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x572 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1AD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE9 PUSH2 0x1BC CALLDATASIZE PUSH1 0x4 PUSH2 0x9FA JUMP JUMPDEST SWAP1 SSTORE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1CC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x158 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x221 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x235 PUSH2 0x230 CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x597 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x158 SWAP2 SWAP1 PUSH2 0xA1C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x24E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1F0 PUSH2 0x5B8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x263 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x235 PUSH2 0x272 CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x5E7 JUMP JUMPDEST PUSH2 0xE9 PUSH2 0x285 CALLDATASIZE PUSH1 0x4 PUSH2 0x977 JUMP JUMPDEST PUSH2 0x608 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x296 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE9 PUSH2 0x2A5 CALLDATASIZE PUSH1 0x4 PUSH2 0x83E JUMP JUMPDEST PUSH2 0x6BE JUMP JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x365 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206F776E6572206F6E6C792066756E6374696F6E0000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x38F PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP DUP2 PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SSTORE DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x43C PUSH32 0x4E5F991BCA30ECA2D4643AAEFA807E88F96A4A97398933D572A3C0D973004A01 SLOAD SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x4A3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x19 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4D4F434B3A20616C726561647920696E697469616C697A656400000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH1 0x0 DUP3 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x4B9 SWAP2 SWAP1 PUSH2 0xA88 JUMP JUMPDEST PUSH1 0x1 DUP2 SWAP1 SSTORE SWAP1 POP PUSH1 0x0 DUP2 DUP1 PUSH2 0x4CD JUMPI PUSH1 0x1 SWAP2 POP JUMPDEST POP CALLER PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SSTORE PUSH2 0x51A PUSH1 0x1 PUSH32 0x4E5F991BCA30ECA2D4643AAEFA807E88F96A4A97398933D572A3C0D973004A01 SSTORE JUMP JUMPDEST DUP1 ISZERO PUSH2 0x549 JUMPI POP PUSH32 0x1234567800000000000000000000000000000000000000000000000000000000 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST POP PUSH32 0x4DDF47D400000000000000000000000000000000000000000000000000000000 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP1 DUP3 PUSH1 0x0 CALLDATACOPY PUSH1 0x0 DUP1 DUP3 PUSH1 0x0 CALLVALUE DUP8 GAS CALL RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0x592 JUMPI RETURNDATASIZE PUSH1 0x0 RETURN JUMPDEST RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST PUSH1 0x60 DUP2 DUP4 PUSH1 0x0 CALLDATACOPY PUSH1 0x0 DUP1 DUP4 PUSH1 0x0 DUP8 GAS STATICCALL RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0x592 JUMPI RETURNDATASIZE PUSH1 0x0 RETURN JUMPDEST PUSH1 0x0 PUSH2 0x5E2 PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x60 DUP2 DUP4 PUSH1 0x0 CALLDATACOPY PUSH1 0x0 DUP1 DUP4 PUSH1 0x0 DUP8 GAS DELEGATECALL RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0x592 JUMPI RETURNDATASIZE PUSH1 0x0 RETURN JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x572 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206F776E6572206F6E6C792066756E6374696F6E0000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x774 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206F776E6572206F6E6C792066756E6374696F6E0000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH2 0x7F1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x17 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207A65726F2061646472657373000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x35C JUMP JUMPDEST PUSH32 0xB56711BA6BD3DED7639FC335EE7524FE668A79D7558C85992E3F8494CF772777 SSTORE JUMP JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x839 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x850 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x859 DUP3 PUSH2 0x815 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x8B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP5 ADD SWAP2 POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x8CD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x8DF JUMPI PUSH2 0x8DF PUSH2 0x860 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP4 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0x925 JUMPI PUSH2 0x925 PUSH2 0x860 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP3 DUP2 MSTORE DUP8 PUSH1 0x20 DUP5 DUP8 ADD ADD GT ISZERO PUSH2 0x93E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP3 DUP2 ADD PUSH1 0x20 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x970 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x98C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x995 DUP5 PUSH2 0x815 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x9B2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP7 ADD SWAP2 POP DUP7 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x9C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x9D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x9E7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP5 POP DUP1 SWAP4 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA0D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP1 CALLDATALOAD SWAP3 PUSH1 0x20 SWAP1 SWAP2 ADD CALLDATALOAD SWAP2 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP1 DUP4 MSTORE DUP4 MLOAD DUP1 DUP3 DUP6 ADD MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xA49 JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x40 ADD MSTORE DUP3 ADD PUSH2 0xA2D JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x40 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x40 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA9A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"5785:2556:5:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8047:1;8050:14;8047:1;;8031:34;8047:1;;8050:14;8047:1;8108:11;8047:1;8098:8;8091:5;8086:59;8173:16;8047:1;;8152:38;8204:6;8217:52;;;;8304:16;8047:1;8294:27;8217:52;8244:16;8047:1;8234:27;8197:132;;6385:222:3;;;;;;;;;;-1:-1:-1;6385:222:3;;;;;:::i;:::-;;:::i;5847:603:5:-;;;;;;;;;;-1:-1:-1;5847:603:5;;;;;:::i;:::-;;:::i;:::-;;;1754:66:7;1742:79;;;1724:98;;1712:2;1697:18;5847:603:5;;;;;;;;6454:121;;;;;;;;;;-1:-1:-1;6454:121:5;;;;;:::i;:::-;6554:11;;6454:121;;;;2164:25:7;;;2152:2;2137:18;6454:121:5;2018:177:7;6689:403:5;;;;;;:::i;:::-;;:::i;6579:106::-;;;;;;;;;;-1:-1:-1;6579:106:5;;;;;:::i;:::-;6657:18;;6579:106;6252:129:3;;;;;;;;;;-1:-1:-1;6360:10:3;6354:17;6252:129;;;3299:42:7;3287:55;;;3269:74;;3257:2;3242:18;6252:129:3;3123:226:7;7096:422:5;;;;;;;;;;-1:-1:-1;7096:422:5;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;6145:83:3:-;;;;;;;;;;;;;:::i;7522:421:5:-;;;;;;;;;;-1:-1:-1;7522:421:5;;;;;:::i;:::-;;:::i;6802:416:3:-;;;;;;:::i;:::-;;:::i;6611:187::-;;;;;;;;;;-1:-1:-1;6611:187:3;;;;;:::i;:::-;;:::i;6385:222::-;6360:10;6354:17;6070:24;;:10;:24;;;6062:67;;;;;;;4166:2:7;6062:67:3;;;4148:21:7;4205:2;4185:18;;;4178:30;4244:32;4224:18;;;4217:60;4294:18;;6062:67:3;;;;;;;;;6448:21:::1;6472:10;6360::::0;6354:17;;6252:129;6472:10:::1;6448:34;;6524:12;6512:10;6505:32;6589:12;6553:49;;6574:13;6553:49;;;;;;;;;;;;6442:165;6385:222:::0;:::o;5847:603:5:-;5914:6;5937:16;6744::2;6738:23;;6633:138;5937:16:5;5936:17;5928:55;;;;;;;4525:2:7;5928:55:5;;;4507:21:7;4564:2;4544:18;;;4537:30;4603:27;4583:18;;;4576:55;4648:18;;5928:55:5;4323:349:7;5928:55:5;5989:21;6024:11;6013:34;;;;;;;;;;;;:::i;:::-;6160:4;6153:27;;;5989:58;-1:-1:-1;6053:15:5;5989:58;;6187:70;6214:43;6245:4;6231:18;;6187:70;;6283:8;6271:10;6264:28;6303:17;6859:66:2;6841:16;6834:92;6775:161;6303:17:5;6330:10;6326:120;;;-1:-1:-1;6357:18:5;;5847:603;-1:-1:-1;;;5847:603:5:o;6326:120::-;-1:-1:-1;6403:36:5;;5847:603;-1:-1:-1;;;5847:603:5:o;6689:403::-;6811:11;6798;6795:1;6782:41;6896:1;6893;6880:11;6877:1;6864:11;6856:6;6849:5;6844:54;6926:16;6923:1;6920;6905:38;6957:6;6970:52;;;;7057:16;7054:1;7047:27;6970:52;6997:16;6994:1;6987:27;7096:422;7178:12;7244:11;7231;7228:1;7215:41;7322:1;7319;7306:11;7303:1;7295:6;7288:5;7277:47;7352:16;7349:1;7346;7331:38;7383:6;7396:52;;;;7483:16;7480:1;7473:27;6145:83:3;6191:7;6213:10;6360;6354:17;;6252:129;6213:10;6206:17;;6145:83;:::o;7522:421:5:-;7601:12;7667:11;7654;7651:1;7638:41;7747:1;7744;7731:11;7728:1;7720:6;7713:5;7700:49;7777:16;7774:1;7771;7756:38;7808:6;7821:52;;;;7908:16;7905:1;7898:27;6802:416:3;6360:10;6354:17;6070:24;;:10;:24;;;6062:67;;;;;;;4166:2:7;6062:67:3;;;4148:21:7;4205:2;4185:18;;;4178:30;4244:32;4224:18;;;4217:60;4294:18;;6062:67:3;3964:354:7;6611:187:3;6360:10;6354:17;6070:24;;:10;:24;;;6062:67;;;;;;;4166:2:7;6062:67:3;;;4148:21:7;4205:2;4185:18;;;4178:30;4244:32;4224:18;;;4217:60;4294:18;;6062:67:3;3964:354:7;6062:67:3;6687:22:::1;::::0;::::1;6679:58;;;::::0;::::1;::::0;;5068:2:7;6679:58:3::1;::::0;::::1;5050:21:7::0;5107:2;5087:18;;;5080:30;5146:25;5126:18;;;5119:53;5189:18;;6679:58:3::1;4866:347:7::0;6679:58:3::1;6767:10;6760:28:::0;6611:187::o;14:196:7:-;82:20;;142:42;131:54;;121:65;;111:93;;200:1;197;190:12;111:93;14:196;;;:::o;215:186::-;274:6;327:2;315:9;306:7;302:23;298:32;295:52;;;343:1;340;333:12;295:52;366:29;385:9;366:29;:::i;:::-;356:39;215:186;-1:-1:-1;;;215:186:7:o;406:184::-;458:77;455:1;448:88;555:4;552:1;545:15;579:4;576:1;569:15;595:980;663:6;716:2;704:9;695:7;691:23;687:32;684:52;;;732:1;729;722:12;684:52;772:9;759:23;801:18;842:2;834:6;831:14;828:34;;;858:1;855;848:12;828:34;896:6;885:9;881:22;871:32;;941:7;934:4;930:2;926:13;922:27;912:55;;963:1;960;953:12;912:55;999:2;986:16;1021:2;1017;1014:10;1011:36;;;1027:18;;:::i;:::-;1161:2;1155:9;1223:4;1215:13;;1066:66;1211:22;;;1235:2;1207:31;1203:40;1191:53;;;1259:18;;;1279:22;;;1256:46;1253:72;;;1305:18;;:::i;:::-;1345:10;1341:2;1334:22;1380:2;1372:6;1365:18;1420:7;1415:2;1410;1406;1402:11;1398:20;1395:33;1392:53;;;1441:1;1438;1431:12;1392:53;1497:2;1492;1488;1484:11;1479:2;1471:6;1467:15;1454:46;1542:1;1520:15;;;1537:2;1516:24;1509:35;;;;-1:-1:-1;1524:6:7;595:980;-1:-1:-1;;;;;595:980:7:o;1833:180::-;1892:6;1945:2;1933:9;1924:7;1920:23;1916:32;1913:52;;;1961:1;1958;1951:12;1913:52;-1:-1:-1;1984:23:7;;1833:180;-1:-1:-1;1833:180:7:o;2200:665::-;2279:6;2287;2295;2348:2;2336:9;2327:7;2323:23;2319:32;2316:52;;;2364:1;2361;2354:12;2316:52;2387:29;2406:9;2387:29;:::i;:::-;2377:39;;2467:2;2456:9;2452:18;2439:32;2490:18;2531:2;2523:6;2520:14;2517:34;;;2547:1;2544;2537:12;2517:34;2585:6;2574:9;2570:22;2560:32;;2630:7;2623:4;2619:2;2615:13;2611:27;2601:55;;2652:1;2649;2642:12;2601:55;2692:2;2679:16;2718:2;2710:6;2707:14;2704:34;;;2734:1;2731;2724:12;2704:34;2779:7;2774:2;2765:6;2761:2;2757:15;2753:24;2750:37;2747:57;;;2800:1;2797;2790:12;2747:57;2831:2;2827;2823:11;2813:21;;2853:6;2843:16;;;;;2200:665;;;;;:::o;2870:248::-;2938:6;2946;2999:2;2987:9;2978:7;2974:23;2970:32;2967:52;;;3015:1;3012;3005:12;2967:52;-1:-1:-1;;3038:23:7;;;3108:2;3093:18;;;3080:32;;-1:-1:-1;2870:248:7:o;3354:605::-;3464:4;3493:2;3522;3511:9;3504:21;3554:6;3548:13;3597:6;3592:2;3581:9;3577:18;3570:34;3622:1;3632:140;3646:6;3643:1;3640:13;3632:140;;;3741:14;;;3737:23;;3731:30;3707:17;;;3726:2;3703:26;3696:66;3661:10;;3632:140;;;3636:3;3821:1;3816:2;3807:6;3796:9;3792:22;3788:31;3781:42;3950:2;3880:66;3875:2;3867:6;3863:15;3859:88;3848:9;3844:104;3840:113;3832:121;;;;3354:605;;;;:::o;4677:184::-;4747:6;4800:2;4788:9;4779:7;4775:23;4771:32;4768:52;;;4816:1;4813;4806:12;4768:52;-1:-1:-1;4839:16:7;;4677:184;-1:-1:-1;4677:184:7:o"},"gasEstimates":{"creation":{"codeDepositCost":"546800","executionCost":"581","totalCost":"547381"},"external":{"":"infinite","getOwner()":"2313","getStorage(uint256)":"2392","init(bytes)":"infinite","mockCall(address,bytes)":"infinite","mockDelegateCall(address,bytes)":"infinite","mockStaticCall(address,bytes)":"infinite","owner()":"2406","ownerCall(address,bytes)":"infinite","setOwner(address)":"28229","setStorage(uint256,bytes32)":"22402","transferOwnership(address)":"24616"}},"methodIdentifiers":{"getOwner()":"893d20e8","getStorage(uint256)":"65fd4772","init(bytes)":"4ddf47d4","mockCall(address,bytes)":"6ee4800f","mockDelegateCall(address,bytes)":"aa0e09a3","mockStaticCall(address,bytes)":"89a4cac0","owner()":"8da5cb5b","ownerCall(address,bytes)":"eb66dbcf","setOwner(address)":"13af4035","setStorage(uint256,bytes32)":"82f02b6e","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"getOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"ownerAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"slot\",\"type\":\"uint256\"}],\"name\":\"getStorage\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"initPayload\",\"type\":\"bytes\"}],\"name\":\"init\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"mockCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"mockDelegateCall\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"mockStaticCall\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"ownerCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"ownerAddress\",\"type\":\"address\"}],\"name\":\"setOwner\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"slot\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"setStorage\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"init(bytes)\":{\"details\":\"This function is called by the deployer/factory when creating a contract\",\"params\":{\"initPayload\":\"abi encoded payload to use for contract initilaization\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"init(bytes)\":{\"notice\":\"Used internally to initialize the contract instead of through a constructor\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/mock/Mock.sol\":\"Mock\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"contracts/abstract/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nimport \\\"../interface/InitializableInterface.sol\\\";\\n\\n/**\\n * @title Initializable\\n * @author https://github.com/holographxyz\\n * @notice Use init instead of constructor\\n * @dev This allows for use of init function to make one time initializations without the need for a constructor\\n */\\nabstract contract Initializable is InitializableInterface {\\n /**\\n * @dev bytes32(uint256(keccak256('eip1967.Holograph.initialized')) - 1)\\n */\\n bytes32 constant _initializedSlot = 0x4e5f991bca30eca2d4643aaefa807e88f96a4a97398933d572a3c0d973004a01;\\n\\n /**\\n * @dev Constructor is left empty and init is used instead\\n */\\n constructor() {}\\n\\n /**\\n * @notice Used internally to initialize the contract instead of through a constructor\\n * @dev This function is called by the deployer/factory when creating a contract\\n * @param initPayload abi encoded payload to use for contract initilaization\\n */\\n function init(bytes memory initPayload) external virtual returns (bytes4);\\n\\n function _isInitialized() internal view returns (bool initialized) {\\n assembly {\\n initialized := sload(_initializedSlot)\\n }\\n }\\n\\n function _setInitialized() internal {\\n assembly {\\n sstore(_initializedSlot, 0x0000000000000000000000000000000000000000000000000000000000000001)\\n }\\n }\\n}\\n\",\"keccak256\":\"0x47b4a8b45279df8b4b8d217906a5b3aa26f90f184fec1cf4c4e4829f68951118\",\"license\":\"UNLICENSED\"},\"contracts/abstract/Owner.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nabstract contract Owner {\\n /**\\n * @dev bytes32(uint256(keccak256('eip1967.Holograph.owner')) - 1)\\n */\\n bytes32 constant _ownerSlot = 0xb56711ba6bd3ded7639fc335ee7524fe668a79d7558c85992e3f8494cf772777;\\n\\n /**\\n * @dev Event emitted when contract owner is changed.\\n */\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n modifier onlyOwner() virtual {\\n require(msg.sender == getOwner(), \\\"HOLOGRAPH: owner only function\\\");\\n _;\\n }\\n\\n function owner() public view virtual returns (address) {\\n return getOwner();\\n }\\n\\n constructor() {}\\n\\n function getOwner() public view returns (address ownerAddress) {\\n assembly {\\n ownerAddress := sload(_ownerSlot)\\n }\\n }\\n\\n function setOwner(address ownerAddress) public onlyOwner {\\n address previousOwner = getOwner();\\n assembly {\\n sstore(_ownerSlot, ownerAddress)\\n }\\n emit OwnershipTransferred(previousOwner, ownerAddress);\\n }\\n\\n function transferOwnership(address newOwner) public onlyOwner {\\n require(newOwner != address(0), \\\"HOLOGRAPH: zero address\\\");\\n assembly {\\n sstore(_ownerSlot, newOwner)\\n }\\n }\\n\\n function ownerCall(address target, bytes calldata data) external payable onlyOwner {\\n assembly {\\n calldatacopy(0, data.offset, data.length)\\n let result := call(gas(), target, callvalue(), 0, data.length, 0, 0)\\n returndatacopy(0, 0, returndatasize())\\n switch result\\n case 0 {\\n revert(0, returndatasize())\\n }\\n default {\\n return(0, returndatasize())\\n }\\n }\\n }\\n}\\n\",\"keccak256\":\"0x695e29c4254cd625bdaf8cb36bc7ce46704e347a4d096a5dfc0804eb5de5ca59\",\"license\":\"UNLICENSED\"},\"contracts/interface/InitializableInterface.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\n/**\\n * @title Initializable\\n * @author https://github.com/holographxyz\\n * @notice Use init instead of constructor\\n * @dev This allows for use of init function to make one time initializations without the need of a constructor\\n */\\ninterface InitializableInterface {\\n /**\\n * @notice Used internally to initialize the contract instead of through a constructor\\n * @dev This function is called by the deployer/factory when creating a contract\\n * @param initPayload abi encoded payload to use for contract initilaization\\n */\\n function init(bytes memory initPayload) external returns (bytes4);\\n}\\n\",\"keccak256\":\"0x3763904cf6e56ab7e724aa9881c6230a7acc686e737e802ea348197b81a50493\",\"license\":\"UNLICENSED\"},\"contracts/mock/Mock.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nimport \\\"../abstract/Initializable.sol\\\";\\nimport \\\"../abstract/Owner.sol\\\";\\n\\nimport \\\"../interface/InitializableInterface.sol\\\";\\n\\ncontract Mock is Initializable, Owner {\\n constructor() {}\\n\\n function init(bytes memory initPayload) external override returns (bytes4) {\\n require(!_isInitialized(), \\\"MOCK: already initialized\\\");\\n bytes32 arbitraryData = abi.decode(initPayload, (bytes32));\\n bool shouldFail = false;\\n assembly {\\n // we leave slot 0 available for fallback calls\\n sstore(0x01, arbitraryData)\\n switch arbitraryData\\n case 0 {\\n shouldFail := 0x01\\n }\\n sstore(_ownerSlot, caller())\\n }\\n _setInitialized();\\n if (shouldFail) {\\n return bytes4(0x12345678);\\n } else {\\n return InitializableInterface.init.selector;\\n }\\n }\\n\\n function getStorage(uint256 slot) public view returns (bytes32 data) {\\n assembly {\\n data := sload(slot)\\n }\\n }\\n\\n function setStorage(uint256 slot, bytes32 data) public {\\n assembly {\\n sstore(slot, data)\\n }\\n }\\n\\n function mockCall(address target, bytes calldata data) public payable {\\n assembly {\\n calldatacopy(0, data.offset, data.length)\\n let result := call(gas(), target, callvalue(), 0, data.length, 0, 0)\\n returndatacopy(0, 0, returndatasize())\\n switch result\\n case 0 {\\n revert(0, returndatasize())\\n }\\n default {\\n return(0, returndatasize())\\n }\\n }\\n }\\n\\n function mockStaticCall(address target, bytes calldata data) public view returns (bytes memory) {\\n assembly {\\n calldatacopy(0, data.offset, data.length)\\n let result := staticcall(gas(), target, 0, data.length, 0, 0)\\n returndatacopy(0, 0, returndatasize())\\n switch result\\n case 0 {\\n revert(0, returndatasize())\\n }\\n default {\\n return(0, returndatasize())\\n }\\n }\\n }\\n\\n function mockDelegateCall(address target, bytes calldata data) public returns (bytes memory) {\\n assembly {\\n calldatacopy(0, data.offset, data.length)\\n let result := delegatecall(gas(), target, 0, data.length, 0, 0)\\n returndatacopy(0, 0, returndatasize())\\n switch result\\n case 0 {\\n revert(0, returndatasize())\\n }\\n default {\\n return(0, returndatasize())\\n }\\n }\\n }\\n\\n receive() external payable {}\\n\\n fallback() external payable {\\n assembly {\\n calldatacopy(0, 0, calldatasize())\\n let result := call(gas(), sload(0), callvalue(), 0, calldatasize(), 0, 0)\\n returndatacopy(0, 0, returndatasize())\\n switch result\\n case 0 {\\n revert(0, returndatasize())\\n }\\n default {\\n return(0, returndatasize())\\n }\\n }\\n }\\n}\\n\",\"keccak256\":\"0x7c3db08e9a2a06fbc87635196f0d6069a78559eb3d82c0eda384aeb495723ba7\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"init(bytes)":{"notice":"Used internally to initialize the contract instead of through a constructor"}},"version":1}}},"contracts/mock/MockHolographGenesisChild.sol":{"MockHolographGenesisChild":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"deployedContract","type":"address"}],"name":"ContractDeployed","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"message","type":"string"}],"name":"Message","type":"event"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"address","name":"newDeployer","type":"address"},{"internalType":"bool","name":"approve","type":"bool"},{"internalType":"bytes","name":"sig1","type":"bytes"},{"internalType":"bytes","name":"sig2","type":"bytes"}],"name":"approveDeployer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"address","name":"newDeployer","type":"address"},{"internalType":"bool","name":"approve","type":"bool"},{"internalType":"bytes","name":"sig1","type":"bytes"},{"internalType":"bytes","name":"sig2","type":"bytes"}],"name":"approveDeployerMock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"chainId","type":"uint256"},{"internalType":"bytes12","name":"saltHash","type":"bytes12"},{"internalType":"bytes20","name":"secret","type":"bytes20"},{"internalType":"bytes","name":"sourceCode","type":"bytes"},{"internalType":"bytes","name":"initCode","type":"bytes"}],"name":"deploy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getApproveDeployerNonce","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_messageHash","type":"bytes32"}],"name":"getEthSignedMessageHash","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"address","name":"newDeployer","type":"address"},{"internalType":"bool","name":"approve","type":"bool"}],"name":"getMessageHash","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"getVersion","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"deployer","type":"address"}],"name":"isApprovedDeployer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"deployer","type":"address"}],"name":"isApprovedDeployerMock","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"address","name":"newDeployer","type":"address"},{"internalType":"bool","name":"approve","type":"bool"},{"internalType":"bytes","name":"signature","type":"bytes"}],"name":"recoverSigner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"pure","type":"function"}],"devdoc":{"kind":"dev","methods":{"approveDeployer(uint256,address,bool,bytes,bytes)":{"details":"Approve or disapprove a deployer using multi-signature verification.","params":{"approve":"Boolean representing the approval status","newDeployer":"The address of the deployer to approve or disapprove","nonce":"A unique nonce","sig1":"The first signature for multisig","sig2":"The second signature for multisig"}},"deploy(uint256,bytes12,bytes20,bytes,bytes)":{"details":"Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.","params":{"chainId":"The chain on which to deploy","initCode":"The initialization code for the contract","saltHash":"A unique salt for contract creation","secret":"A secret part of the salt","sourceCode":"The bytecode of the contract to deploy"}},"getApproveDeployerNonce()":{"details":"Returns the current nonce for deployer approvals.","returns":{"_0":"uint256 representing the current nonce"}},"getEthSignedMessageHash(bytes32)":{"details":"Recreates the Ethereum signed message hash from the plain message hash.","params":{"_messageHash":"The hash of the original message"},"returns":{"_0":"bytes32 Ethereum signed message hash"}},"getMessageHash(uint256,address,bool)":{"details":"Generates a hash of the message containing nonce, deployer address, and approval status.","params":{"approve":"Approval status in the message","newDeployer":"Address of the deployer in the message","nonce":"Nonce used in the message"},"returns":{"_0":"bytes32 Ethereum signed message hash"}},"getVersion()":{"details":"Returns the version number of the Genesis contract","returns":{"_0":"uint32 representing the version number"}},"isApprovedDeployer(address)":{"details":"Check if an address is an approved deployer.","params":{"deployer":"Address to check"},"returns":{"_0":"bool representing approval status"}},"recoverSigner(uint256,address,bool,bytes)":{"details":"Recovers the signer from the signature.","params":{"approve":"Approval status in the message","newDeployer":"Address of the deployer in the message","nonce":"Nonce used in the message","signature":"The signature to recover"},"returns":{"_0":"address of the signer"}}},"version":1},"evm":{"bytecode":{"functionDebugData":{"@_718":{"entryPoint":null,"id":718,"parameterSlots":0,"returnSlots":0},"@_89":{"entryPoint":null,"id":89,"parameterSlots":0,"returnSlots":0},"abi_encode_tuple_t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:365:7","statements":[{"nodeType":"YulBlock","src":"6:3:7","statements":[]},{"body":{"nodeType":"YulBlock","src":"188:175:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"205:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"216:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"198:6:7"},"nodeType":"YulFunctionCall","src":"198:21:7"},"nodeType":"YulExpressionStatement","src":"198:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"239:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"250:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"235:3:7"},"nodeType":"YulFunctionCall","src":"235:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"255:2:7","type":"","value":"25"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"228:6:7"},"nodeType":"YulFunctionCall","src":"228:30:7"},"nodeType":"YulExpressionStatement","src":"228:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"278:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"289:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"274:3:7"},"nodeType":"YulFunctionCall","src":"274:18:7"},{"hexValue":"5468652066757475726520697320486f6c6f67726170686963","kind":"string","nodeType":"YulLiteral","src":"294:27:7","type":"","value":"The future is Holographic"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"267:6:7"},"nodeType":"YulFunctionCall","src":"267:55:7"},"nodeType":"YulExpressionStatement","src":"267:55:7"},{"nodeType":"YulAssignment","src":"331:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"343:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"354:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"339:3:7"},"nodeType":"YulFunctionCall","src":"339:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"331:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"165:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"179:4:7","type":""}],"src":"14:349:7"}]},"contents":"{\n { }\n function abi_encode_tuple_t_stringliteral_44d46aea7de3e28a7899893a69eb4ffa5a0aa071b10be6863e8c27f63d5c0792__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"The future is Holographic\")\n tail := add(headStart, 96)\n }\n}","id":7,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"61014060405273bb566182f35b9e5ae04db02a5450cc156d2f89c160a0527322ed36947ddd1ae317f7816c410d3c0c58bb9b9060c05273ffca0d6986099fbdb3b6ad9b6aa5df5ed1d44f0c60e05273df9013a9af763b181ef8acfc0e3229494004e0016101005272ac9fd50c63f176b49f05ffeda324bd68c7cd696101205234801561008a57600080fd5b50600260805260a0516001600160a01b039081166000908152600160208190526040808320805460ff19908116841790915560c05185168452818420805482168417905560e0518516845281842080548216841790556101005185168452818420805482168417905561012051909416835291829020805490931617909155517f51a7f65c6325882f237d4aeb43228179cfad48b868511d508e24b4437a819137906101679060208082526019908201527f5468652066757475726520697320486f6c6f6772617068696300000000000000604082015260600190565b60405180910390a160805160a05160c05160e051610100516101205161135d6101ae6000396000505060005050600050506000505060005050600060cd015261135d6000f3fe608060405234801561001057600080fd5b50600436106100be5760003560e01c8063cb33fe5411610076578063dc7faa071161005b578063dc7faa0714610200578063e1580a3214610239578063fa5408011461024c57600080fd5b8063cb33fe54146101e5578063d288337d146101f857600080fd5b806355da4cd0116100a757806355da4cd0146101115780636ae675ac14610149578063a78645bd146101c257600080fd5b80630d8e6e2c146100c357806349aa18fc146100fc575b600080fd5b60405163ffffffff7f00000000000000000000000000000000000000000000000000000000000000001681526020015b60405180910390f35b61010f61010a366004610fad565b6102ad565b005b61012461011f3660046110c4565b6106e8565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100f3565b6101b461015736600461112e565b6040805160208082019590955260609390931b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168382015290151560f81b60548301528051603581840301815260559092019052805191012090565b6040519081526020016100f3565b6101d56101d036600461116e565b610829565b60405190151581526020016100f3565b61010f6101f3366004611189565b6108c0565b6101b4610c95565b6101d561020e36600461116e565b73ffffffffffffffffffffffffffffffffffffffff1660009081526001602052604090205460ff1690565b61010f610247366004611189565b610d15565b6101b461025a3660046111c1565b6040517f19457468657265756d205369676e6564204d6573736167653a0a3332000000006020820152603c8101829052600090605c01604051602081830303815290604052805190602001209050919050565b3360009081526001602052604090205460ff1661032b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064015b60405180910390fd5b468514610394576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f484f4c4f47524150483a20696e636f727265637420636861696e2069640000006044820152606401610322565b604080517fffffffffffffffffffffffffffffffffffffffff000000000000000000000000851660208201527fffffffffffffffffffffffff00000000000000000000000000000000000000008616603482015260009101604051602081830303815290604052610404906111da565b8351602080860191909120604080517fff00000000000000000000000000000000000000000000000000000000000000818501523060601b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016602182015260358101859052605580820193909352815180820390930183526075019052805191012090915061049381610e0b565b156104fa576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f484f4c4f47524150483a20616c7265616479206465706c6f79656400000000006044820152606401610322565b818451602086016000f5905061050f81610e0b565b610575576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f484f4c4f47524150483a206465706c6f796d656e74206661696c6564000000006044820152606401610322565b6040517f4ddf47d4000000000000000000000000000000000000000000000000000000008082529073ffffffffffffffffffffffffffffffffffffffff831690634ddf47d4906105c9908790600401611283565b6020604051808303816000875af11580156105e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061060c9190611296565b7fffffffff000000000000000000000000000000000000000000000000000000001614610695576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a20696e697469616c697a6174696f6e206661696c65646044820152606401610322565b60405173ffffffffffffffffffffffffffffffffffffffff821681527f8ffcdc15a283d706d38281f500270d8b5a656918f555de0913d7455e3e6bc1bf906020015b60405180910390a150505050505050565b604080516020808201879052606086901b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168284015284151560f81b6054830152825160358184030181526055830184528051908201207f19457468657265756d205369676e6564204d6573736167653a0a333200000000607584015260918084018290528451808503909101815260b1909301909352815191012060009190600080600061079787610e45565b60408051600081526020810180835289905260ff8316918101919091526060810184905260808101839052929550909350915060019060a0016020604051602081039080840390855afa1580156107f2573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe001519b9a5050505050505050505050565b6040517fdc7faa0700000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82166004820152600090309063dc7faa0790602401602060405180830381865afa158015610896573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ba91906112d8565b92915050565b3360009081526001602052604090205460ff16610939576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f7665646044820152606401610322565b60005485116109a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f484f4c4f47524150483a20696e76616c6964206e6f6e636500000000000000006044820152606401610322565b60008581556109b5868686866106e8565b905060006109c5878787866106e8565b73ffffffffffffffffffffffffffffffffffffffff831660009081526001602052604090205490915060ff16610a57576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722031206e6f7420617070726f7665646044820152606401610322565b73ffffffffffffffffffffffffffffffffffffffff811660009081526001602052604090205460ff16610ae6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722032206e6f7420617070726f7665646044820152606401610322565b8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610ba1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603660248201527f484f4c4f47524150483a207369676e617475726573206d75737420626520667260448201527f6f6d20646966666572656e74206465706c6f79657273000000000000000000006064820152608401610322565b73ffffffffffffffffffffffffffffffffffffffff8616600090815260016020526040902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00168615151790557f51a7f65c6325882f237d4aeb43228179cfad48b868511d508e24b4437a81913785610c51576040518060400160405280601f81526020017f484f4c4f47524150483a206465706c6f79657220646973617070726f76656400815250610c88565b6040518060400160405280601c81526020017f484f4c4f47524150483a206465706c6f79657220617070726f766564000000008152505b6040516106d79190611283565b3360009081526001602052604081205460ff16610d0e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f7665646044820152606401610322565b5060005490565b3360009081526001602052604090205460ff16610d8e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f7665646044820152606401610322565b6040517fcb33fe54000000000000000000000000000000000000000000000000000000008152309063cb33fe5490610dd290889088908890889088906004016112f5565b600060405180830381600087803b158015610dec57600080fd5b505af1158015610e00573d6000803e3d6000fd5b505050505050505050565b6000813f8015801590610e3e57507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4708114155b9392505050565b60008060008351604114610eb5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f496e76616c6964207369676e6174757265206c656e67746800000000000000006044820152606401610322565b50505060208101516040820151606090920151909260009190911a90565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112610f1357600080fd5b813567ffffffffffffffff80821115610f2e57610f2e610ed3565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610f7457610f74610ed3565b81604052838152866020858801011115610f8d57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600060a08688031215610fc557600080fd5b8535945060208601357fffffffffffffffffffffffff000000000000000000000000000000000000000081168114610ffc57600080fd5b935060408601357fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008116811461103157600080fd5b9250606086013567ffffffffffffffff8082111561104e57600080fd5b61105a89838a01610f02565b9350608088013591508082111561107057600080fd5b5061107d88828901610f02565b9150509295509295909350565b803573ffffffffffffffffffffffffffffffffffffffff811681146110ae57600080fd5b919050565b80151581146110c157600080fd5b50565b600080600080608085870312156110da57600080fd5b843593506110ea6020860161108a565b925060408501356110fa816110b3565b9150606085013567ffffffffffffffff81111561111657600080fd5b61112287828801610f02565b91505092959194509250565b60008060006060848603121561114357600080fd5b833592506111536020850161108a565b91506040840135611163816110b3565b809150509250925092565b60006020828403121561118057600080fd5b610e3e8261108a565b600080600080600060a086880312156111a157600080fd5b853594506111b16020870161108a565b93506040860135611031816110b3565b6000602082840312156111d357600080fd5b5035919050565b80516020808301519190811015611219577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8160200360031b1b821691505b50919050565b6000815180845260005b8181101561124557602081850181015186830182015201611229565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081526000610e3e602083018461121f565b6000602082840312156112a857600080fd5b81517fffffffff0000000000000000000000000000000000000000000000000000000081168114610e3e57600080fd5b6000602082840312156112ea57600080fd5b8151610e3e816110b3565b85815273ffffffffffffffffffffffffffffffffffffffff85166020820152831515604082015260a06060820152600061133260a083018561121f565b8281036080840152611344818561121f565b9897505050505050505056fea164736f6c6343000811000a","opcodes":"PUSH2 0x140 PUSH1 0x40 MSTORE PUSH20 0xBB566182F35B9E5AE04DB02A5450CC156D2F89C1 PUSH1 0xA0 MSTORE PUSH20 0x22ED36947DDD1AE317F7816C410D3C0C58BB9B90 PUSH1 0xC0 MSTORE PUSH20 0xFFCA0D6986099FBDB3B6AD9B6AA5DF5ED1D44F0C PUSH1 0xE0 MSTORE PUSH20 0xDF9013A9AF763B181EF8ACFC0E3229494004E001 PUSH2 0x100 MSTORE PUSH19 0xAC9FD50C63F176B49F05FFEDA324BD68C7CD69 PUSH2 0x120 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x8A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x2 PUSH1 0x80 MSTORE PUSH1 0xA0 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT SWAP1 DUP2 AND DUP5 OR SWAP1 SWAP2 SSTORE PUSH1 0xC0 MLOAD DUP6 AND DUP5 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD DUP3 AND DUP5 OR SWAP1 SSTORE PUSH1 0xE0 MLOAD DUP6 AND DUP5 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD DUP3 AND DUP5 OR SWAP1 SSTORE PUSH2 0x100 MLOAD DUP6 AND DUP5 MSTORE DUP2 DUP5 KECCAK256 DUP1 SLOAD DUP3 AND DUP5 OR SWAP1 SSTORE PUSH2 0x120 MLOAD SWAP1 SWAP5 AND DUP4 MSTORE SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD SWAP1 SWAP4 AND OR SWAP1 SWAP2 SSTORE MLOAD PUSH32 0x51A7F65C6325882F237D4AEB43228179CFAD48B868511D508E24B4437A819137 SWAP1 PUSH2 0x167 SWAP1 PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x19 SWAP1 DUP3 ADD MSTORE PUSH32 0x5468652066757475726520697320486F6C6F6772617068696300000000000000 PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x80 MLOAD PUSH1 0xA0 MLOAD PUSH1 0xC0 MLOAD PUSH1 0xE0 MLOAD PUSH2 0x100 MLOAD PUSH2 0x120 MLOAD PUSH2 0x135D PUSH2 0x1AE PUSH1 0x0 CODECOPY PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 POP POP PUSH1 0x0 PUSH1 0xCD ADD MSTORE PUSH2 0x135D 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 0xBE JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xCB33FE54 GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xDC7FAA07 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xDC7FAA07 EQ PUSH2 0x200 JUMPI DUP1 PUSH4 0xE1580A32 EQ PUSH2 0x239 JUMPI DUP1 PUSH4 0xFA540801 EQ PUSH2 0x24C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xCB33FE54 EQ PUSH2 0x1E5 JUMPI DUP1 PUSH4 0xD288337D EQ PUSH2 0x1F8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x55DA4CD0 GT PUSH2 0xA7 JUMPI DUP1 PUSH4 0x55DA4CD0 EQ PUSH2 0x111 JUMPI DUP1 PUSH4 0x6AE675AC EQ PUSH2 0x149 JUMPI DUP1 PUSH4 0xA78645BD EQ PUSH2 0x1C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD8E6E2C EQ PUSH2 0xC3 JUMPI DUP1 PUSH4 0x49AA18FC EQ PUSH2 0xFC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF PUSH32 0x0 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x10F PUSH2 0x10A CALLDATASIZE PUSH1 0x4 PUSH2 0xFAD JUMP JUMPDEST PUSH2 0x2AD JUMP JUMPDEST STOP JUMPDEST PUSH2 0x124 PUSH2 0x11F CALLDATASIZE PUSH1 0x4 PUSH2 0x10C4 JUMP JUMPDEST PUSH2 0x6E8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xF3 JUMP JUMPDEST PUSH2 0x1B4 PUSH2 0x157 CALLDATASIZE PUSH1 0x4 PUSH2 0x112E JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH1 0x60 SWAP4 SWAP1 SWAP4 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP4 DUP3 ADD MSTORE SWAP1 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP1 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 SWAP1 SWAP3 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xF3 JUMP JUMPDEST PUSH2 0x1D5 PUSH2 0x1D0 CALLDATASIZE PUSH1 0x4 PUSH2 0x116E JUMP JUMPDEST PUSH2 0x829 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xF3 JUMP JUMPDEST PUSH2 0x10F PUSH2 0x1F3 CALLDATASIZE PUSH1 0x4 PUSH2 0x1189 JUMP JUMPDEST PUSH2 0x8C0 JUMP JUMPDEST PUSH2 0x1B4 PUSH2 0xC95 JUMP JUMPDEST PUSH2 0x1D5 PUSH2 0x20E CALLDATASIZE PUSH1 0x4 PUSH2 0x116E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH2 0x10F PUSH2 0x247 CALLDATASIZE PUSH1 0x4 PUSH2 0x1189 JUMP JUMPDEST PUSH2 0xD15 JUMP JUMPDEST PUSH2 0x1B4 PUSH2 0x25A CALLDATASIZE PUSH1 0x4 PUSH2 0x11C1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x3C DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH1 0x5C ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x32B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CHAINID DUP6 EQ PUSH2 0x394 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E636F727265637420636861696E206964000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP7 AND PUSH1 0x34 DUP3 ADD MSTORE PUSH1 0x0 SWAP2 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x404 SWAP1 PUSH2 0x11DA JUMP JUMPDEST DUP4 MLOAD PUSH1 0x20 DUP1 DUP7 ADD SWAP2 SWAP1 SWAP2 KECCAK256 PUSH1 0x40 DUP1 MLOAD PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP2 DUP6 ADD MSTORE ADDRESS PUSH1 0x60 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND PUSH1 0x21 DUP3 ADD MSTORE PUSH1 0x35 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x55 DUP1 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE DUP2 MLOAD DUP1 DUP3 SUB SWAP1 SWAP4 ADD DUP4 MSTORE PUSH1 0x75 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 SWAP2 POP PUSH2 0x493 DUP2 PUSH2 0xE0B JUMP JUMPDEST ISZERO PUSH2 0x4FA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1B PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20616C7265616479206465706C6F7965640000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST DUP2 DUP5 MLOAD PUSH1 0x20 DUP7 ADD PUSH1 0x0 CREATE2 SWAP1 POP PUSH2 0x50F DUP2 PUSH2 0xE0B JUMP JUMPDEST PUSH2 0x575 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1C PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796D656E74206661696C656400000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x4DDF47D400000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND SWAP1 PUSH4 0x4DDF47D4 SWAP1 PUSH2 0x5C9 SWAP1 DUP8 SWAP1 PUSH1 0x4 ADD PUSH2 0x1283 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x5E8 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x60C SWAP2 SWAP1 PUSH2 0x1296 JUMP JUMPDEST PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND EQ PUSH2 0x695 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E697469616C697A6174696F6E206661696C6564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND DUP2 MSTORE PUSH32 0x8FFCDC15A283D706D38281F500270D8B5A656918F555DE0913D7455E3E6BC1BF SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD DUP8 SWAP1 MSTORE PUSH1 0x60 DUP7 SWAP1 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP3 DUP5 ADD MSTORE DUP5 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP3 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 DUP4 ADD DUP5 MSTORE DUP1 MLOAD SWAP1 DUP3 ADD KECCAK256 PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x75 DUP5 ADD MSTORE PUSH1 0x91 DUP1 DUP5 ADD DUP3 SWAP1 MSTORE DUP5 MLOAD DUP1 DUP6 SUB SWAP1 SWAP2 ADD DUP2 MSTORE PUSH1 0xB1 SWAP1 SWAP4 ADD SWAP1 SWAP4 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x797 DUP8 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP1 DUP4 MSTORE DUP10 SWAP1 MSTORE PUSH1 0xFF DUP4 AND SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP4 SWAP1 MSTORE SWAP3 SWAP6 POP SWAP1 SWAP4 POP SWAP2 POP PUSH1 0x1 SWAP1 PUSH1 0xA0 ADD PUSH1 0x20 PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 SUB SWAP1 DUP1 DUP5 SUB SWAP1 DUP6 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x7F2 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 ADD MLOAD SWAP12 SWAP11 POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xDC7FAA0700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 ADDRESS SWAP1 PUSH4 0xDC7FAA07 SWAP1 PUSH1 0x24 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x896 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x8BA SWAP2 SWAP1 PUSH2 0x12D8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x939 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x0 SLOAD DUP6 GT PUSH2 0x9A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E76616C6964206E6F6E63650000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 SSTORE PUSH2 0x9B5 DUP7 DUP7 DUP7 DUP7 PUSH2 0x6E8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x9C5 DUP8 DUP8 DUP8 DUP7 PUSH2 0x6E8 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP2 POP PUSH1 0xFF AND PUSH2 0xA57 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722031206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xAE6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722032206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xBA1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x36 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E617475726573206D757374206265206672 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6F6D20646966666572656E74206465706C6F7965727300000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x322 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 AND DUP7 ISZERO ISZERO OR SWAP1 SSTORE PUSH32 0x51A7F65C6325882F237D4AEB43228179CFAD48B868511D508E24B4437A819137 DUP6 PUSH2 0xC51 JUMPI PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1F DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220646973617070726F76656400 DUP2 MSTORE POP PUSH2 0xC88 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1C DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220617070726F76656400000000 DUP2 MSTORE POP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x6D7 SWAP2 SWAP1 PUSH2 0x1283 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xD0E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST POP PUSH1 0x0 SLOAD SWAP1 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xD8E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xCB33FE5400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS SWAP1 PUSH4 0xCB33FE54 SWAP1 PUSH2 0xDD2 SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 PUSH1 0x4 ADD PUSH2 0x12F5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xDEC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xE00 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 EXTCODEHASH DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0xE3E JUMPI POP PUSH32 0xC5D2460186F7233C927E7DB2DCC703C0E500B653CA82273B7BFAD8045D85A470 DUP2 EQ ISZERO JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 MLOAD PUSH1 0x41 EQ PUSH2 0xEB5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x496E76616C6964207369676E6174757265206C656E6774680000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST POP POP POP PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x40 DUP3 ADD MLOAD PUSH1 0x60 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 PUSH1 0x0 SWAP2 SWAP1 SWAP2 BYTE SWAP1 JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xF13 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0xF2E JUMPI PUSH2 0xF2E PUSH2 0xED3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP4 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP3 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0xF74 JUMPI PUSH2 0xF74 PUSH2 0xED3 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP4 DUP2 MSTORE DUP7 PUSH1 0x20 DUP6 DUP9 ADD ADD GT ISZERO PUSH2 0xF8D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 PUSH1 0x20 DUP8 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP6 DUP4 ADD ADD MSTORE DUP1 SWAP5 POP POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0xFC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH1 0x20 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xFFC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0x1031 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP PUSH1 0x60 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x104E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x105A DUP10 DUP4 DUP11 ADD PUSH2 0xF02 JUMP JUMPDEST SWAP4 POP PUSH1 0x80 DUP9 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0x1070 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x107D DUP9 DUP3 DUP10 ADD PUSH2 0xF02 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x10AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x10C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x10DA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD SWAP4 POP PUSH2 0x10EA PUSH1 0x20 DUP7 ADD PUSH2 0x108A JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH2 0x10FA DUP2 PUSH2 0x10B3 JUMP JUMPDEST SWAP2 POP PUSH1 0x60 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1116 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1122 DUP8 DUP3 DUP9 ADD PUSH2 0xF02 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x1143 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD SWAP3 POP PUSH2 0x1153 PUSH1 0x20 DUP6 ADD PUSH2 0x108A JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x1163 DUP2 PUSH2 0x10B3 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1180 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE3E DUP3 PUSH2 0x108A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x11A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH2 0x11B1 PUSH1 0x20 DUP8 ADD PUSH2 0x108A JUMP JUMPDEST SWAP4 POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH2 0x1031 DUP2 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x11D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP2 SWAP1 DUP2 LT ISZERO PUSH2 0x1219 JUMPI PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 PUSH1 0x20 SUB PUSH1 0x3 SHL SHL DUP3 AND SWAP2 POP JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1245 JUMPI PUSH1 0x20 DUP2 DUP6 ADD DUP2 ADD MLOAD DUP7 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x1229 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x20 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x20 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xE3E PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x121F JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x12A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xE3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x12EA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0xE3E DUP2 PUSH2 0x10B3 JUMP JUMPDEST DUP6 DUP2 MSTORE PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE DUP4 ISZERO ISZERO PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xA0 PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x1332 PUSH1 0xA0 DUP4 ADD DUP6 PUSH2 0x121F JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x80 DUP5 ADD MSTORE PUSH2 0x1344 DUP2 DUP6 PUSH2 0x121F JUMP JUMPDEST SWAP9 SWAP8 POP POP POP POP POP POP POP POP JUMP INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"5696:457:6:-:0;;;6059:42:0;6021:80;;6143:42;6105:80;;6227:42;6189:80;;6311:42;6273:80;;6395:42;6357:80;;5755:16:6;;;;;;;;;-1:-1:-1;6950:1:0;6939:12;;7024:9;;-1:-1:-1;;;;;7005:29:0;;;;;;;7037:4;7005:29;;;;;;;;:36;;-1:-1:-1;;7005:36:0;;;;;;;;7066:9;;7047:29;;;;;;;:36;;;;;;;;7108:9;;7089:29;;;;;;;:36;;;;;;;;7005;7150:9;7131:29;;;;;;;:36;;;;;;;;7192:9;;7173:29;;;;;;;;;:36;;;;;;;;;7221;;;;;216:2:7;198:21;;;255:2;235:18;;;228:30;294:27;289:2;274:18;;267:55;354:2;339:18;;14:349;7221:36:0;;;;;;;;5696:457:6;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_isContract_223":{"entryPoint":3595,"id":223,"parameterSlots":1,"returnSlots":1},"@approveDeployerMock_743":{"entryPoint":3349,"id":743,"parameterSlots":5,"returnSlots":0},"@approveDeployer_303":{"entryPoint":2240,"id":303,"parameterSlots":5,"returnSlots":0},"@deploy_188":{"entryPoint":685,"id":188,"parameterSlots":5,"returnSlots":0},"@getApproveDeployerNonce_421":{"entryPoint":3221,"id":421,"parameterSlots":0,"returnSlots":1},"@getEthSignedMessageHash_342":{"entryPoint":null,"id":342,"parameterSlots":1,"returnSlots":1},"@getMessageHash_325":{"entryPoint":null,"id":325,"parameterSlots":3,"returnSlots":1},"@getVersion_430":{"entryPoint":null,"id":430,"parameterSlots":0,"returnSlots":1},"@isApprovedDeployerMock_756":{"entryPoint":2089,"id":756,"parameterSlots":1,"returnSlots":1},"@isApprovedDeployer_201":{"entryPoint":null,"id":201,"parameterSlots":1,"returnSlots":1},"@recoverSigner_388":{"entryPoint":1768,"id":388,"parameterSlots":4,"returnSlots":1},"@splitSignature_410":{"entryPoint":3653,"id":410,"parameterSlots":1,"returnSlots":3},"abi_decode_address":{"entryPoint":4234,"id":null,"parameterSlots":1,"returnSlots":1},"abi_decode_bytes":{"entryPoint":3842,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":4462,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bool_fromMemory":{"entryPoint":4824,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":4545,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes4_fromMemory":{"entryPoint":4758,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_uint256t_addresst_bool":{"entryPoint":4398,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptr":{"entryPoint":4292,"id":null,"parameterSlots":2,"returnSlots":4},"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptrt_bytes_memory_ptr":{"entryPoint":4489,"id":null,"parameterSlots":2,"returnSlots":5},"abi_decode_tuple_t_uint256t_bytes12t_bytes20t_bytes_memory_ptrt_bytes_memory_ptr":{"entryPoint":4013,"id":null,"parameterSlots":2,"returnSlots":5},"abi_encode_bytes":{"entryPoint":4639,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_packed_t_bytes1_t_address_t_bytes32_t_bytes32__to_t_bytes1_t_address_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":5,"returnSlots":1},"abi_encode_tuple_packed_t_bytes20_t_bytes12__to_t_bytes20_t_bytes12__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_packed_t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73_t_bytes32__to_t_string_memory_ptr_t_bytes32__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_packed_t_uint256_t_address_t_bool__to_t_uint256_t_address_t_bool__nonPadded_inplace_fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":5,"returnSlots":1},"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":4739,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256_t_address_t_bool_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_uint256_t_address_t_bool_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":4853,"id":null,"parameterSlots":6,"returnSlots":1},"abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed":{"entryPoint":null,"id":null,"parameterSlots":2,"returnSlots":1},"convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32":{"entryPoint":4570,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x41":{"entryPoint":3795,"id":null,"parameterSlots":0,"returnSlots":0},"validator_revert_bool":{"entryPoint":4275,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:13857:7","statements":[{"nodeType":"YulBlock","src":"6:3:7","statements":[]},{"body":{"nodeType":"YulBlock","src":"113:93:7","statements":[{"nodeType":"YulAssignment","src":"123:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"135:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"146:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"131:3:7"},"nodeType":"YulFunctionCall","src":"131:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"123:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"165:9:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"180:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"188:10:7","type":"","value":"0xffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"176:3:7"},"nodeType":"YulFunctionCall","src":"176:23:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"158:6:7"},"nodeType":"YulFunctionCall","src":"158:42:7"},"nodeType":"YulExpressionStatement","src":"158:42:7"}]},"name":"abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"82:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"93:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"104:4:7","type":""}],"src":"14:192:7"},{"body":{"nodeType":"YulBlock","src":"243:152:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"260:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"263:77:7","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"253:6:7"},"nodeType":"YulFunctionCall","src":"253:88:7"},"nodeType":"YulExpressionStatement","src":"253:88:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"357:1:7","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"360:4:7","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"350:6:7"},"nodeType":"YulFunctionCall","src":"350:15:7"},"nodeType":"YulExpressionStatement","src":"350:15:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"381:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"384:4:7","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"374:6:7"},"nodeType":"YulFunctionCall","src":"374:15:7"},"nodeType":"YulExpressionStatement","src":"374:15:7"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"211:184:7"},{"body":{"nodeType":"YulBlock","src":"452:725:7","statements":[{"body":{"nodeType":"YulBlock","src":"501:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"510:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"513:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"503:6:7"},"nodeType":"YulFunctionCall","src":"503:12:7"},"nodeType":"YulExpressionStatement","src":"503:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"480:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"488:4:7","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"476:3:7"},"nodeType":"YulFunctionCall","src":"476:17:7"},{"name":"end","nodeType":"YulIdentifier","src":"495:3:7"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"472:3:7"},"nodeType":"YulFunctionCall","src":"472:27:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"465:6:7"},"nodeType":"YulFunctionCall","src":"465:35:7"},"nodeType":"YulIf","src":"462:55:7"},{"nodeType":"YulVariableDeclaration","src":"526:30:7","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"549:6:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"536:12:7"},"nodeType":"YulFunctionCall","src":"536:20:7"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"530:2:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"565:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"575:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_2","nodeType":"YulTypedName","src":"569:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"616:22:7","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"618:16:7"},"nodeType":"YulFunctionCall","src":"618:18:7"},"nodeType":"YulExpressionStatement","src":"618:18:7"}]},"condition":{"arguments":[{"name":"_1","nodeType":"YulIdentifier","src":"608:2:7"},{"name":"_2","nodeType":"YulIdentifier","src":"612:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"605:2:7"},"nodeType":"YulFunctionCall","src":"605:10:7"},"nodeType":"YulIf","src":"602:36:7"},{"nodeType":"YulVariableDeclaration","src":"647:76:7","value":{"kind":"number","nodeType":"YulLiteral","src":"657:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0"},"variables":[{"name":"_3","nodeType":"YulTypedName","src":"651:2:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"732:23:7","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"752:2:7","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"746:5:7"},"nodeType":"YulFunctionCall","src":"746:9:7"},"variables":[{"name":"memPtr","nodeType":"YulTypedName","src":"736:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"764:71:7","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"786:6:7"},{"arguments":[{"arguments":[{"arguments":[{"arguments":[{"name":"_1","nodeType":"YulIdentifier","src":"810:2:7"},{"kind":"number","nodeType":"YulLiteral","src":"814:4:7","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"806:3:7"},"nodeType":"YulFunctionCall","src":"806:13:7"},{"name":"_3","nodeType":"YulIdentifier","src":"821:2:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"802:3:7"},"nodeType":"YulFunctionCall","src":"802:22:7"},{"kind":"number","nodeType":"YulLiteral","src":"826:2:7","type":"","value":"63"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"798:3:7"},"nodeType":"YulFunctionCall","src":"798:31:7"},{"name":"_3","nodeType":"YulIdentifier","src":"831:2:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"794:3:7"},"nodeType":"YulFunctionCall","src":"794:40:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"782:3:7"},"nodeType":"YulFunctionCall","src":"782:53:7"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"768:10:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"894:22:7","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"896:16:7"},"nodeType":"YulFunctionCall","src":"896:18:7"},"nodeType":"YulExpressionStatement","src":"896:18:7"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"853:10:7"},{"name":"_2","nodeType":"YulIdentifier","src":"865:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"850:2:7"},"nodeType":"YulFunctionCall","src":"850:18:7"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"873:10:7"},{"name":"memPtr","nodeType":"YulIdentifier","src":"885:6:7"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"870:2:7"},"nodeType":"YulFunctionCall","src":"870:22:7"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"847:2:7"},"nodeType":"YulFunctionCall","src":"847:46:7"},"nodeType":"YulIf","src":"844:72:7"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"932:2:7","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"936:10:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"925:6:7"},"nodeType":"YulFunctionCall","src":"925:22:7"},"nodeType":"YulExpressionStatement","src":"925:22:7"},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"963:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"971:2:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"956:6:7"},"nodeType":"YulFunctionCall","src":"956:18:7"},"nodeType":"YulExpressionStatement","src":"956:18:7"},{"body":{"nodeType":"YulBlock","src":"1022:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1031:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1034:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1024:6:7"},"nodeType":"YulFunctionCall","src":"1024:12:7"},"nodeType":"YulExpressionStatement","src":"1024:12:7"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"997:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1005:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"993:3:7"},"nodeType":"YulFunctionCall","src":"993:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"1010:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"989:3:7"},"nodeType":"YulFunctionCall","src":"989:26:7"},{"name":"end","nodeType":"YulIdentifier","src":"1017:3:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"986:2:7"},"nodeType":"YulFunctionCall","src":"986:35:7"},"nodeType":"YulIf","src":"983:55:7"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1064:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"1072:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1060:3:7"},"nodeType":"YulFunctionCall","src":"1060:17:7"},{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"1083:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"1091:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1079:3:7"},"nodeType":"YulFunctionCall","src":"1079:17:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1098:2:7"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"1047:12:7"},"nodeType":"YulFunctionCall","src":"1047:54:7"},"nodeType":"YulExpressionStatement","src":"1047:54:7"},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1125:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1133:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1121:3:7"},"nodeType":"YulFunctionCall","src":"1121:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"1138:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1117:3:7"},"nodeType":"YulFunctionCall","src":"1117:26:7"},{"kind":"number","nodeType":"YulLiteral","src":"1145:1:7","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1110:6:7"},"nodeType":"YulFunctionCall","src":"1110:37:7"},"nodeType":"YulExpressionStatement","src":"1110:37:7"},{"nodeType":"YulAssignment","src":"1156:15:7","value":{"name":"memPtr","nodeType":"YulIdentifier","src":"1165:6:7"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"1156:5:7"}]}]},"name":"abi_decode_bytes","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"426:6:7","type":""},{"name":"end","nodeType":"YulTypedName","src":"434:3:7","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"442:5:7","type":""}],"src":"400:777:7"},{"body":{"nodeType":"YulBlock","src":"1338:903:7","statements":[{"body":{"nodeType":"YulBlock","src":"1385:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1394:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1397:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1387:6:7"},"nodeType":"YulFunctionCall","src":"1387:12:7"},"nodeType":"YulExpressionStatement","src":"1387:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"1359:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"1368:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1355:3:7"},"nodeType":"YulFunctionCall","src":"1355:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"1380:3:7","type":"","value":"160"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"1351:3:7"},"nodeType":"YulFunctionCall","src":"1351:33:7"},"nodeType":"YulIf","src":"1348:53:7"},{"nodeType":"YulAssignment","src":"1410:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1433:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1420:12:7"},"nodeType":"YulFunctionCall","src":"1420:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"1410:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"1452:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1482:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"1493:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1478:3:7"},"nodeType":"YulFunctionCall","src":"1478:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1465:12:7"},"nodeType":"YulFunctionCall","src":"1465:32:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"1456:5:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1607:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1616:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1619:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1609:6:7"},"nodeType":"YulFunctionCall","src":"1609:12:7"},"nodeType":"YulExpressionStatement","src":"1609:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1519:5:7"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1530:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"1537:66:7","type":"","value":"0xffffffffffffffffffffffff0000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1526:3:7"},"nodeType":"YulFunctionCall","src":"1526:78:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1516:2:7"},"nodeType":"YulFunctionCall","src":"1516:89:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1509:6:7"},"nodeType":"YulFunctionCall","src":"1509:97:7"},"nodeType":"YulIf","src":"1506:117:7"},{"nodeType":"YulAssignment","src":"1632:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"1642:5:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"1632:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"1656:47:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1688:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"1699:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1684:3:7"},"nodeType":"YulFunctionCall","src":"1684:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1671:12:7"},"nodeType":"YulFunctionCall","src":"1671:32:7"},"variables":[{"name":"value_1","nodeType":"YulTypedName","src":"1660:7:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1817:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1826:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1829:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1819:6:7"},"nodeType":"YulFunctionCall","src":"1819:12:7"},"nodeType":"YulExpressionStatement","src":"1819:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value_1","nodeType":"YulIdentifier","src":"1725:7:7"},{"arguments":[{"name":"value_1","nodeType":"YulIdentifier","src":"1738:7:7"},{"kind":"number","nodeType":"YulLiteral","src":"1747:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1734:3:7"},"nodeType":"YulFunctionCall","src":"1734:80:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1722:2:7"},"nodeType":"YulFunctionCall","src":"1722:93:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1715:6:7"},"nodeType":"YulFunctionCall","src":"1715:101:7"},"nodeType":"YulIf","src":"1712:121:7"},{"nodeType":"YulAssignment","src":"1842:17:7","value":{"name":"value_1","nodeType":"YulIdentifier","src":"1852:7:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"1842:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"1868:46:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1899:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"1910:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1895:3:7"},"nodeType":"YulFunctionCall","src":"1895:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"1882:12:7"},"nodeType":"YulFunctionCall","src":"1882:32:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"1872:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"1923:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"1933:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"1927:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"1978:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1987:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1990:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1980:6:7"},"nodeType":"YulFunctionCall","src":"1980:12:7"},"nodeType":"YulExpressionStatement","src":"1980:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"1966:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"1974:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1963:2:7"},"nodeType":"YulFunctionCall","src":"1963:14:7"},"nodeType":"YulIf","src":"1960:34:7"},{"nodeType":"YulAssignment","src":"2003:59:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2034:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"2045:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2030:3:7"},"nodeType":"YulFunctionCall","src":"2030:22:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2054:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"2013:16:7"},"nodeType":"YulFunctionCall","src":"2013:49:7"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"2003:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"2071:49:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2104:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2115:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2100:3:7"},"nodeType":"YulFunctionCall","src":"2100:19:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2087:12:7"},"nodeType":"YulFunctionCall","src":"2087:33:7"},"variables":[{"name":"offset_1","nodeType":"YulTypedName","src":"2075:8:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"2149:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2158:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2161:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2151:6:7"},"nodeType":"YulFunctionCall","src":"2151:12:7"},"nodeType":"YulExpressionStatement","src":"2151:12:7"}]},"condition":{"arguments":[{"name":"offset_1","nodeType":"YulIdentifier","src":"2135:8:7"},{"name":"_1","nodeType":"YulIdentifier","src":"2145:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2132:2:7"},"nodeType":"YulFunctionCall","src":"2132:16:7"},"nodeType":"YulIf","src":"2129:36:7"},{"nodeType":"YulAssignment","src":"2174:61:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2205:9:7"},{"name":"offset_1","nodeType":"YulIdentifier","src":"2216:8:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2201:3:7"},"nodeType":"YulFunctionCall","src":"2201:24:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2227:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"2184:16:7"},"nodeType":"YulFunctionCall","src":"2184:51:7"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"2174:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_bytes12t_bytes20t_bytes_memory_ptrt_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1272:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"1283:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"1295:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"1303:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"1311:6:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"1319:6:7","type":""},{"name":"value4","nodeType":"YulTypedName","src":"1327:6:7","type":""}],"src":"1182:1059:7"},{"body":{"nodeType":"YulBlock","src":"2295:147:7","statements":[{"nodeType":"YulAssignment","src":"2305:29:7","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2327:6:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2314:12:7"},"nodeType":"YulFunctionCall","src":"2314:20:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2305:5:7"}]},{"body":{"nodeType":"YulBlock","src":"2420:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2429:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2432:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2422:6:7"},"nodeType":"YulFunctionCall","src":"2422:12:7"},"nodeType":"YulExpressionStatement","src":"2422:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2356:5:7"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2367:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"2374:42:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"2363:3:7"},"nodeType":"YulFunctionCall","src":"2363:54:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2353:2:7"},"nodeType":"YulFunctionCall","src":"2353:65:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2346:6:7"},"nodeType":"YulFunctionCall","src":"2346:73:7"},"nodeType":"YulIf","src":"2343:93:7"}]},"name":"abi_decode_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2274:6:7","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2285:5:7","type":""}],"src":"2246:196:7"},{"body":{"nodeType":"YulBlock","src":"2489:76:7","statements":[{"body":{"nodeType":"YulBlock","src":"2543:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2552:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2555:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2545:6:7"},"nodeType":"YulFunctionCall","src":"2545:12:7"},"nodeType":"YulExpressionStatement","src":"2545:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2512:5:7"},{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2533:5:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2526:6:7"},"nodeType":"YulFunctionCall","src":"2526:13:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2519:6:7"},"nodeType":"YulFunctionCall","src":"2519:21:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2509:2:7"},"nodeType":"YulFunctionCall","src":"2509:32:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2502:6:7"},"nodeType":"YulFunctionCall","src":"2502:40:7"},"nodeType":"YulIf","src":"2499:60:7"}]},"name":"validator_revert_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2478:5:7","type":""}],"src":"2447:118:7"},{"body":{"nodeType":"YulBlock","src":"2697:465:7","statements":[{"body":{"nodeType":"YulBlock","src":"2744:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2753:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2756:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2746:6:7"},"nodeType":"YulFunctionCall","src":"2746:12:7"},"nodeType":"YulExpressionStatement","src":"2746:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2718:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"2727:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2714:3:7"},"nodeType":"YulFunctionCall","src":"2714:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"2739:3:7","type":"","value":"128"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2710:3:7"},"nodeType":"YulFunctionCall","src":"2710:33:7"},"nodeType":"YulIf","src":"2707:53:7"},{"nodeType":"YulAssignment","src":"2769:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2792:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2779:12:7"},"nodeType":"YulFunctionCall","src":"2779:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"2769:6:7"}]},{"nodeType":"YulAssignment","src":"2811:48:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2844:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2855:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2840:3:7"},"nodeType":"YulFunctionCall","src":"2840:18:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"2821:18:7"},"nodeType":"YulFunctionCall","src":"2821:38:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"2811:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"2868:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2898:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"2909:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2894:3:7"},"nodeType":"YulFunctionCall","src":"2894:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2881:12:7"},"nodeType":"YulFunctionCall","src":"2881:32:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"2872:5:7","type":""}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2944:5:7"}],"functionName":{"name":"validator_revert_bool","nodeType":"YulIdentifier","src":"2922:21:7"},"nodeType":"YulFunctionCall","src":"2922:28:7"},"nodeType":"YulExpressionStatement","src":"2922:28:7"},{"nodeType":"YulAssignment","src":"2959:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"2969:5:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"2959:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"2983:46:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3014:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3025:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3010:3:7"},"nodeType":"YulFunctionCall","src":"3010:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2997:12:7"},"nodeType":"YulFunctionCall","src":"2997:32:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2987:6:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"3072:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3081:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3084:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3074:6:7"},"nodeType":"YulFunctionCall","src":"3074:12:7"},"nodeType":"YulExpressionStatement","src":"3074:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3044:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"3052:18:7","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3041:2:7"},"nodeType":"YulFunctionCall","src":"3041:30:7"},"nodeType":"YulIf","src":"3038:50:7"},{"nodeType":"YulAssignment","src":"3097:59:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3128:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"3139:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3124:3:7"},"nodeType":"YulFunctionCall","src":"3124:22:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"3148:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"3107:16:7"},"nodeType":"YulFunctionCall","src":"3107:49:7"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"3097:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2639:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2650:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2662:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2670:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"2678:6:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"2686:6:7","type":""}],"src":"2570:592:7"},{"body":{"nodeType":"YulBlock","src":"3268:125:7","statements":[{"nodeType":"YulAssignment","src":"3278:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3290:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3301:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3286:3:7"},"nodeType":"YulFunctionCall","src":"3286:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3278:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3320:9:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3335:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"3343:42:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3331:3:7"},"nodeType":"YulFunctionCall","src":"3331:55:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3313:6:7"},"nodeType":"YulFunctionCall","src":"3313:74:7"},"nodeType":"YulExpressionStatement","src":"3313:74:7"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3237:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3248:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3259:4:7","type":""}],"src":"3167:226:7"},{"body":{"nodeType":"YulBlock","src":"3499:282:7","statements":[{"body":{"nodeType":"YulBlock","src":"3545:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3554:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3557:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3547:6:7"},"nodeType":"YulFunctionCall","src":"3547:12:7"},"nodeType":"YulExpressionStatement","src":"3547:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"3520:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"3529:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3516:3:7"},"nodeType":"YulFunctionCall","src":"3516:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"3541:2:7","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3512:3:7"},"nodeType":"YulFunctionCall","src":"3512:32:7"},"nodeType":"YulIf","src":"3509:52:7"},{"nodeType":"YulAssignment","src":"3570:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3593:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"3580:12:7"},"nodeType":"YulFunctionCall","src":"3580:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"3570:6:7"}]},{"nodeType":"YulAssignment","src":"3612:48:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3645:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3656:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3641:3:7"},"nodeType":"YulFunctionCall","src":"3641:18:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"3622:18:7"},"nodeType":"YulFunctionCall","src":"3622:38:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"3612:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"3669:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3699:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3710:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3695:3:7"},"nodeType":"YulFunctionCall","src":"3695:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"3682:12:7"},"nodeType":"YulFunctionCall","src":"3682:32:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"3673:5:7","type":""}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3745:5:7"}],"functionName":{"name":"validator_revert_bool","nodeType":"YulIdentifier","src":"3723:21:7"},"nodeType":"YulFunctionCall","src":"3723:28:7"},"nodeType":"YulExpressionStatement","src":"3723:28:7"},{"nodeType":"YulAssignment","src":"3760:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"3770:5:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"3760:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_addresst_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3449:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3460:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3472:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"3480:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"3488:6:7","type":""}],"src":"3398:383:7"},{"body":{"nodeType":"YulBlock","src":"3887:76:7","statements":[{"nodeType":"YulAssignment","src":"3897:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3909:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"3920:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3905:3:7"},"nodeType":"YulFunctionCall","src":"3905:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3897:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3939:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"3950:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3932:6:7"},"nodeType":"YulFunctionCall","src":"3932:25:7"},"nodeType":"YulExpressionStatement","src":"3932:25:7"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3856:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3867:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3878:4:7","type":""}],"src":"3786:177:7"},{"body":{"nodeType":"YulBlock","src":"4038:116:7","statements":[{"body":{"nodeType":"YulBlock","src":"4084:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4093:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4096:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4086:6:7"},"nodeType":"YulFunctionCall","src":"4086:12:7"},"nodeType":"YulExpressionStatement","src":"4086:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4059:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"4068:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4055:3:7"},"nodeType":"YulFunctionCall","src":"4055:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"4080:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4051:3:7"},"nodeType":"YulFunctionCall","src":"4051:32:7"},"nodeType":"YulIf","src":"4048:52:7"},{"nodeType":"YulAssignment","src":"4109:39:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4138:9:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"4119:18:7"},"nodeType":"YulFunctionCall","src":"4119:29:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4109:6:7"}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4004:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4015:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4027:6:7","type":""}],"src":"3968:186:7"},{"body":{"nodeType":"YulBlock","src":"4254:92:7","statements":[{"nodeType":"YulAssignment","src":"4264:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4276:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4287:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4272:3:7"},"nodeType":"YulFunctionCall","src":"4272:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4264:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4306:9:7"},{"arguments":[{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4331:6:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"4324:6:7"},"nodeType":"YulFunctionCall","src":"4324:14:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"4317:6:7"},"nodeType":"YulFunctionCall","src":"4317:22:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4299:6:7"},"nodeType":"YulFunctionCall","src":"4299:41:7"},"nodeType":"YulExpressionStatement","src":"4299:41:7"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4223:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"4234:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4245:4:7","type":""}],"src":"4159:187:7"},{"body":{"nodeType":"YulBlock","src":"4504:659:7","statements":[{"body":{"nodeType":"YulBlock","src":"4551:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4560:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4563:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4553:6:7"},"nodeType":"YulFunctionCall","src":"4553:12:7"},"nodeType":"YulExpressionStatement","src":"4553:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4525:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"4534:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4521:3:7"},"nodeType":"YulFunctionCall","src":"4521:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"4546:3:7","type":"","value":"160"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4517:3:7"},"nodeType":"YulFunctionCall","src":"4517:33:7"},"nodeType":"YulIf","src":"4514:53:7"},{"nodeType":"YulAssignment","src":"4576:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4599:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4586:12:7"},"nodeType":"YulFunctionCall","src":"4586:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4576:6:7"}]},{"nodeType":"YulAssignment","src":"4618:48:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4651:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4662:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4647:3:7"},"nodeType":"YulFunctionCall","src":"4647:18:7"}],"functionName":{"name":"abi_decode_address","nodeType":"YulIdentifier","src":"4628:18:7"},"nodeType":"YulFunctionCall","src":"4628:38:7"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4618:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"4675:45:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4705:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4716:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4701:3:7"},"nodeType":"YulFunctionCall","src":"4701:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4688:12:7"},"nodeType":"YulFunctionCall","src":"4688:32:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"4679:5:7","type":""}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4751:5:7"}],"functionName":{"name":"validator_revert_bool","nodeType":"YulIdentifier","src":"4729:21:7"},"nodeType":"YulFunctionCall","src":"4729:28:7"},"nodeType":"YulExpressionStatement","src":"4729:28:7"},{"nodeType":"YulAssignment","src":"4766:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"4776:5:7"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"4766:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"4790:46:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4821:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"4832:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4817:3:7"},"nodeType":"YulFunctionCall","src":"4817:18:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4804:12:7"},"nodeType":"YulFunctionCall","src":"4804:32:7"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4794:6:7","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4845:28:7","value":{"kind":"number","nodeType":"YulLiteral","src":"4855:18:7","type":"","value":"0xffffffffffffffff"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"4849:2:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"4900:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4909:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4912:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4902:6:7"},"nodeType":"YulFunctionCall","src":"4902:12:7"},"nodeType":"YulExpressionStatement","src":"4902:12:7"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4888:6:7"},{"name":"_1","nodeType":"YulIdentifier","src":"4896:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4885:2:7"},"nodeType":"YulFunctionCall","src":"4885:14:7"},"nodeType":"YulIf","src":"4882:34:7"},{"nodeType":"YulAssignment","src":"4925:59:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4956:9:7"},{"name":"offset","nodeType":"YulIdentifier","src":"4967:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4952:3:7"},"nodeType":"YulFunctionCall","src":"4952:22:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4976:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"4935:16:7"},"nodeType":"YulFunctionCall","src":"4935:49:7"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"4925:6:7"}]},{"nodeType":"YulVariableDeclaration","src":"4993:49:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5026:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5037:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5022:3:7"},"nodeType":"YulFunctionCall","src":"5022:19:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5009:12:7"},"nodeType":"YulFunctionCall","src":"5009:33:7"},"variables":[{"name":"offset_1","nodeType":"YulTypedName","src":"4997:8:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"5071:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5080:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5083:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5073:6:7"},"nodeType":"YulFunctionCall","src":"5073:12:7"},"nodeType":"YulExpressionStatement","src":"5073:12:7"}]},"condition":{"arguments":[{"name":"offset_1","nodeType":"YulIdentifier","src":"5057:8:7"},{"name":"_1","nodeType":"YulIdentifier","src":"5067:2:7"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"5054:2:7"},"nodeType":"YulFunctionCall","src":"5054:16:7"},"nodeType":"YulIf","src":"5051:36:7"},{"nodeType":"YulAssignment","src":"5096:61:7","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5127:9:7"},{"name":"offset_1","nodeType":"YulIdentifier","src":"5138:8:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5123:3:7"},"nodeType":"YulFunctionCall","src":"5123:24:7"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5149:7:7"}],"functionName":{"name":"abi_decode_bytes","nodeType":"YulIdentifier","src":"5106:16:7"},"nodeType":"YulFunctionCall","src":"5106:51:7"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"5096:6:7"}]}]},"name":"abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptrt_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4438:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4449:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4461:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4469:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"4477:6:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"4485:6:7","type":""},{"name":"value4","nodeType":"YulTypedName","src":"4493:6:7","type":""}],"src":"4351:812:7"},{"body":{"nodeType":"YulBlock","src":"5269:76:7","statements":[{"nodeType":"YulAssignment","src":"5279:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5291:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5302:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5287:3:7"},"nodeType":"YulFunctionCall","src":"5287:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"5279:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5321:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"5332:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5314:6:7"},"nodeType":"YulFunctionCall","src":"5314:25:7"},"nodeType":"YulExpressionStatement","src":"5314:25:7"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5238:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"5249:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"5260:4:7","type":""}],"src":"5168:177:7"},{"body":{"nodeType":"YulBlock","src":"5420:110:7","statements":[{"body":{"nodeType":"YulBlock","src":"5466:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5475:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5478:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5468:6:7"},"nodeType":"YulFunctionCall","src":"5468:12:7"},"nodeType":"YulExpressionStatement","src":"5468:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5441:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"5450:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5437:3:7"},"nodeType":"YulFunctionCall","src":"5437:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"5462:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5433:3:7"},"nodeType":"YulFunctionCall","src":"5433:32:7"},"nodeType":"YulIf","src":"5430:52:7"},{"nodeType":"YulAssignment","src":"5491:33:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5514:9:7"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5501:12:7"},"nodeType":"YulFunctionCall","src":"5501:23:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5491:6:7"}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5386:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5397:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5409:6:7","type":""}],"src":"5350:180:7"},{"body":{"nodeType":"YulBlock","src":"5709:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5726:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5737:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5719:6:7"},"nodeType":"YulFunctionCall","src":"5719:21:7"},"nodeType":"YulExpressionStatement","src":"5719:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5760:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5771:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5756:3:7"},"nodeType":"YulFunctionCall","src":"5756:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"5776:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5749:6:7"},"nodeType":"YulFunctionCall","src":"5749:30:7"},"nodeType":"YulExpressionStatement","src":"5749:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5799:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5810:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5795:3:7"},"nodeType":"YulFunctionCall","src":"5795:18:7"},{"hexValue":"484f4c4f47524150483a206465706c6f796572206e6f7420617070726f766564","kind":"string","nodeType":"YulLiteral","src":"5815:34:7","type":"","value":"HOLOGRAPH: deployer not approved"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5788:6:7"},"nodeType":"YulFunctionCall","src":"5788:62:7"},"nodeType":"YulExpressionStatement","src":"5788:62:7"},{"nodeType":"YulAssignment","src":"5859:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5871:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"5882:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5867:3:7"},"nodeType":"YulFunctionCall","src":"5867:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"5859:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5686:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"5700:4:7","type":""}],"src":"5535:356:7"},{"body":{"nodeType":"YulBlock","src":"6070:179:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6087:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"6098:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6080:6:7"},"nodeType":"YulFunctionCall","src":"6080:21:7"},"nodeType":"YulExpressionStatement","src":"6080:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6121:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"6132:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6117:3:7"},"nodeType":"YulFunctionCall","src":"6117:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"6137:2:7","type":"","value":"29"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6110:6:7"},"nodeType":"YulFunctionCall","src":"6110:30:7"},"nodeType":"YulExpressionStatement","src":"6110:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6160:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"6171:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6156:3:7"},"nodeType":"YulFunctionCall","src":"6156:18:7"},{"hexValue":"484f4c4f47524150483a20696e636f727265637420636861696e206964","kind":"string","nodeType":"YulLiteral","src":"6176:31:7","type":"","value":"HOLOGRAPH: incorrect chain id"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6149:6:7"},"nodeType":"YulFunctionCall","src":"6149:59:7"},"nodeType":"YulExpressionStatement","src":"6149:59:7"},{"nodeType":"YulAssignment","src":"6217:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6229:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"6240:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6225:3:7"},"nodeType":"YulFunctionCall","src":"6225:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6217:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6047:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6061:4:7","type":""}],"src":"5896:353:7"},{"body":{"nodeType":"YulBlock","src":"6401:246:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6418:3:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6427:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"6435:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6423:3:7"},"nodeType":"YulFunctionCall","src":"6423:79:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6411:6:7"},"nodeType":"YulFunctionCall","src":"6411:92:7"},"nodeType":"YulExpressionStatement","src":"6411:92:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6523:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"6528:2:7","type":"","value":"20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6519:3:7"},"nodeType":"YulFunctionCall","src":"6519:12:7"},{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"6537:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"6545:66:7","type":"","value":"0xffffffffffffffffffffffff0000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6533:3:7"},"nodeType":"YulFunctionCall","src":"6533:79:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6512:6:7"},"nodeType":"YulFunctionCall","src":"6512:101:7"},"nodeType":"YulExpressionStatement","src":"6512:101:7"},{"nodeType":"YulAssignment","src":"6622:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6633:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"6638:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6629:3:7"},"nodeType":"YulFunctionCall","src":"6629:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"6622:3:7"}]}]},"name":"abi_encode_tuple_packed_t_bytes20_t_bytes12__to_t_bytes20_t_bytes12__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"6369:3:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"6374:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6382:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"6393:3:7","type":""}],"src":"6254:393:7"},{"body":{"nodeType":"YulBlock","src":"6746:263:7","statements":[{"nodeType":"YulVariableDeclaration","src":"6756:26:7","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6776:5:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"6770:5:7"},"nodeType":"YulFunctionCall","src":"6770:12:7"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"6760:6:7","type":""}]},{"nodeType":"YulAssignment","src":"6791:32:7","value":{"arguments":[{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6810:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"6817:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6806:3:7"},"nodeType":"YulFunctionCall","src":"6806:16:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"6800:5:7"},"nodeType":"YulFunctionCall","src":"6800:23:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6791:5:7"}]},{"body":{"nodeType":"YulBlock","src":"6860:143:7","statements":[{"nodeType":"YulAssignment","src":"6874:119:7","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6887:5:7"},{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6902:1:7","type":"","value":"3"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6909:4:7","type":"","value":"0x20"},{"name":"length","nodeType":"YulIdentifier","src":"6915:6:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6905:3:7"},"nodeType":"YulFunctionCall","src":"6905:17:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"6898:3:7"},"nodeType":"YulFunctionCall","src":"6898:25:7"},{"kind":"number","nodeType":"YulLiteral","src":"6925:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"6894:3:7"},"nodeType":"YulFunctionCall","src":"6894:98:7"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6883:3:7"},"nodeType":"YulFunctionCall","src":"6883:110:7"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6874:5:7"}]}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6838:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"6846:4:7","type":"","value":"0x20"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6835:2:7"},"nodeType":"YulFunctionCall","src":"6835:16:7"},"nodeType":"YulIf","src":"6832:171:7"}]},"name":"convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"6726:5:7","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6736:5:7","type":""}],"src":"6652:357:7"},{"body":{"nodeType":"YulBlock","src":"7215:328:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7232:3:7"},{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"7241:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"7249:66:7","type":"","value":"0xff00000000000000000000000000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7237:3:7"},"nodeType":"YulFunctionCall","src":"7237:79:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7225:6:7"},"nodeType":"YulFunctionCall","src":"7225:92:7"},"nodeType":"YulExpressionStatement","src":"7225:92:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7337:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7342:1:7","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7333:3:7"},"nodeType":"YulFunctionCall","src":"7333:11:7"},{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7354:2:7","type":"","value":"96"},{"name":"value1","nodeType":"YulIdentifier","src":"7358:6:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"7350:3:7"},"nodeType":"YulFunctionCall","src":"7350:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"7367:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7346:3:7"},"nodeType":"YulFunctionCall","src":"7346:88:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7326:6:7"},"nodeType":"YulFunctionCall","src":"7326:109:7"},"nodeType":"YulExpressionStatement","src":"7326:109:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7455:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7460:2:7","type":"","value":"21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7451:3:7"},"nodeType":"YulFunctionCall","src":"7451:12:7"},{"name":"value2","nodeType":"YulIdentifier","src":"7465:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7444:6:7"},"nodeType":"YulFunctionCall","src":"7444:28:7"},"nodeType":"YulExpressionStatement","src":"7444:28:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7492:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7497:2:7","type":"","value":"53"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7488:3:7"},"nodeType":"YulFunctionCall","src":"7488:12:7"},{"name":"value3","nodeType":"YulIdentifier","src":"7502:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7481:6:7"},"nodeType":"YulFunctionCall","src":"7481:28:7"},"nodeType":"YulExpressionStatement","src":"7481:28:7"},{"nodeType":"YulAssignment","src":"7518:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7529:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"7534:2:7","type":"","value":"85"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7525:3:7"},"nodeType":"YulFunctionCall","src":"7525:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"7518:3:7"}]}]},"name":"abi_encode_tuple_packed_t_bytes1_t_address_t_bytes32_t_bytes32__to_t_bytes1_t_address_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"7167:3:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"7172:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"7180:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7188:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"7196:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"7207:3:7","type":""}],"src":"7014:529:7"},{"body":{"nodeType":"YulBlock","src":"7722:177:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7739:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7750:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7732:6:7"},"nodeType":"YulFunctionCall","src":"7732:21:7"},"nodeType":"YulExpressionStatement","src":"7732:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7773:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7784:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7769:3:7"},"nodeType":"YulFunctionCall","src":"7769:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"7789:2:7","type":"","value":"27"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7762:6:7"},"nodeType":"YulFunctionCall","src":"7762:30:7"},"nodeType":"YulExpressionStatement","src":"7762:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7812:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7823:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7808:3:7"},"nodeType":"YulFunctionCall","src":"7808:18:7"},{"hexValue":"484f4c4f47524150483a20616c7265616479206465706c6f796564","kind":"string","nodeType":"YulLiteral","src":"7828:29:7","type":"","value":"HOLOGRAPH: already deployed"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7801:6:7"},"nodeType":"YulFunctionCall","src":"7801:57:7"},"nodeType":"YulExpressionStatement","src":"7801:57:7"},{"nodeType":"YulAssignment","src":"7867:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7879:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"7890:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7875:3:7"},"nodeType":"YulFunctionCall","src":"7875:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7867:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7699:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"7713:4:7","type":""}],"src":"7548:351:7"},{"body":{"nodeType":"YulBlock","src":"8078:178:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8095:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8106:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8088:6:7"},"nodeType":"YulFunctionCall","src":"8088:21:7"},"nodeType":"YulExpressionStatement","src":"8088:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8129:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8140:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8125:3:7"},"nodeType":"YulFunctionCall","src":"8125:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"8145:2:7","type":"","value":"28"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8118:6:7"},"nodeType":"YulFunctionCall","src":"8118:30:7"},"nodeType":"YulExpressionStatement","src":"8118:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8168:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8179:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8164:3:7"},"nodeType":"YulFunctionCall","src":"8164:18:7"},{"hexValue":"484f4c4f47524150483a206465706c6f796d656e74206661696c6564","kind":"string","nodeType":"YulLiteral","src":"8184:30:7","type":"","value":"HOLOGRAPH: deployment failed"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8157:6:7"},"nodeType":"YulFunctionCall","src":"8157:58:7"},"nodeType":"YulExpressionStatement","src":"8157:58:7"},{"nodeType":"YulAssignment","src":"8224:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8236:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8247:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8232:3:7"},"nodeType":"YulFunctionCall","src":"8232:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8224:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8055:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8069:4:7","type":""}],"src":"7904:352:7"},{"body":{"nodeType":"YulBlock","src":"8310:432:7","statements":[{"nodeType":"YulVariableDeclaration","src":"8320:26:7","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8340:5:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8334:5:7"},"nodeType":"YulFunctionCall","src":"8334:12:7"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"8324:6:7","type":""}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8362:3:7"},{"name":"length","nodeType":"YulIdentifier","src":"8367:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8355:6:7"},"nodeType":"YulFunctionCall","src":"8355:19:7"},"nodeType":"YulExpressionStatement","src":"8355:19:7"},{"nodeType":"YulVariableDeclaration","src":"8383:10:7","value":{"kind":"number","nodeType":"YulLiteral","src":"8392:1:7","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"8387:1:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"8454:110:7","statements":[{"nodeType":"YulVariableDeclaration","src":"8468:14:7","value":{"kind":"number","nodeType":"YulLiteral","src":"8478:4:7","type":"","value":"0x20"},"variables":[{"name":"_1","nodeType":"YulTypedName","src":"8472:2:7","type":""}]},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8510:3:7"},{"name":"i","nodeType":"YulIdentifier","src":"8515:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8506:3:7"},"nodeType":"YulFunctionCall","src":"8506:11:7"},{"name":"_1","nodeType":"YulIdentifier","src":"8519:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8502:3:7"},"nodeType":"YulFunctionCall","src":"8502:20:7"},{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8538:5:7"},{"name":"i","nodeType":"YulIdentifier","src":"8545:1:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8534:3:7"},"nodeType":"YulFunctionCall","src":"8534:13:7"},{"name":"_1","nodeType":"YulIdentifier","src":"8549:2:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8530:3:7"},"nodeType":"YulFunctionCall","src":"8530:22:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8524:5:7"},"nodeType":"YulFunctionCall","src":"8524:29:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8495:6:7"},"nodeType":"YulFunctionCall","src":"8495:59:7"},"nodeType":"YulExpressionStatement","src":"8495:59:7"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"8413:1:7"},{"name":"length","nodeType":"YulIdentifier","src":"8416:6:7"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"8410:2:7"},"nodeType":"YulFunctionCall","src":"8410:13:7"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"8424:21:7","statements":[{"nodeType":"YulAssignment","src":"8426:17:7","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"8435:1:7"},{"kind":"number","nodeType":"YulLiteral","src":"8438:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8431:3:7"},"nodeType":"YulFunctionCall","src":"8431:12:7"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"8426:1:7"}]}]},"pre":{"nodeType":"YulBlock","src":"8406:3:7","statements":[]},"src":"8402:162:7"},{"expression":{"arguments":[{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8588:3:7"},{"name":"length","nodeType":"YulIdentifier","src":"8593:6:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8584:3:7"},"nodeType":"YulFunctionCall","src":"8584:16:7"},{"kind":"number","nodeType":"YulLiteral","src":"8602:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8580:3:7"},"nodeType":"YulFunctionCall","src":"8580:27:7"},{"kind":"number","nodeType":"YulLiteral","src":"8609:1:7","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8573:6:7"},"nodeType":"YulFunctionCall","src":"8573:38:7"},"nodeType":"YulExpressionStatement","src":"8573:38:7"},{"nodeType":"YulAssignment","src":"8620:116:7","value":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8635:3:7"},{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"8648:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"8656:2:7","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8644:3:7"},"nodeType":"YulFunctionCall","src":"8644:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"8661:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8640:3:7"},"nodeType":"YulFunctionCall","src":"8640:88:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8631:3:7"},"nodeType":"YulFunctionCall","src":"8631:98:7"},{"kind":"number","nodeType":"YulLiteral","src":"8731:4:7","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8627:3:7"},"nodeType":"YulFunctionCall","src":"8627:109:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"8620:3:7"}]}]},"name":"abi_encode_bytes","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8287:5:7","type":""},{"name":"pos","nodeType":"YulTypedName","src":"8294:3:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"8302:3:7","type":""}],"src":"8261:481:7"},{"body":{"nodeType":"YulBlock","src":"8866:98:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8883:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8894:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8876:6:7"},"nodeType":"YulFunctionCall","src":"8876:21:7"},"nodeType":"YulExpressionStatement","src":"8876:21:7"},{"nodeType":"YulAssignment","src":"8906:52:7","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"8931:6:7"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8943:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"8954:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8939:3:7"},"nodeType":"YulFunctionCall","src":"8939:18:7"}],"functionName":{"name":"abi_encode_bytes","nodeType":"YulIdentifier","src":"8914:16:7"},"nodeType":"YulFunctionCall","src":"8914:44:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8906:4:7"}]}]},"name":"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8835:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"8846:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8857:4:7","type":""}],"src":"8747:217:7"},{"body":{"nodeType":"YulBlock","src":"9049:256:7","statements":[{"body":{"nodeType":"YulBlock","src":"9095:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9104:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9107:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9097:6:7"},"nodeType":"YulFunctionCall","src":"9097:12:7"},"nodeType":"YulExpressionStatement","src":"9097:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9070:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"9079:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9066:3:7"},"nodeType":"YulFunctionCall","src":"9066:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"9091:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9062:3:7"},"nodeType":"YulFunctionCall","src":"9062:32:7"},"nodeType":"YulIf","src":"9059:52:7"},{"nodeType":"YulVariableDeclaration","src":"9120:29:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9139:9:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9133:5:7"},"nodeType":"YulFunctionCall","src":"9133:16:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"9124:5:7","type":""}]},{"body":{"nodeType":"YulBlock","src":"9259:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9268:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9271:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9261:6:7"},"nodeType":"YulFunctionCall","src":"9261:12:7"},"nodeType":"YulExpressionStatement","src":"9261:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9171:5:7"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9182:5:7"},{"kind":"number","nodeType":"YulLiteral","src":"9189:66:7","type":"","value":"0xffffffff00000000000000000000000000000000000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9178:3:7"},"nodeType":"YulFunctionCall","src":"9178:78:7"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"9168:2:7"},"nodeType":"YulFunctionCall","src":"9168:89:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"9161:6:7"},"nodeType":"YulFunctionCall","src":"9161:97:7"},"nodeType":"YulIf","src":"9158:117:7"},{"nodeType":"YulAssignment","src":"9284:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"9294:5:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9284:6:7"}]}]},"name":"abi_decode_tuple_t_bytes4_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9015:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9026:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9038:6:7","type":""}],"src":"8969:336:7"},{"body":{"nodeType":"YulBlock","src":"9484:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9501:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9512:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9494:6:7"},"nodeType":"YulFunctionCall","src":"9494:21:7"},"nodeType":"YulExpressionStatement","src":"9494:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9535:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9546:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9531:3:7"},"nodeType":"YulFunctionCall","src":"9531:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"9551:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9524:6:7"},"nodeType":"YulFunctionCall","src":"9524:30:7"},"nodeType":"YulExpressionStatement","src":"9524:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9574:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9585:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9570:3:7"},"nodeType":"YulFunctionCall","src":"9570:18:7"},{"hexValue":"484f4c4f47524150483a20696e697469616c697a6174696f6e206661696c6564","kind":"string","nodeType":"YulLiteral","src":"9590:34:7","type":"","value":"HOLOGRAPH: initialization failed"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9563:6:7"},"nodeType":"YulFunctionCall","src":"9563:62:7"},"nodeType":"YulExpressionStatement","src":"9563:62:7"},{"nodeType":"YulAssignment","src":"9634:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9646:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9657:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9642:3:7"},"nodeType":"YulFunctionCall","src":"9642:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9634:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9461:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9475:4:7","type":""}],"src":"9310:356:7"},{"body":{"nodeType":"YulBlock","src":"9852:217:7","statements":[{"nodeType":"YulAssignment","src":"9862:27:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9874:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9885:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9870:3:7"},"nodeType":"YulFunctionCall","src":"9870:19:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9862:4:7"}]},{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9905:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"9916:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9898:6:7"},"nodeType":"YulFunctionCall","src":"9898:25:7"},"nodeType":"YulExpressionStatement","src":"9898:25:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9943:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"9954:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9939:3:7"},"nodeType":"YulFunctionCall","src":"9939:18:7"},{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"9963:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"9971:4:7","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9959:3:7"},"nodeType":"YulFunctionCall","src":"9959:17:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9932:6:7"},"nodeType":"YulFunctionCall","src":"9932:45:7"},"nodeType":"YulExpressionStatement","src":"9932:45:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9997:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10008:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9993:3:7"},"nodeType":"YulFunctionCall","src":"9993:18:7"},{"name":"value2","nodeType":"YulIdentifier","src":"10013:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9986:6:7"},"nodeType":"YulFunctionCall","src":"9986:34:7"},"nodeType":"YulExpressionStatement","src":"9986:34:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10040:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10051:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10036:3:7"},"nodeType":"YulFunctionCall","src":"10036:18:7"},{"name":"value3","nodeType":"YulIdentifier","src":"10056:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10029:6:7"},"nodeType":"YulFunctionCall","src":"10029:34:7"},"nodeType":"YulExpressionStatement","src":"10029:34:7"}]},"name":"abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9797:9:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"9808:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"9816:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"9824:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"9832:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9843:4:7","type":""}],"src":"9671:398:7"},{"body":{"nodeType":"YulBlock","src":"10243:245:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10260:3:7"},{"name":"value0","nodeType":"YulIdentifier","src":"10265:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10253:6:7"},"nodeType":"YulFunctionCall","src":"10253:19:7"},"nodeType":"YulExpressionStatement","src":"10253:19:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10292:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"10297:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10288:3:7"},"nodeType":"YulFunctionCall","src":"10288:12:7"},{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10310:2:7","type":"","value":"96"},{"name":"value1","nodeType":"YulIdentifier","src":"10314:6:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"10306:3:7"},"nodeType":"YulFunctionCall","src":"10306:15:7"},{"kind":"number","nodeType":"YulLiteral","src":"10323:66:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"10302:3:7"},"nodeType":"YulFunctionCall","src":"10302:88:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10281:6:7"},"nodeType":"YulFunctionCall","src":"10281:110:7"},"nodeType":"YulExpressionStatement","src":"10281:110:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10411:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"10416:2:7","type":"","value":"52"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10407:3:7"},"nodeType":"YulFunctionCall","src":"10407:12:7"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10425:3:7","type":"","value":"248"},{"arguments":[{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"10444:6:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10437:6:7"},"nodeType":"YulFunctionCall","src":"10437:14:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10430:6:7"},"nodeType":"YulFunctionCall","src":"10430:22:7"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"10421:3:7"},"nodeType":"YulFunctionCall","src":"10421:32:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10400:6:7"},"nodeType":"YulFunctionCall","src":"10400:54:7"},"nodeType":"YulExpressionStatement","src":"10400:54:7"},{"nodeType":"YulAssignment","src":"10463:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10474:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"10479:2:7","type":"","value":"53"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10470:3:7"},"nodeType":"YulFunctionCall","src":"10470:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"10463:3:7"}]}]},"name":"abi_encode_tuple_packed_t_uint256_t_address_t_bool__to_t_uint256_t_address_t_bool__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"10203:3:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"10208:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"10216:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"10224:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10235:3:7","type":""}],"src":"10074:414:7"},{"body":{"nodeType":"YulBlock","src":"10571:167:7","statements":[{"body":{"nodeType":"YulBlock","src":"10617:16:7","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10626:1:7","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"10629:1:7","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"10619:6:7"},"nodeType":"YulFunctionCall","src":"10619:12:7"},"nodeType":"YulExpressionStatement","src":"10619:12:7"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"10592:7:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"10601:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"10588:3:7"},"nodeType":"YulFunctionCall","src":"10588:23:7"},{"kind":"number","nodeType":"YulLiteral","src":"10613:2:7","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"10584:3:7"},"nodeType":"YulFunctionCall","src":"10584:32:7"},"nodeType":"YulIf","src":"10581:52:7"},{"nodeType":"YulVariableDeclaration","src":"10642:29:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10661:9:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"10655:5:7"},"nodeType":"YulFunctionCall","src":"10655:16:7"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"10646:5:7","type":""}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10702:5:7"}],"functionName":{"name":"validator_revert_bool","nodeType":"YulIdentifier","src":"10680:21:7"},"nodeType":"YulFunctionCall","src":"10680:28:7"},"nodeType":"YulExpressionStatement","src":"10680:28:7"},{"nodeType":"YulAssignment","src":"10717:15:7","value":{"name":"value","nodeType":"YulIdentifier","src":"10727:5:7"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"10717:6:7"}]}]},"name":"abi_decode_tuple_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10537:9:7","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"10548:7:7","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"10560:6:7","type":""}],"src":"10493:245:7"},{"body":{"nodeType":"YulBlock","src":"10917:174:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10934:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10945:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10927:6:7"},"nodeType":"YulFunctionCall","src":"10927:21:7"},"nodeType":"YulExpressionStatement","src":"10927:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10968:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"10979:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10964:3:7"},"nodeType":"YulFunctionCall","src":"10964:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"10984:2:7","type":"","value":"24"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10957:6:7"},"nodeType":"YulFunctionCall","src":"10957:30:7"},"nodeType":"YulExpressionStatement","src":"10957:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11007:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11018:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11003:3:7"},"nodeType":"YulFunctionCall","src":"11003:18:7"},{"hexValue":"484f4c4f47524150483a20696e76616c6964206e6f6e6365","kind":"string","nodeType":"YulLiteral","src":"11023:26:7","type":"","value":"HOLOGRAPH: invalid nonce"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10996:6:7"},"nodeType":"YulFunctionCall","src":"10996:54:7"},"nodeType":"YulExpressionStatement","src":"10996:54:7"},{"nodeType":"YulAssignment","src":"11059:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11071:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11082:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11067:3:7"},"nodeType":"YulFunctionCall","src":"11067:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11059:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10894:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10908:4:7","type":""}],"src":"10743:348:7"},{"body":{"nodeType":"YulBlock","src":"11270:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11287:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11298:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11280:6:7"},"nodeType":"YulFunctionCall","src":"11280:21:7"},"nodeType":"YulExpressionStatement","src":"11280:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11321:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11332:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11317:3:7"},"nodeType":"YulFunctionCall","src":"11317:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"11337:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11310:6:7"},"nodeType":"YulFunctionCall","src":"11310:30:7"},"nodeType":"YulExpressionStatement","src":"11310:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11360:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11371:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11356:3:7"},"nodeType":"YulFunctionCall","src":"11356:18:7"},{"hexValue":"484f4c4f47524150483a207369676e65722031206e6f7420617070726f766564","kind":"string","nodeType":"YulLiteral","src":"11376:34:7","type":"","value":"HOLOGRAPH: signer 1 not approved"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11349:6:7"},"nodeType":"YulFunctionCall","src":"11349:62:7"},"nodeType":"YulExpressionStatement","src":"11349:62:7"},{"nodeType":"YulAssignment","src":"11420:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11432:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11443:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11428:3:7"},"nodeType":"YulFunctionCall","src":"11428:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11420:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11247:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11261:4:7","type":""}],"src":"11096:356:7"},{"body":{"nodeType":"YulBlock","src":"11631:182:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11648:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11659:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11641:6:7"},"nodeType":"YulFunctionCall","src":"11641:21:7"},"nodeType":"YulExpressionStatement","src":"11641:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11682:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11693:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11678:3:7"},"nodeType":"YulFunctionCall","src":"11678:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"11698:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11671:6:7"},"nodeType":"YulFunctionCall","src":"11671:30:7"},"nodeType":"YulExpressionStatement","src":"11671:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11721:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11732:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11717:3:7"},"nodeType":"YulFunctionCall","src":"11717:18:7"},{"hexValue":"484f4c4f47524150483a207369676e65722032206e6f7420617070726f766564","kind":"string","nodeType":"YulLiteral","src":"11737:34:7","type":"","value":"HOLOGRAPH: signer 2 not approved"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11710:6:7"},"nodeType":"YulFunctionCall","src":"11710:62:7"},"nodeType":"YulExpressionStatement","src":"11710:62:7"},{"nodeType":"YulAssignment","src":"11781:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11793:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"11804:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11789:3:7"},"nodeType":"YulFunctionCall","src":"11789:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11781:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11608:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11622:4:7","type":""}],"src":"11457:356:7"},{"body":{"nodeType":"YulBlock","src":"11992:244:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12009:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12020:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12002:6:7"},"nodeType":"YulFunctionCall","src":"12002:21:7"},"nodeType":"YulExpressionStatement","src":"12002:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12043:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12054:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12039:3:7"},"nodeType":"YulFunctionCall","src":"12039:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"12059:2:7","type":"","value":"54"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12032:6:7"},"nodeType":"YulFunctionCall","src":"12032:30:7"},"nodeType":"YulExpressionStatement","src":"12032:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12082:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12093:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12078:3:7"},"nodeType":"YulFunctionCall","src":"12078:18:7"},{"hexValue":"484f4c4f47524150483a207369676e617475726573206d757374206265206672","kind":"string","nodeType":"YulLiteral","src":"12098:34:7","type":"","value":"HOLOGRAPH: signatures must be fr"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12071:6:7"},"nodeType":"YulFunctionCall","src":"12071:62:7"},"nodeType":"YulExpressionStatement","src":"12071:62:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12153:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12164:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12149:3:7"},"nodeType":"YulFunctionCall","src":"12149:18:7"},{"hexValue":"6f6d20646966666572656e74206465706c6f79657273","kind":"string","nodeType":"YulLiteral","src":"12169:24:7","type":"","value":"om different deployers"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12142:6:7"},"nodeType":"YulFunctionCall","src":"12142:52:7"},"nodeType":"YulExpressionStatement","src":"12142:52:7"},{"nodeType":"YulAssignment","src":"12203:27:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12215:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12226:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12211:3:7"},"nodeType":"YulFunctionCall","src":"12211:19:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12203:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11969:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11983:4:7","type":""}],"src":"11818:418:7"},{"body":{"nodeType":"YulBlock","src":"12362:98:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12379:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12390:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12372:6:7"},"nodeType":"YulFunctionCall","src":"12372:21:7"},"nodeType":"YulExpressionStatement","src":"12372:21:7"},{"nodeType":"YulAssignment","src":"12402:52:7","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"12427:6:7"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12439:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12450:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12435:3:7"},"nodeType":"YulFunctionCall","src":"12435:18:7"}],"functionName":{"name":"abi_encode_bytes","nodeType":"YulIdentifier","src":"12410:16:7"},"nodeType":"YulFunctionCall","src":"12410:44:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12402:4:7"}]}]},"name":"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"12331:9:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"12342:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"12353:4:7","type":""}],"src":"12241:219:7"},{"body":{"nodeType":"YulBlock","src":"12708:409:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12725:9:7"},{"name":"value0","nodeType":"YulIdentifier","src":"12736:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12718:6:7"},"nodeType":"YulFunctionCall","src":"12718:25:7"},"nodeType":"YulExpressionStatement","src":"12718:25:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12763:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12774:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12759:3:7"},"nodeType":"YulFunctionCall","src":"12759:18:7"},{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"12783:6:7"},{"kind":"number","nodeType":"YulLiteral","src":"12791:42:7","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"12779:3:7"},"nodeType":"YulFunctionCall","src":"12779:55:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12752:6:7"},"nodeType":"YulFunctionCall","src":"12752:83:7"},"nodeType":"YulExpressionStatement","src":"12752:83:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12855:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12866:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12851:3:7"},"nodeType":"YulFunctionCall","src":"12851:18:7"},{"arguments":[{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"12885:6:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"12878:6:7"},"nodeType":"YulFunctionCall","src":"12878:14:7"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"12871:6:7"},"nodeType":"YulFunctionCall","src":"12871:22:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12844:6:7"},"nodeType":"YulFunctionCall","src":"12844:50:7"},"nodeType":"YulExpressionStatement","src":"12844:50:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12914:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12925:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12910:3:7"},"nodeType":"YulFunctionCall","src":"12910:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"12930:3:7","type":"","value":"160"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12903:6:7"},"nodeType":"YulFunctionCall","src":"12903:31:7"},"nodeType":"YulExpressionStatement","src":"12903:31:7"},{"nodeType":"YulVariableDeclaration","src":"12943:59:7","value":{"arguments":[{"name":"value3","nodeType":"YulIdentifier","src":"12974:6:7"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12986:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"12997:3:7","type":"","value":"160"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12982:3:7"},"nodeType":"YulFunctionCall","src":"12982:19:7"}],"functionName":{"name":"abi_encode_bytes","nodeType":"YulIdentifier","src":"12957:16:7"},"nodeType":"YulFunctionCall","src":"12957:45:7"},"variables":[{"name":"tail_1","nodeType":"YulTypedName","src":"12947:6:7","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13022:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"13033:3:7","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13018:3:7"},"nodeType":"YulFunctionCall","src":"13018:19:7"},{"arguments":[{"name":"tail_1","nodeType":"YulIdentifier","src":"13043:6:7"},{"name":"headStart","nodeType":"YulIdentifier","src":"13051:9:7"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13039:3:7"},"nodeType":"YulFunctionCall","src":"13039:22:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13011:6:7"},"nodeType":"YulFunctionCall","src":"13011:51:7"},"nodeType":"YulExpressionStatement","src":"13011:51:7"},{"nodeType":"YulAssignment","src":"13071:40:7","value":{"arguments":[{"name":"value4","nodeType":"YulIdentifier","src":"13096:6:7"},{"name":"tail_1","nodeType":"YulIdentifier","src":"13104:6:7"}],"functionName":{"name":"abi_encode_bytes","nodeType":"YulIdentifier","src":"13079:16:7"},"nodeType":"YulFunctionCall","src":"13079:32:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13071:4:7"}]}]},"name":"abi_encode_tuple_t_uint256_t_address_t_bool_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_uint256_t_address_t_bool_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"12645:9:7","type":""},{"name":"value4","nodeType":"YulTypedName","src":"12656:6:7","type":""},{"name":"value3","nodeType":"YulTypedName","src":"12664:6:7","type":""},{"name":"value2","nodeType":"YulTypedName","src":"12672:6:7","type":""},{"name":"value1","nodeType":"YulTypedName","src":"12680:6:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"12688:6:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"12699:4:7","type":""}],"src":"12465:652:7"},{"body":{"nodeType":"YulBlock","src":"13342:160:7","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13359:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"13364:66:7","type":"","value":"0x19457468657265756d205369676e6564204d6573736167653a0a333200000000"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13352:6:7"},"nodeType":"YulFunctionCall","src":"13352:79:7"},"nodeType":"YulExpressionStatement","src":"13352:79:7"},{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13451:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"13456:2:7","type":"","value":"28"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13447:3:7"},"nodeType":"YulFunctionCall","src":"13447:12:7"},{"name":"value0","nodeType":"YulIdentifier","src":"13461:6:7"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13440:6:7"},"nodeType":"YulFunctionCall","src":"13440:28:7"},"nodeType":"YulExpressionStatement","src":"13440:28:7"},{"nodeType":"YulAssignment","src":"13477:19:7","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13488:3:7"},{"kind":"number","nodeType":"YulLiteral","src":"13493:2:7","type":"","value":"60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13484:3:7"},"nodeType":"YulFunctionCall","src":"13484:12:7"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13477:3:7"}]}]},"name":"abi_encode_tuple_packed_t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73_t_bytes32__to_t_string_memory_ptr_t_bytes32__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13318:3:7","type":""},{"name":"value0","nodeType":"YulTypedName","src":"13323:6:7","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13334:3:7","type":""}],"src":"13122:380:7"},{"body":{"nodeType":"YulBlock","src":"13681:174:7","statements":[{"expression":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13698:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"13709:2:7","type":"","value":"32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13691:6:7"},"nodeType":"YulFunctionCall","src":"13691:21:7"},"nodeType":"YulExpressionStatement","src":"13691:21:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13732:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"13743:2:7","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13728:3:7"},"nodeType":"YulFunctionCall","src":"13728:18:7"},{"kind":"number","nodeType":"YulLiteral","src":"13748:2:7","type":"","value":"24"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13721:6:7"},"nodeType":"YulFunctionCall","src":"13721:30:7"},"nodeType":"YulExpressionStatement","src":"13721:30:7"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13771:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"13782:2:7","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13767:3:7"},"nodeType":"YulFunctionCall","src":"13767:18:7"},{"hexValue":"496e76616c6964207369676e6174757265206c656e677468","kind":"string","nodeType":"YulLiteral","src":"13787:26:7","type":"","value":"Invalid signature length"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13760:6:7"},"nodeType":"YulFunctionCall","src":"13760:54:7"},"nodeType":"YulExpressionStatement","src":"13760:54:7"},{"nodeType":"YulAssignment","src":"13823:26:7","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13835:9:7"},{"kind":"number","nodeType":"YulLiteral","src":"13846:2:7","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13831:3:7"},"nodeType":"YulFunctionCall","src":"13831:18:7"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13823:4:7"}]}]},"name":"abi_encode_tuple_t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13658:9:7","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13672:4:7","type":""}],"src":"13507:348:7"}]},"contents":"{\n { }\n function abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff))\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_bytes(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := calldataload(offset)\n let _2 := 0xffffffffffffffff\n if gt(_1, _2) { panic_error_0x41() }\n let _3 := 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_1, 0x1f), _3), 63), _3))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _1)\n if gt(add(add(offset, _1), 0x20), end) { revert(0, 0) }\n calldatacopy(add(memPtr, 0x20), add(offset, 0x20), _1)\n mstore(add(add(memPtr, _1), 0x20), 0)\n array := memPtr\n }\n function abi_decode_tuple_t_uint256t_bytes12t_bytes20t_bytes_memory_ptrt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n value0 := calldataload(headStart)\n let value := calldataload(add(headStart, 32))\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffff0000000000000000000000000000000000000000))) { revert(0, 0) }\n value1 := value\n let value_1 := calldataload(add(headStart, 64))\n if iszero(eq(value_1, and(value_1, 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))) { revert(0, 0) }\n value2 := value_1\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n value3 := abi_decode_bytes(add(headStart, offset), dataEnd)\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n value4 := abi_decode_bytes(add(headStart, offset_1), dataEnd)\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function validator_revert_bool(value)\n {\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n let value := calldataload(add(headStart, 64))\n validator_revert_bool(value)\n value2 := value\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value3 := abi_decode_bytes(add(headStart, offset), dataEnd)\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_uint256t_addresst_bool(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n let value := calldataload(add(headStart, 64))\n validator_revert_bool(value)\n value2 := value\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_uint256t_addresst_boolt_bytes_memory_ptrt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n let value := calldataload(add(headStart, 64))\n validator_revert_bool(value)\n value2 := value\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n value3 := abi_decode_bytes(add(headStart, offset), dataEnd)\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n value4 := abi_decode_bytes(add(headStart, offset_1), dataEnd)\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_c1359d9314d324a37ee345d79ef5927e33d62a20e526de0014391b1d3254d159__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: deployer not approved\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_d7083a5a5cd88255a2c6692226a0740313cc8f096660d5187a9b8954965694f8__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"HOLOGRAPH: incorrect chain id\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_packed_t_bytes20_t_bytes12__to_t_bytes20_t_bytes12__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, and(value0, 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))\n mstore(add(pos, 20), and(value1, 0xffffffffffffffffffffffff0000000000000000000000000000000000000000))\n end := add(pos, 32)\n }\n function convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32(array) -> value\n {\n let length := mload(array)\n value := mload(add(array, 0x20))\n if lt(length, 0x20)\n {\n value := and(value, shl(shl(3, sub(0x20, length)), 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff))\n }\n }\n function abi_encode_tuple_packed_t_bytes1_t_address_t_bytes32_t_bytes32__to_t_bytes1_t_address_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value3, value2, value1, value0) -> end\n {\n mstore(pos, and(value0, 0xff00000000000000000000000000000000000000000000000000000000000000))\n mstore(add(pos, 1), and(shl(96, value1), 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))\n mstore(add(pos, 21), value2)\n mstore(add(pos, 53), value3)\n end := add(pos, 85)\n }\n function abi_encode_tuple_t_stringliteral_5188fffbcde12f5eac26e11535c96ebeccbd955e7808bfef394f7fb65442b65d__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 27)\n mstore(add(headStart, 64), \"HOLOGRAPH: already deployed\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_e17c88ee269fa06c67c69e6712c702235fb2b3e58b7eafb434faa6ed15ac4d7e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 28)\n mstore(add(headStart, 64), \"HOLOGRAPH: deployment failed\")\n tail := add(headStart, 96)\n }\n function abi_encode_bytes(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n let _1 := 0x20\n mstore(add(add(pos, i), _1), mload(add(add(value, i), _1)))\n }\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0)), 0x20)\n }\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_bytes(value0, add(headStart, 32))\n }\n function abi_decode_tuple_t_bytes4_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_07eece8ed64494a8bf80070993861cd10128cd77f37dee3c91d6c8353498fc1e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: initialization failed\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xff))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n }\n function abi_encode_tuple_packed_t_uint256_t_address_t_bool__to_t_uint256_t_address_t_bool__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n mstore(pos, value0)\n mstore(add(pos, 32), and(shl(96, value1), 0xffffffffffffffffffffffffffffffffffffffff000000000000000000000000))\n mstore(add(pos, 52), shl(248, iszero(iszero(value2))))\n end := add(pos, 53)\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_bool(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_7cc1ae9c4d04b4a66a8e7e6ea864f6102126dc45bceee3398352dbedf117ca44__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 24)\n mstore(add(headStart, 64), \"HOLOGRAPH: invalid nonce\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b8bd5154f9ec0c6067fb3c1aa85b042783b43b4a5ca5d3e9e90385f2ce70252b__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: signer 1 not approved\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_926b3d265638232cf84ffefde5879ac8c69ceca802cae47253e70a226fb10531__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"HOLOGRAPH: signer 2 not approved\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_e9ec9179c0bd3549c65d6a1431edf65f5b015f43884ac8ab2bb50c14518e4599__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 54)\n mstore(add(headStart, 64), \"HOLOGRAPH: signatures must be fr\")\n mstore(add(headStart, 96), \"om different deployers\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_bytes(value0, add(headStart, 32))\n }\n function abi_encode_tuple_t_uint256_t_address_t_bool_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_uint256_t_address_t_bool_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n mstore(add(headStart, 96), 160)\n let tail_1 := abi_encode_bytes(value3, add(headStart, 160))\n mstore(add(headStart, 128), sub(tail_1, headStart))\n tail := abi_encode_bytes(value4, tail_1)\n }\n function abi_encode_tuple_packed_t_stringliteral_178a2411ab6fbc1ba11064408972259c558d0e82fd48b0aba3ad81d14f065e73_t_bytes32__to_t_string_memory_ptr_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n mstore(pos, 0x19457468657265756d205369676e6564204d6573736167653a0a333200000000)\n mstore(add(pos, 28), value0)\n end := add(pos, 60)\n }\n function abi_encode_tuple_t_stringliteral_d0e57016dfcfa997388e3f3d9ad75ea4d5a67a0f23b0489f2cdbaecf3ef0f78c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 24)\n mstore(add(headStart, 64), \"Invalid signature length\")\n tail := add(headStart, 96)\n }\n}","id":7,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{"5":[{"length":32,"start":205}]},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100be5760003560e01c8063cb33fe5411610076578063dc7faa071161005b578063dc7faa0714610200578063e1580a3214610239578063fa5408011461024c57600080fd5b8063cb33fe54146101e5578063d288337d146101f857600080fd5b806355da4cd0116100a757806355da4cd0146101115780636ae675ac14610149578063a78645bd146101c257600080fd5b80630d8e6e2c146100c357806349aa18fc146100fc575b600080fd5b60405163ffffffff7f00000000000000000000000000000000000000000000000000000000000000001681526020015b60405180910390f35b61010f61010a366004610fad565b6102ad565b005b61012461011f3660046110c4565b6106e8565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100f3565b6101b461015736600461112e565b6040805160208082019590955260609390931b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168382015290151560f81b60548301528051603581840301815260559092019052805191012090565b6040519081526020016100f3565b6101d56101d036600461116e565b610829565b60405190151581526020016100f3565b61010f6101f3366004611189565b6108c0565b6101b4610c95565b6101d561020e36600461116e565b73ffffffffffffffffffffffffffffffffffffffff1660009081526001602052604090205460ff1690565b61010f610247366004611189565b610d15565b6101b461025a3660046111c1565b6040517f19457468657265756d205369676e6564204d6573736167653a0a3332000000006020820152603c8101829052600090605c01604051602081830303815290604052805190602001209050919050565b3360009081526001602052604090205460ff1661032b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f76656460448201526064015b60405180910390fd5b468514610394576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f484f4c4f47524150483a20696e636f727265637420636861696e2069640000006044820152606401610322565b604080517fffffffffffffffffffffffffffffffffffffffff000000000000000000000000851660208201527fffffffffffffffffffffffff00000000000000000000000000000000000000008616603482015260009101604051602081830303815290604052610404906111da565b8351602080860191909120604080517fff00000000000000000000000000000000000000000000000000000000000000818501523060601b7fffffffffffffffffffffffffffffffffffffffff00000000000000000000000016602182015260358101859052605580820193909352815180820390930183526075019052805191012090915061049381610e0b565b156104fa576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f484f4c4f47524150483a20616c7265616479206465706c6f79656400000000006044820152606401610322565b818451602086016000f5905061050f81610e0b565b610575576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f484f4c4f47524150483a206465706c6f796d656e74206661696c6564000000006044820152606401610322565b6040517f4ddf47d4000000000000000000000000000000000000000000000000000000008082529073ffffffffffffffffffffffffffffffffffffffff831690634ddf47d4906105c9908790600401611283565b6020604051808303816000875af11580156105e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061060c9190611296565b7fffffffff000000000000000000000000000000000000000000000000000000001614610695576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a20696e697469616c697a6174696f6e206661696c65646044820152606401610322565b60405173ffffffffffffffffffffffffffffffffffffffff821681527f8ffcdc15a283d706d38281f500270d8b5a656918f555de0913d7455e3e6bc1bf906020015b60405180910390a150505050505050565b604080516020808201879052606086901b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168284015284151560f81b6054830152825160358184030181526055830184528051908201207f19457468657265756d205369676e6564204d6573736167653a0a333200000000607584015260918084018290528451808503909101815260b1909301909352815191012060009190600080600061079787610e45565b60408051600081526020810180835289905260ff8316918101919091526060810184905260808101839052929550909350915060019060a0016020604051602081039080840390855afa1580156107f2573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe001519b9a5050505050505050505050565b6040517fdc7faa0700000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82166004820152600090309063dc7faa0790602401602060405180830381865afa158015610896573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ba91906112d8565b92915050565b3360009081526001602052604090205460ff16610939576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f7665646044820152606401610322565b60005485116109a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f484f4c4f47524150483a20696e76616c6964206e6f6e636500000000000000006044820152606401610322565b60008581556109b5868686866106e8565b905060006109c5878787866106e8565b73ffffffffffffffffffffffffffffffffffffffff831660009081526001602052604090205490915060ff16610a57576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722031206e6f7420617070726f7665646044820152606401610322565b73ffffffffffffffffffffffffffffffffffffffff811660009081526001602052604090205460ff16610ae6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a207369676e65722032206e6f7420617070726f7665646044820152606401610322565b8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610ba1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603660248201527f484f4c4f47524150483a207369676e617475726573206d75737420626520667260448201527f6f6d20646966666572656e74206465706c6f79657273000000000000000000006064820152608401610322565b73ffffffffffffffffffffffffffffffffffffffff8616600090815260016020526040902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00168615151790557f51a7f65c6325882f237d4aeb43228179cfad48b868511d508e24b4437a81913785610c51576040518060400160405280601f81526020017f484f4c4f47524150483a206465706c6f79657220646973617070726f76656400815250610c88565b6040518060400160405280601c81526020017f484f4c4f47524150483a206465706c6f79657220617070726f766564000000008152505b6040516106d79190611283565b3360009081526001602052604081205460ff16610d0e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f7665646044820152606401610322565b5060005490565b3360009081526001602052604090205460ff16610d8e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f484f4c4f47524150483a206465706c6f796572206e6f7420617070726f7665646044820152606401610322565b6040517fcb33fe54000000000000000000000000000000000000000000000000000000008152309063cb33fe5490610dd290889088908890889088906004016112f5565b600060405180830381600087803b158015610dec57600080fd5b505af1158015610e00573d6000803e3d6000fd5b505050505050505050565b6000813f8015801590610e3e57507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4708114155b9392505050565b60008060008351604114610eb5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f496e76616c6964207369676e6174757265206c656e67746800000000000000006044820152606401610322565b50505060208101516040820151606090920151909260009190911a90565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112610f1357600080fd5b813567ffffffffffffffff80821115610f2e57610f2e610ed3565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610f7457610f74610ed3565b81604052838152866020858801011115610f8d57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600060a08688031215610fc557600080fd5b8535945060208601357fffffffffffffffffffffffff000000000000000000000000000000000000000081168114610ffc57600080fd5b935060408601357fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008116811461103157600080fd5b9250606086013567ffffffffffffffff8082111561104e57600080fd5b61105a89838a01610f02565b9350608088013591508082111561107057600080fd5b5061107d88828901610f02565b9150509295509295909350565b803573ffffffffffffffffffffffffffffffffffffffff811681146110ae57600080fd5b919050565b80151581146110c157600080fd5b50565b600080600080608085870312156110da57600080fd5b843593506110ea6020860161108a565b925060408501356110fa816110b3565b9150606085013567ffffffffffffffff81111561111657600080fd5b61112287828801610f02565b91505092959194509250565b60008060006060848603121561114357600080fd5b833592506111536020850161108a565b91506040840135611163816110b3565b809150509250925092565b60006020828403121561118057600080fd5b610e3e8261108a565b600080600080600060a086880312156111a157600080fd5b853594506111b16020870161108a565b93506040860135611031816110b3565b6000602082840312156111d357600080fd5b5035919050565b80516020808301519190811015611219577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8160200360031b1b821691505b50919050565b6000815180845260005b8181101561124557602081850181015186830182015201611229565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081526000610e3e602083018461121f565b6000602082840312156112a857600080fd5b81517fffffffff0000000000000000000000000000000000000000000000000000000081168114610e3e57600080fd5b6000602082840312156112ea57600080fd5b8151610e3e816110b3565b85815273ffffffffffffffffffffffffffffffffffffffff85166020820152831515604082015260a06060820152600061133260a083018561121f565b8281036080840152611344818561121f565b9897505050505050505056fea164736f6c6343000811000a","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xBE JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xCB33FE54 GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xDC7FAA07 GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xDC7FAA07 EQ PUSH2 0x200 JUMPI DUP1 PUSH4 0xE1580A32 EQ PUSH2 0x239 JUMPI DUP1 PUSH4 0xFA540801 EQ PUSH2 0x24C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xCB33FE54 EQ PUSH2 0x1E5 JUMPI DUP1 PUSH4 0xD288337D EQ PUSH2 0x1F8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x55DA4CD0 GT PUSH2 0xA7 JUMPI DUP1 PUSH4 0x55DA4CD0 EQ PUSH2 0x111 JUMPI DUP1 PUSH4 0x6AE675AC EQ PUSH2 0x149 JUMPI DUP1 PUSH4 0xA78645BD EQ PUSH2 0x1C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD8E6E2C EQ PUSH2 0xC3 JUMPI DUP1 PUSH4 0x49AA18FC EQ PUSH2 0xFC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF PUSH32 0x0 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x10F PUSH2 0x10A CALLDATASIZE PUSH1 0x4 PUSH2 0xFAD JUMP JUMPDEST PUSH2 0x2AD JUMP JUMPDEST STOP JUMPDEST PUSH2 0x124 PUSH2 0x11F CALLDATASIZE PUSH1 0x4 PUSH2 0x10C4 JUMP JUMPDEST PUSH2 0x6E8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xF3 JUMP JUMPDEST PUSH2 0x1B4 PUSH2 0x157 CALLDATASIZE PUSH1 0x4 PUSH2 0x112E JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH1 0x60 SWAP4 SWAP1 SWAP4 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP4 DUP3 ADD MSTORE SWAP1 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP1 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 SWAP1 SWAP3 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xF3 JUMP JUMPDEST PUSH2 0x1D5 PUSH2 0x1D0 CALLDATASIZE PUSH1 0x4 PUSH2 0x116E JUMP JUMPDEST PUSH2 0x829 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xF3 JUMP JUMPDEST PUSH2 0x10F PUSH2 0x1F3 CALLDATASIZE PUSH1 0x4 PUSH2 0x1189 JUMP JUMPDEST PUSH2 0x8C0 JUMP JUMPDEST PUSH2 0x1B4 PUSH2 0xC95 JUMP JUMPDEST PUSH2 0x1D5 PUSH2 0x20E CALLDATASIZE PUSH1 0x4 PUSH2 0x116E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH2 0x10F PUSH2 0x247 CALLDATASIZE PUSH1 0x4 PUSH2 0x1189 JUMP JUMPDEST PUSH2 0xD15 JUMP JUMPDEST PUSH2 0x1B4 PUSH2 0x25A CALLDATASIZE PUSH1 0x4 PUSH2 0x11C1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x3C DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH1 0x5C ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x32B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CHAINID DUP6 EQ PUSH2 0x394 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E636F727265637420636861696E206964000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP7 AND PUSH1 0x34 DUP3 ADD MSTORE PUSH1 0x0 SWAP2 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x404 SWAP1 PUSH2 0x11DA JUMP JUMPDEST DUP4 MLOAD PUSH1 0x20 DUP1 DUP7 ADD SWAP2 SWAP1 SWAP2 KECCAK256 PUSH1 0x40 DUP1 MLOAD PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP2 DUP6 ADD MSTORE ADDRESS PUSH1 0x60 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND PUSH1 0x21 DUP3 ADD MSTORE PUSH1 0x35 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x55 DUP1 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE DUP2 MLOAD DUP1 DUP3 SUB SWAP1 SWAP4 ADD DUP4 MSTORE PUSH1 0x75 ADD SWAP1 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 SWAP1 SWAP2 POP PUSH2 0x493 DUP2 PUSH2 0xE0B JUMP JUMPDEST ISZERO PUSH2 0x4FA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1B PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20616C7265616479206465706C6F7965640000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST DUP2 DUP5 MLOAD PUSH1 0x20 DUP7 ADD PUSH1 0x0 CREATE2 SWAP1 POP PUSH2 0x50F DUP2 PUSH2 0xE0B JUMP JUMPDEST PUSH2 0x575 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1C PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796D656E74206661696C656400000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x4DDF47D400000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND SWAP1 PUSH4 0x4DDF47D4 SWAP1 PUSH2 0x5C9 SWAP1 DUP8 SWAP1 PUSH1 0x4 ADD PUSH2 0x1283 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x5E8 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x60C SWAP2 SWAP1 PUSH2 0x1296 JUMP JUMPDEST PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND EQ PUSH2 0x695 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E697469616C697A6174696F6E206661696C6564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND DUP2 MSTORE PUSH32 0x8FFCDC15A283D706D38281F500270D8B5A656918F555DE0913D7455E3E6BC1BF SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 ADD DUP8 SWAP1 MSTORE PUSH1 0x60 DUP7 SWAP1 SHL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 AND DUP3 DUP5 ADD MSTORE DUP5 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x54 DUP4 ADD MSTORE DUP3 MLOAD PUSH1 0x35 DUP2 DUP5 SUB ADD DUP2 MSTORE PUSH1 0x55 DUP4 ADD DUP5 MSTORE DUP1 MLOAD SWAP1 DUP3 ADD KECCAK256 PUSH32 0x19457468657265756D205369676E6564204D6573736167653A0A333200000000 PUSH1 0x75 DUP5 ADD MSTORE PUSH1 0x91 DUP1 DUP5 ADD DUP3 SWAP1 MSTORE DUP5 MLOAD DUP1 DUP6 SUB SWAP1 SWAP2 ADD DUP2 MSTORE PUSH1 0xB1 SWAP1 SWAP4 ADD SWAP1 SWAP4 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x797 DUP8 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP1 DUP4 MSTORE DUP10 SWAP1 MSTORE PUSH1 0xFF DUP4 AND SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP4 SWAP1 MSTORE SWAP3 SWAP6 POP SWAP1 SWAP4 POP SWAP2 POP PUSH1 0x1 SWAP1 PUSH1 0xA0 ADD PUSH1 0x20 PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 SUB SWAP1 DUP1 DUP5 SUB SWAP1 DUP6 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x7F2 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 ADD MLOAD SWAP12 SWAP11 POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xDC7FAA0700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 ADDRESS SWAP1 PUSH4 0xDC7FAA07 SWAP1 PUSH1 0x24 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x896 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x8BA SWAP2 SWAP1 PUSH2 0x12D8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x939 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x0 SLOAD DUP6 GT PUSH2 0x9A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A20696E76616C6964206E6F6E63650000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 SSTORE PUSH2 0x9B5 DUP7 DUP7 DUP7 DUP7 PUSH2 0x6E8 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x9C5 DUP8 DUP8 DUP8 DUP7 PUSH2 0x6E8 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP2 POP PUSH1 0xFF AND PUSH2 0xA57 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722031206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xAE6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E65722032206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xBA1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x36 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A207369676E617475726573206D757374206265206672 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6F6D20646966666572656E74206465706C6F7965727300000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x322 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 AND DUP7 ISZERO ISZERO OR SWAP1 SSTORE PUSH32 0x51A7F65C6325882F237D4AEB43228179CFAD48B868511D508E24B4437A819137 DUP6 PUSH2 0xC51 JUMPI PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1F DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220646973617070726F76656400 DUP2 MSTORE POP PUSH2 0xC88 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1C DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x484F4C4F47524150483A206465706C6F79657220617070726F76656400000000 DUP2 MSTORE POP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x6D7 SWAP2 SWAP1 PUSH2 0x1283 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xD0E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST POP PUSH1 0x0 SLOAD SWAP1 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0xD8E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x484F4C4F47524150483A206465706C6F796572206E6F7420617070726F766564 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xCB33FE5400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS SWAP1 PUSH4 0xCB33FE54 SWAP1 PUSH2 0xDD2 SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 PUSH1 0x4 ADD PUSH2 0x12F5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xDEC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xE00 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 EXTCODEHASH DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0xE3E JUMPI POP PUSH32 0xC5D2460186F7233C927E7DB2DCC703C0E500B653CA82273B7BFAD8045D85A470 DUP2 EQ ISZERO JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 MLOAD PUSH1 0x41 EQ PUSH2 0xEB5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x496E76616C6964207369676E6174757265206C656E6774680000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x322 JUMP JUMPDEST POP POP POP PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x40 DUP3 ADD MLOAD PUSH1 0x60 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 PUSH1 0x0 SWAP2 SWAP1 SWAP2 BYTE SWAP1 JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xF13 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0xF2E JUMPI PUSH2 0xF2E PUSH2 0xED3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP4 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP3 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0xF74 JUMPI PUSH2 0xF74 PUSH2 0xED3 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP4 DUP2 MSTORE DUP7 PUSH1 0x20 DUP6 DUP9 ADD ADD GT ISZERO PUSH2 0xF8D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 PUSH1 0x20 DUP8 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP6 DUP4 ADD ADD MSTORE DUP1 SWAP5 POP POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0xFC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH1 0x20 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xFFC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0x1031 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP PUSH1 0x60 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x104E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x105A DUP10 DUP4 DUP11 ADD PUSH2 0xF02 JUMP JUMPDEST SWAP4 POP PUSH1 0x80 DUP9 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0x1070 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x107D DUP9 DUP3 DUP10 ADD PUSH2 0xF02 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x10AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x10C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x10DA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD SWAP4 POP PUSH2 0x10EA PUSH1 0x20 DUP7 ADD PUSH2 0x108A JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH2 0x10FA DUP2 PUSH2 0x10B3 JUMP JUMPDEST SWAP2 POP PUSH1 0x60 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1116 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1122 DUP8 DUP3 DUP9 ADD PUSH2 0xF02 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x1143 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD SWAP3 POP PUSH2 0x1153 PUSH1 0x20 DUP6 ADD PUSH2 0x108A JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x1163 DUP2 PUSH2 0x10B3 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1180 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE3E DUP3 PUSH2 0x108A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x11A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD SWAP5 POP PUSH2 0x11B1 PUSH1 0x20 DUP8 ADD PUSH2 0x108A JUMP JUMPDEST SWAP4 POP PUSH1 0x40 DUP7 ADD CALLDATALOAD PUSH2 0x1031 DUP2 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x11D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP2 SWAP1 DUP2 LT ISZERO PUSH2 0x1219 JUMPI PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 PUSH1 0x20 SUB PUSH1 0x3 SHL SHL DUP3 AND SWAP2 POP JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1245 JUMPI PUSH1 0x20 DUP2 DUP6 ADD DUP2 ADD MLOAD DUP7 DUP4 ADD DUP3 ADD MSTORE ADD PUSH2 0x1229 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x20 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x20 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xE3E PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x121F JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x12A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0xE3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x12EA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0xE3E DUP2 PUSH2 0x10B3 JUMP JUMPDEST DUP6 DUP2 MSTORE PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE DUP4 ISZERO ISZERO PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xA0 PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x1332 PUSH1 0xA0 DUP4 ADD DUP6 PUSH2 0x121F JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x80 DUP5 ADD MSTORE PUSH2 0x1344 DUP2 DUP6 PUSH2 0x121F JUMP JUMPDEST SWAP9 SWAP8 POP POP POP POP POP POP POP POP JUMP INVALID LOG1 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP EXP ","sourceMap":"5696:457:6:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13434:79:0;;;188:10:7;13500:8:0;176:23:7;158:42;;146:2;131:18;13434:79:0;;;;;;;;7646:921;;;;;;:::i;:::-;;:::i;:::-;;11934:399;;;;;;:::i;:::-;;:::i;:::-;;;3343:42:7;3331:55;;;3313:74;;3301:2;3286:18;11934:399:0;3167:226:7;11048:194:0;;;;;;:::i;:::-;11191:45;;;;;;;10253:19:7;;;;10310:2;10306:15;;;;10323:66;10302:88;10288:12;;;10281:110;10437:14;;10430:22;10425:3;10421:32;10407:12;;;10400:54;11191:45:0;;;;;;;;;10470:12:7;;;;11191:45:0;;11181:56;;;;;;11048:194;;;;3932:25:7;;;3920:2;3905:18;11048:194:0;3786:177:7;6021:130:6;;;;;;:::i;:::-;;:::i;:::-;;;4324:14:7;;4317:22;4299:41;;4287:2;4272:18;6021:130:6;4159:187:7;9697:1028:0;;;;;;:::i;:::-;;:::i;13186:119::-;;;:::i;8723:121::-;;;;;;:::i;:::-;8811:28;;8792:4;8811:28;;;:18;:28;;;;;;;;;8723:121;5775:242:6;;;;;;:::i;:::-;;:::i;11448:180:0:-;;;;;;:::i;:::-;11556:66;;13364::7;11556::0;;;13352:79:7;13447:12;;;13440:28;;;11524:7:0;;13484:12:7;;11556:66:0;;;;;;;;;;;;11546:77;;;;;;11539:84;;11448:180;;;;7646:921;6770:10;6751:30;;;;:18;:30;;;;;;;;6743:75;;;;;;;5737:2:7;6743:75:0;;;5719:21:7;;;5756:18;;;5749:30;5815:34;5795:18;;;5788:62;5867:18;;6743:75:0;;;;;;;;;7832:13:::1;7821:7;:24;7813:66;;;::::0;::::1;::::0;;6098:2:7;7813:66:0::1;::::0;::::1;6080:21:7::0;6137:2;6117:18;;;6110:30;6176:31;6156:18;;;6149:59;6225:18;;7813:66:0::1;5896:353:7::0;7813:66:0::1;7908:34;::::0;;6435:66:7;6423:79;;7908:34:0::1;::::0;::::1;6411:92:7::0;6545:66;6533:79;;6519:12;;;6512:101;7885:12:0::1;::::0;6629::7;7908:34:0::1;;;;;;;;;;;;7900:43;;;:::i;:::-;8068:21:::0;;::::1;::::0;;::::1;::::0;;;;8016:74:::1;::::0;;8033:12;8016:74;;::::1;7225:92:7::0;8055:4:0::1;7354:2:7::0;7350:15;7367:66;7346:88;7333:11;;;7326:109;7451:12;;;7444:28;;;7488:12;;;;7481:28;;;;8016:74:0;;;;;;;;;;7525:12:7;;8016:74:0;;8006:85;;;::::1;::::0;7444:28:7;;-1:-1:-1;8114:28:0::1;8006:85:::0;8114:11:::1;:28::i;:::-;8113:29;8105:69;;;::::0;::::1;::::0;;7750:2:7;8105:69:0::1;::::0;::::1;7732:21:7::0;7789:2;7769:18;;;7762:30;7828:29;7808:18;;;7801:57;7875:18;;8105:69:0::1;7548:351:7::0;8105:69:0::1;8269:4;8256:10;8250:17;8243:4;8231:10;8227:21;8224:1;8216:58;8197:77;;8293:28;8305:15;8293:11;:28::i;:::-;8285:69;;;::::0;::::1;::::0;;8106:2:7;8285:69:0::1;::::0;::::1;8088:21:7::0;8145:2;8125:18;;;8118:30;8184;8164:18;;;8157:58;8232:18;;8285:69:0::1;7904:352:7::0;8285:69:0::1;8375:54;::::0;8433:36;8375:54;;;8433:36;8375:44:::1;::::0;::::1;::::0;8433:36:::1;::::0;8375:54:::1;::::0;8420:8;;8375:54:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:94:::0;::::1;;8360:157;;;::::0;::::1;::::0;;9512:2:7;8360:157:0::1;::::0;::::1;9494:21:7::0;;;9531:18;;;9524:30;9590:34;9570:18;;;9563:62;9642:18;;8360:157:0::1;9310:356:7::0;8360:157:0::1;8529:33;::::0;3343:42:7;3331:55;;3313:74;;8529:33:0::1;::::0;3301:2:7;3286:18;8529:33:0::1;;;;;;;;7807:760;;7646:921:::0;;;;;:::o;11934:399::-;11191:45;;;;;;;10253:19:7;;;10310:2;10306:15;;;10323:66;10302:88;10288:12;;;10281:110;10437:14;;10430:22;10425:3;10421:32;10407:12;;;10400:54;11191:45:0;;;;;;;;;10470:12:7;;;11191:45:0;;11181:56;;;;;;13364:66:7;11556::0;;;13352:79:7;13447:12;;;;13440:28;;;11556:66:0;;;;;;;;;;13484:12:7;;;;11556:66:0;;;11546:77;;;;;-1:-1:-1;;11181:56:0;12224:9;12235;12246:7;12257:25;12272:9;12257:14;:25::i;:::-;12296:32;;;;;;;;;;;;9898:25:7;;;9971:4;9959:17;;9939:18;;;9932:45;;;;9993:18;;;9986:34;;;10036:18;;;10029:34;;;12223:59:0;;-1:-1:-1;12223:59:0;;-1:-1:-1;12223:59:0;-1:-1:-1;12296:32:0;;9870:19:7;;12296:32:0;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;12296:32:0;;;;;;11934:399;-1:-1:-1;;;;;;;;;;;11934:399:0:o;6021:130:6:-;6113:33;;;;;3343:42:7;3331:55;;6113:33:6;;;3313:74:7;6094:4:6;;6113;;:23;;3286:18:7;;6113:33:6;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;6106:40;6021:130;-1:-1:-1;;6021:130:6:o;9697:1028:0:-;6770:10;6751:30;;;;:18;:30;;;;;;;;6743:75;;;;;;;5737:2:7;6743:75:0;;;5719:21:7;;;5756:18;;;5749:30;5815:34;5795:18;;;5788:62;5867:18;;6743:75:0;5535:356:7;6743:75:0;9878:21:::1;;9870:5;:29;9862:66;;;::::0;::::1;::::0;;10945:2:7;9862:66:0::1;::::0;::::1;10927:21:7::0;10984:2;10964:18;;;10957:30;11023:26;11003:18;;;10996:54;11067:18;;9862:66:0::1;10743:348:7::0;9862:66:0::1;9934:21;:29:::0;;;10031:48:::1;9958:5:::0;10052:11;10065:7;10074:4;10031:13:::1;:48::i;:::-;10013:66;;10085:15;10103:48;10117:5;10124:11;10137:7;10146:4;10103:13;:48::i;:::-;10220:27;::::0;::::1;;::::0;;;:18:::1;:27;::::0;;;;;10085:66;;-1:-1:-1;10220:27:0::1;;10212:72;;;::::0;::::1;::::0;;11298:2:7;10212:72:0::1;::::0;::::1;11280:21:7::0;;;11317:18;;;11310:30;11376:34;11356:18;;;11349:62;11428:18;;10212:72:0::1;11096:356:7::0;10212:72:0::1;10298:27;::::0;::::1;;::::0;;;:18:::1;:27;::::0;;;;;::::1;;10290:72;;;::::0;::::1;::::0;;11659:2:7;10290:72:0::1;::::0;::::1;11641:21:7::0;;;11678:18;;;11671:30;11737:34;11717:18;;;11710:62;11789:18;;10290:72:0::1;11457:356:7::0;10290:72:0::1;10447:7;10436:18;;:7;:18;;::::0;10428:85:::1;;;::::0;::::1;::::0;;12020:2:7;10428:85:0::1;::::0;::::1;12002:21:7::0;12059:2;12039:18;;;12032:30;12098:34;12078:18;;;12071:62;12169:24;12149:18;;;12142:52;12211:19;;10428:85:0::1;11818:418:7::0;10428:85:0::1;10582:31;::::0;::::1;;::::0;;;:18:::1;:31;::::0;;;;:41;;;::::1;::::0;::::1;;;::::0;;10635:85:::1;10582:41:::0;10643:76:::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;10635:85;;;;;;:::i;13186:119::-:0;6770:10;13257:7;6751:30;;;:18;:30;;;;;;;;6743:75;;;;;;;5737:2:7;6743:75:0;;;5719:21:7;;;5756:18;;;5749:30;5815:34;5795:18;;;5788:62;5867:18;;6743:75:0;5535:356:7;6743:75:0;-1:-1:-1;13279:21:0::1;::::0;13186:119;:::o;5775:242:6:-;6770:10:0;6751:30;;;;:18;:30;;;;;;;;6743:75;;;;;;;5737:2:7;6743:75:0;;;5719:21:7;;;5756:18;;;5749:30;5815:34;5795:18;;;5788:62;5867:18;;6743:75:0;5535:356:7;6743:75:0;5951:61:6::1;::::0;;;;:4:::1;::::0;:20:::1;::::0;:61:::1;::::0;5972:5;;5979:11;;5992:7;;6001:4;;6007;;5951:61:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;5775:242:::0;;;;;:::o;9048:282:0:-;9117:4;9180:28;;9227:15;;;;;:97;;-1:-1:-1;9258:66:0;9246:78;;;9227:97;9219:106;9048:282;-1:-1:-1;;;9048:282:0:o;12608:450::-;12692:9;12709;12726:7;12756:3;:10;12770:2;12756:16;12748:53;;;;;;;13709:2:7;12748:53:0;;;13691:21:7;13748:2;13728:18;;;13721:30;13787:26;13767:18;;;13760:54;13831:18;;12748:53:0;13507:348:7;12748:53:0;-1:-1:-1;;;12894:2:0;12885:12;;12879:19;12950:2;12941:12;;12935:19;13043:2;13034:12;;;13028:19;12879;;13025:1;13020:28;;;;;12608:450::o;211:184:7:-;263:77;260:1;253:88;360:4;357:1;350:15;384:4;381:1;374:15;400:777;442:5;495:3;488:4;480:6;476:17;472:27;462:55;;513:1;510;503:12;462:55;549:6;536:20;575:18;612:2;608;605:10;602:36;;;618:18;;:::i;:::-;752:2;746:9;814:4;806:13;;657:66;802:22;;;826:2;798:31;794:40;782:53;;;850:18;;;870:22;;;847:46;844:72;;;896:18;;:::i;:::-;936:10;932:2;925:22;971:2;963:6;956:18;1017:3;1010:4;1005:2;997:6;993:15;989:26;986:35;983:55;;;1034:1;1031;1024:12;983:55;1098:2;1091:4;1083:6;1079:17;1072:4;1064:6;1060:17;1047:54;1145:1;1138:4;1133:2;1125:6;1121:15;1117:26;1110:37;1165:6;1156:15;;;;;;400:777;;;;:::o;1182:1059::-;1295:6;1303;1311;1319;1327;1380:3;1368:9;1359:7;1355:23;1351:33;1348:53;;;1397:1;1394;1387:12;1348:53;1433:9;1420:23;1410:33;;1493:2;1482:9;1478:18;1465:32;1537:66;1530:5;1526:78;1519:5;1516:89;1506:117;;1619:1;1616;1609:12;1506:117;1642:5;-1:-1:-1;1699:2:7;1684:18;;1671:32;1747:66;1734:80;;1722:93;;1712:121;;1829:1;1826;1819:12;1712:121;1852:7;-1:-1:-1;1910:2:7;1895:18;;1882:32;1933:18;1963:14;;;1960:34;;;1990:1;1987;1980:12;1960:34;2013:49;2054:7;2045:6;2034:9;2030:22;2013:49;:::i;:::-;2003:59;;2115:3;2104:9;2100:19;2087:33;2071:49;;2145:2;2135:8;2132:16;2129:36;;;2161:1;2158;2151:12;2129:36;;2184:51;2227:7;2216:8;2205:9;2201:24;2184:51;:::i;:::-;2174:61;;;1182:1059;;;;;;;;:::o;2246:196::-;2314:20;;2374:42;2363:54;;2353:65;;2343:93;;2432:1;2429;2422:12;2343:93;2246:196;;;:::o;2447:118::-;2533:5;2526:13;2519:21;2512:5;2509:32;2499:60;;2555:1;2552;2545:12;2499:60;2447:118;:::o;2570:592::-;2662:6;2670;2678;2686;2739:3;2727:9;2718:7;2714:23;2710:33;2707:53;;;2756:1;2753;2746:12;2707:53;2792:9;2779:23;2769:33;;2821:38;2855:2;2844:9;2840:18;2821:38;:::i;:::-;2811:48;;2909:2;2898:9;2894:18;2881:32;2922:28;2944:5;2922:28;:::i;:::-;2969:5;-1:-1:-1;3025:2:7;3010:18;;2997:32;3052:18;3041:30;;3038:50;;;3084:1;3081;3074:12;3038:50;3107:49;3148:7;3139:6;3128:9;3124:22;3107:49;:::i;:::-;3097:59;;;2570:592;;;;;;;:::o;3398:383::-;3472:6;3480;3488;3541:2;3529:9;3520:7;3516:23;3512:32;3509:52;;;3557:1;3554;3547:12;3509:52;3593:9;3580:23;3570:33;;3622:38;3656:2;3645:9;3641:18;3622:38;:::i;:::-;3612:48;;3710:2;3699:9;3695:18;3682:32;3723:28;3745:5;3723:28;:::i;:::-;3770:5;3760:15;;;3398:383;;;;;:::o;3968:186::-;4027:6;4080:2;4068:9;4059:7;4055:23;4051:32;4048:52;;;4096:1;4093;4086:12;4048:52;4119:29;4138:9;4119:29;:::i;4351:812::-;4461:6;4469;4477;4485;4493;4546:3;4534:9;4525:7;4521:23;4517:33;4514:53;;;4563:1;4560;4553:12;4514:53;4599:9;4586:23;4576:33;;4628:38;4662:2;4651:9;4647:18;4628:38;:::i;:::-;4618:48;;4716:2;4705:9;4701:18;4688:32;4729:28;4751:5;4729:28;:::i;5350:180::-;5409:6;5462:2;5450:9;5441:7;5437:23;5433:32;5430:52;;;5478:1;5475;5468:12;5430:52;-1:-1:-1;5501:23:7;;5350:180;-1:-1:-1;5350:180:7:o;6652:357::-;6770:12;;6817:4;6806:16;;;6800:23;;6770:12;6835:16;;6832:171;;;6925:66;6915:6;6909:4;6905:17;6902:1;6898:25;6894:98;6887:5;6883:110;6874:119;;6832:171;;6652:357;;;:::o;8261:481::-;8302:3;8340:5;8334:12;8367:6;8362:3;8355:19;8392:1;8402:162;8416:6;8413:1;8410:13;8402:162;;;8478:4;8534:13;;;8530:22;;8524:29;8506:11;;;8502:20;;8495:59;8431:12;8402:162;;;8406:3;8609:1;8602:4;8593:6;8588:3;8584:16;8580:27;8573:38;8731:4;8661:66;8656:2;8648:6;8644:15;8640:88;8635:3;8631:98;8627:109;8620:116;;;8261:481;;;;:::o;8747:217::-;8894:2;8883:9;8876:21;8857:4;8914:44;8954:2;8943:9;8939:18;8931:6;8914:44;:::i;8969:336::-;9038:6;9091:2;9079:9;9070:7;9066:23;9062:32;9059:52;;;9107:1;9104;9097:12;9059:52;9139:9;9133:16;9189:66;9182:5;9178:78;9171:5;9168:89;9158:117;;9271:1;9268;9261:12;10493:245;10560:6;10613:2;10601:9;10592:7;10588:23;10584:32;10581:52;;;10629:1;10626;10619:12;10581:52;10661:9;10655:16;10680:28;10702:5;10680:28;:::i;12465:652::-;12736:6;12725:9;12718:25;12791:42;12783:6;12779:55;12774:2;12763:9;12759:18;12752:83;12885:6;12878:14;12871:22;12866:2;12855:9;12851:18;12844:50;12930:3;12925:2;12914:9;12910:18;12903:31;12699:4;12957:45;12997:3;12986:9;12982:19;12974:6;12957:45;:::i;:::-;13051:9;13043:6;13039:22;13033:3;13022:9;13018:19;13011:51;13079:32;13104:6;13096;13079:32;:::i;:::-;13071:40;12465:652;-1:-1:-1;;;;;;;;12465:652:7:o"},"gasEstimates":{"creation":{"codeDepositCost":"991400","executionCost":"infinite","totalCost":"infinite"},"external":{"approveDeployer(uint256,address,bool,bytes,bytes)":"infinite","approveDeployerMock(uint256,address,bool,bytes,bytes)":"infinite","deploy(uint256,bytes12,bytes20,bytes,bytes)":"infinite","getApproveDeployerNonce()":"4545","getEthSignedMessageHash(bytes32)":"498","getMessageHash(uint256,address,bool)":"693","getVersion()":"infinite","isApprovedDeployer(address)":"2547","isApprovedDeployerMock(address)":"infinite","recoverSigner(uint256,address,bool,bytes)":"infinite"}},"methodIdentifiers":{"approveDeployer(uint256,address,bool,bytes,bytes)":"cb33fe54","approveDeployerMock(uint256,address,bool,bytes,bytes)":"e1580a32","deploy(uint256,bytes12,bytes20,bytes,bytes)":"49aa18fc","getApproveDeployerNonce()":"d288337d","getEthSignedMessageHash(bytes32)":"fa540801","getMessageHash(uint256,address,bool)":"6ae675ac","getVersion()":"0d8e6e2c","isApprovedDeployer(address)":"dc7faa07","isApprovedDeployerMock(address)":"a78645bd","recoverSigner(uint256,address,bool,bytes)":"55da4cd0"}},"metadata":"{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"deployedContract\",\"type\":\"address\"}],\"name\":\"ContractDeployed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"message\",\"type\":\"string\"}],\"name\":\"Message\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newDeployer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approve\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"sig1\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"sig2\",\"type\":\"bytes\"}],\"name\":\"approveDeployer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newDeployer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approve\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"sig1\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"sig2\",\"type\":\"bytes\"}],\"name\":\"approveDeployerMock\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"bytes12\",\"name\":\"saltHash\",\"type\":\"bytes12\"},{\"internalType\":\"bytes20\",\"name\":\"secret\",\"type\":\"bytes20\"},{\"internalType\":\"bytes\",\"name\":\"sourceCode\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"initCode\",\"type\":\"bytes\"}],\"name\":\"deploy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getApproveDeployerNonce\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_messageHash\",\"type\":\"bytes32\"}],\"name\":\"getEthSignedMessageHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newDeployer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approve\",\"type\":\"bool\"}],\"name\":\"getMessageHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getVersion\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"deployer\",\"type\":\"address\"}],\"name\":\"isApprovedDeployer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"deployer\",\"type\":\"address\"}],\"name\":\"isApprovedDeployerMock\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"newDeployer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approve\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"recoverSigner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"approveDeployer(uint256,address,bool,bytes,bytes)\":{\"details\":\"Approve or disapprove a deployer using multi-signature verification.\",\"params\":{\"approve\":\"Boolean representing the approval status\",\"newDeployer\":\"The address of the deployer to approve or disapprove\",\"nonce\":\"A unique nonce\",\"sig1\":\"The first signature for multisig\",\"sig2\":\"The second signature for multisig\"}},\"deploy(uint256,bytes12,bytes20,bytes,bytes)\":{\"details\":\"Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.\",\"params\":{\"chainId\":\"The chain on which to deploy\",\"initCode\":\"The initialization code for the contract\",\"saltHash\":\"A unique salt for contract creation\",\"secret\":\"A secret part of the salt\",\"sourceCode\":\"The bytecode of the contract to deploy\"}},\"getApproveDeployerNonce()\":{\"details\":\"Returns the current nonce for deployer approvals.\",\"returns\":{\"_0\":\"uint256 representing the current nonce\"}},\"getEthSignedMessageHash(bytes32)\":{\"details\":\"Recreates the Ethereum signed message hash from the plain message hash.\",\"params\":{\"_messageHash\":\"The hash of the original message\"},\"returns\":{\"_0\":\"bytes32 Ethereum signed message hash\"}},\"getMessageHash(uint256,address,bool)\":{\"details\":\"Generates a hash of the message containing nonce, deployer address, and approval status.\",\"params\":{\"approve\":\"Approval status in the message\",\"newDeployer\":\"Address of the deployer in the message\",\"nonce\":\"Nonce used in the message\"},\"returns\":{\"_0\":\"bytes32 Ethereum signed message hash\"}},\"getVersion()\":{\"details\":\"Returns the version number of the Genesis contract\",\"returns\":{\"_0\":\"uint32 representing the version number\"}},\"isApprovedDeployer(address)\":{\"details\":\"Check if an address is an approved deployer.\",\"params\":{\"deployer\":\"Address to check\"},\"returns\":{\"_0\":\"bool representing approval status\"}},\"recoverSigner(uint256,address,bool,bytes)\":{\"details\":\"Recovers the signer from the signature.\",\"params\":{\"approve\":\"Approval status in the message\",\"newDeployer\":\"Address of the deployer in the message\",\"nonce\":\"Nonce used in the message\",\"signature\":\"The signature to recover\"},\"returns\":{\"_0\":\"address of the signer\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/mock/MockHolographGenesisChild.sol\":\"MockHolographGenesisChild\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"contracts/HolographGenesis.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nimport \\\"./interface/InitializableInterface.sol\\\";\\n\\n/**\\n * @title HOLOGRAPH GENESIS\\n * @dev In the beginning there was a smart contract...\\n */\\ncontract HolographGenesis {\\n uint32 private immutable _version;\\n\\n // Nonce to prevent replay attacks on deployer approvals\\n uint256 private _approveDeployerNonce;\\n\\n // Immutable addresses of the initial deployers\\n address private immutable deployer1 = 0xBB566182f35B9E5Ae04dB02a5450CC156d2f89c1;\\n address private immutable deployer2 = 0x22ED36947DDd1ae317F7816c410D3c0c58Bb9b90;\\n address private immutable deployer3 = 0xFfCA0d6986099FbDb3b6AD9b6aa5DF5ed1d44f0C;\\n address private immutable deployer4 = 0xDF9013a9Af763b181EF8acFC0e3229494004e001;\\n address private immutable deployer5 = 0x00Ac9Fd50C63f176B49F05FfedA324bD68C7cD69;\\n\\n // Mapping of addresses that are approved deployers\\n mapping(address => bool) private _approvedDeployers;\\n\\n // Events\\n event Message(string message);\\n event ContractDeployed(address deployedContract);\\n\\n // Modifier to restrict function calls to approved deployers\\n modifier onlyDeployer() {\\n require(_approvedDeployers[msg.sender], \\\"HOLOGRAPH: deployer not approved\\\");\\n _;\\n }\\n\\n /**\\n * @dev Sets the initial deployers as approved upon contract creation.\\n */\\n constructor() {\\n _version = 2;\\n\\n // Set the immutable deployers as approved\\n _approvedDeployers[deployer1] = true;\\n _approvedDeployers[deployer2] = true;\\n _approvedDeployers[deployer3] = true;\\n _approvedDeployers[deployer4] = true;\\n _approvedDeployers[deployer5] = true;\\n\\n emit Message(\\\"The future is Holographic\\\");\\n }\\n\\n /**\\n * @dev Deploy a contract using the EIP-1014 (create2) opcode for deterministic addresses.\\n * @param chainId The chain on which to deploy\\n * @param saltHash A unique salt for contract creation\\n * @param secret A secret part of the salt\\n * @param sourceCode The bytecode of the contract to deploy\\n * @param initCode The initialization code for the contract\\n */\\n function deploy(\\n uint256 chainId,\\n bytes12 saltHash,\\n bytes20 secret,\\n bytes memory sourceCode,\\n bytes memory initCode\\n ) external onlyDeployer {\\n require(chainId == block.chainid, \\\"HOLOGRAPH: incorrect chain id\\\");\\n bytes32 salt = bytes32(abi.encodePacked(secret, saltHash));\\n address contractAddress = address(\\n uint160(uint256(keccak256(abi.encodePacked(bytes1(0xff), address(this), salt, keccak256(sourceCode)))))\\n );\\n require(!_isContract(contractAddress), \\\"HOLOGRAPH: already deployed\\\");\\n assembly {\\n contractAddress := create2(0, add(sourceCode, 0x20), mload(sourceCode), salt)\\n }\\n require(_isContract(contractAddress), \\\"HOLOGRAPH: deployment failed\\\");\\n require(\\n InitializableInterface(contractAddress).init(initCode) == InitializableInterface.init.selector,\\n \\\"HOLOGRAPH: initialization failed\\\"\\n );\\n\\n emit ContractDeployed(contractAddress);\\n }\\n\\n /**\\n * @dev Check if an address is an approved deployer.\\n * @param deployer Address to check\\n * @return bool representing approval status\\n */\\n function isApprovedDeployer(address deployer) external view returns (bool) {\\n return _approvedDeployers[deployer];\\n }\\n\\n /**\\n * @dev Internal function to determine if an address is a deployed contract.\\n * @param contractAddress The address to check\\n * @return bool representing if the address is a contract\\n */\\n function _isContract(address contractAddress) internal view returns (bool) {\\n bytes32 codehash;\\n assembly {\\n codehash := extcodehash(contractAddress)\\n }\\n return (codehash != 0x0 && codehash != 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470);\\n }\\n\\n /**\\n * @dev Approve or disapprove a deployer using multi-signature verification.\\n * @param nonce A unique nonce\\n * @param newDeployer The address of the deployer to approve or disapprove\\n * @param approve Boolean representing the approval status\\n * @param sig1 The first signature for multisig\\n * @param sig2 The second signature for multisig\\n */\\n function approveDeployer(\\n uint256 nonce,\\n address newDeployer,\\n bool approve,\\n bytes memory sig1,\\n bytes memory sig2\\n ) external onlyDeployer {\\n require(nonce > _approveDeployerNonce, \\\"HOLOGRAPH: invalid nonce\\\");\\n _approveDeployerNonce = nonce; // Update the nonce\\n\\n // Recover signers\\n address signer1 = recoverSigner(nonce, newDeployer, approve, sig1);\\n address signer2 = recoverSigner(nonce, newDeployer, approve, sig2);\\n\\n // Check that both signers are approved deployers\\n require(_approvedDeployers[signer1], \\\"HOLOGRAPH: signer 1 not approved\\\");\\n require(_approvedDeployers[signer2], \\\"HOLOGRAPH: signer 2 not approved\\\");\\n\\n // Ensure signatures come from two different deployers\\n require(signer1 != signer2, \\\"HOLOGRAPH: signatures must be from different deployers\\\");\\n\\n // All checks passed, update the deployer approval status\\n _approvedDeployers[newDeployer] = approve;\\n\\n emit Message(approve ? \\\"HOLOGRAPH: deployer approved\\\" : \\\"HOLOGRAPH: deployer disapproved\\\");\\n }\\n\\n /**\\n * @dev Generates a hash of the message containing nonce, deployer address, and approval status.\\n * @param nonce Nonce used in the message\\n * @param newDeployer Address of the deployer in the message\\n * @param approve Approval status in the message\\n * @return bytes32 Ethereum signed message hash\\n */\\n function getMessageHash(\\n uint256 nonce,\\n address newDeployer,\\n bool approve\\n ) public pure returns (bytes32) {\\n return keccak256(abi.encodePacked(nonce, newDeployer, approve));\\n }\\n\\n /**\\n * @dev Recreates the Ethereum signed message hash from the plain message hash.\\n * @param _messageHash The hash of the original message\\n * @return bytes32 Ethereum signed message hash\\n */\\n function getEthSignedMessageHash(bytes32 _messageHash) public pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n32\\\", _messageHash));\\n }\\n\\n /**\\n * @dev Recovers the signer from the signature.\\n * @param nonce Nonce used in the message\\n * @param newDeployer Address of the deployer in the message\\n * @param approve Approval status in the message\\n * @param signature The signature to recover\\n * @return address of the signer\\n */\\n function recoverSigner(\\n uint256 nonce,\\n address newDeployer,\\n bool approve,\\n bytes memory signature\\n ) public pure returns (address) {\\n bytes32 messageHash = getMessageHash(nonce, newDeployer, approve);\\n bytes32 prefixedHash = getEthSignedMessageHash(messageHash);\\n (bytes32 r, bytes32 s, uint8 v) = splitSignature(signature);\\n\\n return ecrecover(prefixedHash, v, r, s);\\n }\\n\\n /**\\n * @dev Splits a signature into its r, s, and v components.\\n * @param sig The signature to split.\\n * @return r The r component of the signature.\\n * @return s The s component of the signature.\\n * @return v The recovery id component of the signature.\\n */\\n function splitSignature(bytes memory sig)\\n internal\\n pure\\n returns (\\n bytes32 r,\\n bytes32 s,\\n uint8 v\\n )\\n {\\n require(sig.length == 65, \\\"Invalid signature length\\\");\\n\\n assembly {\\n // first 32 bytes, after the length prefix\\n r := mload(add(sig, 32))\\n // second 32 bytes\\n s := mload(add(sig, 64))\\n // final byte (first byte of the next 32 bytes)\\n v := byte(0, mload(add(sig, 96)))\\n }\\n }\\n\\n /**\\n * @dev Returns the current nonce for deployer approvals.\\n * @return uint256 representing the current nonce\\n */\\n function getApproveDeployerNonce() external view onlyDeployer returns (uint256) {\\n return _approveDeployerNonce;\\n }\\n\\n /**\\n * @dev Returns the version number of the Genesis contract\\n * @return uint32 representing the version number\\n */\\n function getVersion() external view returns (uint32) {\\n return _version;\\n }\\n}\\n\",\"keccak256\":\"0xf7396534e1cba42b8b876dae9e802557d3348f4f8f92aeadf63156f2eb6e8a5d\",\"license\":\"UNLICENSED\"},\"contracts/interface/InitializableInterface.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\n/**\\n * @title Initializable\\n * @author https://github.com/holographxyz\\n * @notice Use init instead of constructor\\n * @dev This allows for use of init function to make one time initializations without the need of a constructor\\n */\\ninterface InitializableInterface {\\n /**\\n * @notice Used internally to initialize the contract instead of through a constructor\\n * @dev This function is called by the deployer/factory when creating a contract\\n * @param initPayload abi encoded payload to use for contract initilaization\\n */\\n function init(bytes memory initPayload) external returns (bytes4);\\n}\\n\",\"keccak256\":\"0x3763904cf6e56ab7e724aa9881c6230a7acc686e737e802ea348197b81a50493\",\"license\":\"UNLICENSED\"},\"contracts/mock/MockHolographGenesisChild.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n/*\\n\\n \\u250c\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2510\\n \\u2502 HOLOGRAPH \\u2502\\n \\u2514\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2500\\u2518\\n\\u2554\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2557\\n\\u2551 \\u2551\\n\\u2551 / ^ \\\\ \\u2551\\n\\u2551 ~~*~~ \\u00b8 \\u2551\\n\\u2551 [ '<>:<>' ] \\u2502\\u2591\\u2591\\u2591 \\u2551\\n\\u2551 \\u2554\\u2557 _/\\\"\\\\_ \\u2554\\u2563 \\u2551\\n\\u2551 \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\\"\\\"\\\" \\u250c\\u2500\\u256c\\u256c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\\\_/ \\u250c\\u2500\\u252c\\u2518 \\u2560\\u2563 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2560\\u2563 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2551 \\u250c\\u2500\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2510 \\u250c\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2500\\u2510 \\u2551\\n\\u2560\\u252c\\u2518 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502\\u2514\\u00a4\\u2518\\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2514\\u252c\\u2563\\n\\u2551\\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502 \\u2560\\u2563 \\u2502 \\u2502 \\u2502 \\u2502 \\u2502\\u2551\\n\\u2560\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u256c\\u256c\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2550\\u2550\\u2569\\u2563\\n\\u2560\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u256c\\u256c\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2534\\u2563\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 \\u2560\\u2563 \\u2560\\u2563 \\u2551\\n\\u2551 , \\u2560\\u2563 , ,' * \\u2560\\u2563 \\u2551\\n\\u2551~~~~~^~~~~~~~~\\u250c\\u256c\\u256c\\u2510~~~^~~~~~~~~^^~~~~~~~~^~~\\u250c\\u256c\\u256c\\u2510~~~~~~~^~~~~~~\\u2551\\n\\u255a\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2569\\u2569\\u2569\\u2569\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u2550\\u255d\\n - one protocol, one bridge = infinite possibilities -\\n\\n\\n ***************************************************************\\n\\n DISCLAIMER: U.S Patent Pending\\n\\n LICENSE: Holograph Limited Public License (H-LPL)\\n\\n https://holograph.xyz/licenses/h-lpl/1.0.0\\n\\n This license governs use of the accompanying software. If you\\n use the software, you accept this license. If you do not accept\\n the license, you are not permitted to use the software.\\n\\n 1. Definitions\\n\\n The terms \\\"reproduce,\\\" \\\"reproduction,\\\" \\\"derivative works,\\\" and\\n \\\"distribution\\\" have the same meaning here as under U.S.\\n copyright law. A \\\"contribution\\\" is the original software, or\\n any additions or changes to the software. A \\\"contributor\\\" is\\n any person that distributes its contribution under this\\n license. \\\"Licensed patents\\\" are a contributor\\u2019s patent claims\\n that read directly on its contribution.\\n\\n 2. Grant of Rights\\n\\n A) Copyright Grant- Subject to the terms of this license,\\n including the license conditions and limitations in sections 3\\n and 4, each contributor grants you a non-exclusive, worldwide,\\n royalty-free copyright license to reproduce its contribution,\\n prepare derivative works of its contribution, and distribute\\n its contribution or any derivative works that you create.\\n B) Patent Grant- Subject to the terms of this license,\\n including the license conditions and limitations in section 3,\\n each contributor grants you a non-exclusive, worldwide,\\n royalty-free license under its licensed patents to make, have\\n made, use, sell, offer for sale, import, and/or otherwise\\n dispose of its contribution in the software or derivative works\\n of the contribution in the software.\\n\\n 3. Conditions and Limitations\\n\\n A) No Trademark License- This license does not grant you rights\\n to use any contributors\\u2019 name, logo, or trademarks.\\n B) If you bring a patent claim against any contributor over\\n patents that you claim are infringed by the software, your\\n patent license from such contributor is terminated with\\n immediate effect.\\n C) If you distribute any portion of the software, you must\\n retain all copyright, patent, trademark, and attribution\\n notices that are present in the software.\\n D) If you distribute any portion of the software in source code\\n form, you may do so only under this license by including a\\n complete copy of this license with your distribution. If you\\n distribute any portion of the software in compiled or object\\n code form, you may only do so under a license that complies\\n with this license.\\n E) The software is licensed \\u201cas-is.\\u201d You bear all risks of\\n using it. The contributors give no express warranties,\\n guarantees, or conditions. You may have additional consumer\\n rights under your local laws which this license cannot change.\\n To the extent permitted under your local laws, the contributors\\n exclude all implied warranties, including those of\\n merchantability, fitness for a particular purpose and\\n non-infringement.\\n\\n 4. (F) Platform Limitation- The licenses granted in sections\\n 2.A & 2.B extend only to the software or derivative works that\\n you create that run on a Holograph system product.\\n\\n ***************************************************************\\n\\n*/\\n\\npragma solidity 0.8.17;\\n\\nimport \\\"../HolographGenesis.sol\\\";\\n\\ncontract MockHolographGenesisChild is HolographGenesis {\\n constructor() {}\\n\\n function approveDeployerMock(\\n uint256 nonce,\\n address newDeployer,\\n bool approve,\\n bytes memory sig1,\\n bytes memory sig2\\n ) external onlyDeployer {\\n return this.approveDeployer(nonce, newDeployer, approve, sig1, sig2);\\n }\\n\\n function isApprovedDeployerMock(address deployer) external view returns (bool) {\\n return this.isApprovedDeployer(deployer);\\n }\\n}\\n\",\"keccak256\":\"0x5c327ae25e3ac61741e1e1257f1eb794aacd00d10506947bcd93157ace0fb6e4\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":7,"contract":"contracts/mock/MockHolographGenesisChild.sol:MockHolographGenesisChild","label":"_approveDeployerNonce","offset":0,"slot":"0","type":"t_uint256"},{"astId":26,"contract":"contracts/mock/MockHolographGenesisChild.sol:MockHolographGenesisChild","label":"_approvedDeployers","offset":0,"slot":"1","type":"t_mapping(t_address,t_bool)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_mapping(t_address,t_bool)":{"encoding":"mapping","key":"t_address","label":"mapping(address => bool)","numberOfBytes":"32","value":"t_bool"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"}}},"userdoc":{"kind":"user","methods":{},"version":1}}}}}}