@layerzerolabs/proxy-v5-6-evm-contracts 1.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/.turbo/turbo-build.log +270 -0
  2. package/.turbo/turbo-lint.log +98 -0
  3. package/.turbo/turbo-test.log +124 -0
  4. package/LICENSE +23 -0
  5. package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
  6. package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
  7. package/artifacts/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
  8. package/artifacts/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +124 -0
  9. package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
  10. package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +56 -0
  11. package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
  12. package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +81 -0
  13. package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
  14. package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +49 -0
  15. package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
  16. package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +15 -0
  17. package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
  18. package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +24 -0
  19. package/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
  20. package/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +132 -0
  21. package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
  22. package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +74 -0
  23. package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
  24. package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +121 -0
  25. package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
  26. package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.json +22 -0
  27. package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
  28. package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
  29. package/artifacts/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
  30. package/artifacts/@openzeppelin/contracts/utils/Errors.sol/Errors.json +48 -0
  31. package/artifacts/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
  32. package/artifacts/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +10 -0
  33. package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
  34. package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +10 -0
  35. package/artifacts/build-info/eb640ccbdf084d1d111d9ebf9250fdca.json +1 -0
  36. package/artifacts/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
  37. package/artifacts/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +176 -0
  38. package/artifacts/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
  39. package/artifacts/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +121 -0
  40. package/artifacts/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
  41. package/artifacts/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +16 -0
  42. package/artifacts-flattened-contracts/contracts/ProxyAdmin2Step.flattened.sol +922 -0
  43. package/artifacts-flattened-contracts/contracts/TransparentUpgradeableProxy2Step.flattened.sol +1017 -0
  44. package/artifacts-tron/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
  45. package/artifacts-tron/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
  46. package/artifacts-tron/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
  47. package/artifacts-tron/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +124 -0
  48. package/artifacts-tron/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
  49. package/artifacts-tron/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +56 -0
  50. package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
  51. package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +81 -0
  52. package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
  53. package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +49 -0
  54. package/artifacts-tron/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
  55. package/artifacts-tron/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +15 -0
  56. package/artifacts-tron/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
  57. package/artifacts-tron/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +24 -0
  58. package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
  59. package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +132 -0
  60. package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
  61. package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +74 -0
  62. package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
  63. package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +121 -0
  64. package/artifacts-tron/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
  65. package/artifacts-tron/@openzeppelin/contracts/utils/Address.sol/Address.json +22 -0
  66. package/artifacts-tron/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
  67. package/artifacts-tron/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
  68. package/artifacts-tron/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
  69. package/artifacts-tron/@openzeppelin/contracts/utils/Errors.sol/Errors.json +48 -0
  70. package/artifacts-tron/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
  71. package/artifacts-tron/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +10 -0
  72. package/artifacts-tron/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
  73. package/artifacts-tron/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +10 -0
  74. package/artifacts-tron/build-info/33e2b07450318007b249bcb542a1e222.json +1 -0
  75. package/artifacts-tron/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
  76. package/artifacts-tron/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +176 -0
  77. package/artifacts-tron/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
  78. package/artifacts-tron/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +121 -0
  79. package/artifacts-tron/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
  80. package/artifacts-tron/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +16 -0
  81. package/artifacts-zk/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
  82. package/artifacts-zk/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +86 -0
  83. package/artifacts-zk/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
  84. package/artifacts-zk/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +125 -0
  85. package/artifacts-zk/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
  86. package/artifacts-zk/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +57 -0
  87. package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
  88. package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +82 -0
  89. package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
  90. package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +50 -0
  91. package/artifacts-zk/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
  92. package/artifacts-zk/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +16 -0
  93. package/artifacts-zk/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
  94. package/artifacts-zk/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +25 -0
  95. package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
  96. package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +133 -0
  97. package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
  98. package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +75 -0
  99. package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
  100. package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +124 -0
  101. package/artifacts-zk/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
  102. package/artifacts-zk/@openzeppelin/contracts/utils/Address.sol/Address.json +23 -0
  103. package/artifacts-zk/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
  104. package/artifacts-zk/@openzeppelin/contracts/utils/Context.sol/Context.json +11 -0
  105. package/artifacts-zk/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
  106. package/artifacts-zk/@openzeppelin/contracts/utils/Errors.sol/Errors.json +49 -0
  107. package/artifacts-zk/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
  108. package/artifacts-zk/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +11 -0
  109. package/artifacts-zk/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
  110. package/artifacts-zk/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +11 -0
  111. package/artifacts-zk/build-info/9069f70cfc4c7329462d894dfdd2740c.json +1 -0
  112. package/artifacts-zk/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
  113. package/artifacts-zk/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +177 -0
  114. package/artifacts-zk/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
  115. package/artifacts-zk/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +124 -0
  116. package/artifacts-zk/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
  117. package/artifacts-zk/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +17 -0
  118. package/contracts/ProxyAdmin2Step.sol +39 -0
  119. package/contracts/TransparentUpgradeableProxy2Step.sol +109 -0
  120. package/contracts/interfaces/IProxyAdmin2Step.sol +15 -0
  121. package/foundry.toml +23 -0
  122. package/hardhat.config.js +58 -0
  123. package/package.json +42 -0
  124. package/solhint.config.js +3 -0
  125. package/test/TransparentUpgradeableProxy2Step.t.sol +276 -0
  126. package/turbo-snapshot.lock.json +454 -0
@@ -0,0 +1 @@
1
+ {"id":"9069f70cfc4c7329462d894dfdd2740c","_format":"hh-sol-build-info-1","solcVersion":"zkVM-0.8.26-1.0.2","solcLongVersion":"zkVM-0.8.26-1.0.2","input":{"language":"Solidity","sources":{"@openzeppelin/contracts/access/Ownable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)\n\npragma solidity ^0.8.20;\n\nimport {Context} from \"../utils/Context.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * The initial owner is set to the address provided by the deployer. This can\n * later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract Ownable is Context {\n address private _owner;\n\n /**\n * @dev The caller account is not authorized to perform an operation.\n */\n error OwnableUnauthorizedAccount(address account);\n\n /**\n * @dev The owner is not a valid owner account. (eg. `address(0)`)\n */\n error OwnableInvalidOwner(address owner);\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the address provided by the deployer as the initial owner.\n */\n constructor(address initialOwner) {\n if (initialOwner == address(0)) {\n revert OwnableInvalidOwner(address(0));\n }\n _transferOwnership(initialOwner);\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n if (owner() != _msgSender()) {\n revert OwnableUnauthorizedAccount(_msgSender());\n }\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n if (newOwner == address(0)) {\n revert OwnableInvalidOwner(address(0));\n }\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n}\n"},"@openzeppelin/contracts/access/Ownable2Step.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (access/Ownable2Step.sol)\n\npragma solidity ^0.8.20;\n\nimport {Ownable} from \"./Ownable.sol\";\n\n/**\n * @dev Contract module which provides access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * This extension of the {Ownable} contract includes a two-step mechanism to transfer\n * ownership, where the new owner must call {acceptOwnership} in order to replace the\n * old one. This can help prevent common mistakes, such as transfers of ownership to\n * incorrect accounts, or to contracts that are unable to interact with the\n * permission system.\n *\n * The initial owner is specified at deployment time in the constructor for `Ownable`. This\n * can later be changed with {transferOwnership} and {acceptOwnership}.\n *\n * This module is used through inheritance. It will make available all functions\n * from parent (Ownable).\n */\nabstract contract Ownable2Step is Ownable {\n address private _pendingOwner;\n\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Returns the address of the pending owner.\n */\n function pendingOwner() public view virtual returns (address) {\n return _pendingOwner;\n }\n\n /**\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n * Can only be called by the current owner.\n *\n * Setting `newOwner` to the zero address is allowed; this can be used to cancel an initiated ownership transfer.\n */\n function transferOwnership(address newOwner) public virtual override onlyOwner {\n _pendingOwner = newOwner;\n emit OwnershipTransferStarted(owner(), newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual override {\n delete _pendingOwner;\n super._transferOwnership(newOwner);\n }\n\n /**\n * @dev The new owner accepts the ownership transfer.\n */\n function acceptOwnership() public virtual {\n address sender = _msgSender();\n if (pendingOwner() != sender) {\n revert OwnableUnauthorizedAccount(sender);\n }\n _transferOwnership(sender);\n }\n}\n"},"@openzeppelin/contracts/interfaces/IERC1967.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.4.0) (interfaces/IERC1967.sol)\n\npragma solidity >=0.4.11;\n\n/**\n * @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.\n */\ninterface IERC1967 {\n /**\n * @dev Emitted when the implementation is upgraded.\n */\n event Upgraded(address indexed implementation);\n\n /**\n * @dev Emitted when the admin account has changed.\n */\n event AdminChanged(address previousAdmin, address newAdmin);\n\n /**\n * @dev Emitted when the beacon is changed.\n */\n event BeaconUpgraded(address indexed beacon);\n}\n"},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.4.0) (proxy/beacon/IBeacon.sol)\n\npragma solidity >=0.4.16;\n\n/**\n * @dev This is the interface that {BeaconProxy} expects of its beacon.\n */\ninterface IBeacon {\n /**\n * @dev Must return an address that can be used as a delegate call target.\n *\n * {UpgradeableBeacon} will check that this address is a contract.\n */\n function implementation() external view returns (address);\n}\n"},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.6.0) (proxy/ERC1967/ERC1967Proxy.sol)\n\npragma solidity ^0.8.22;\n\nimport {Proxy} from \"../Proxy.sol\";\nimport {ERC1967Utils} from \"./ERC1967Utils.sol\";\n\n/**\n * @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an\n * implementation address that can be changed. This address is stored in storage in the location specified by\n * https://eips.ethereum.org/EIPS/eip-1967[ERC-1967], so that it doesn't conflict with the storage layout of the\n * implementation behind the proxy.\n */\ncontract ERC1967Proxy is Proxy {\n /**\n * @dev The proxy is left uninitialized.\n */\n error ERC1967ProxyUninitialized();\n\n /**\n * @dev Initializes the upgradeable proxy with an initial implementation specified by `implementation`.\n *\n * Provided `_data` is passed in a delegate call to `implementation`. This will typically be an encoded function\n * call, and allows initializing the storage of the proxy like a Solidity constructor. By default construction\n * will fail if `_data` is empty. This behavior can be overridden using a custom {_unsafeAllowUninitialized} that\n * returns true. In that case, empty `_data` is ignored and no delegate call to the implementation is performed\n * during construction.\n *\n * Requirements:\n *\n * - If `data` is empty, `msg.value` must be zero.\n */\n constructor(address implementation, bytes memory _data) payable {\n if (!_unsafeAllowUninitialized() && _data.length == 0) {\n revert ERC1967ProxyUninitialized();\n }\n ERC1967Utils.upgradeToAndCall(implementation, _data);\n }\n\n /**\n * @dev Returns the current implementation address.\n *\n * TIP: To get this value clients can read directly from the storage slot shown below (specified by ERC-1967) using\n * the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.\n * `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`\n */\n function _implementation() internal view virtual override returns (address) {\n return ERC1967Utils.getImplementation();\n }\n\n /**\n * @dev Returns whether the proxy can be left uninitialized.\n *\n * NOTE: Override this function to allow the proxy to be left uninitialized.\n * Consider uninitialized proxies might be susceptible to man-in-the-middle threats\n * where the proxy is replaced with a malicious one.\n */\n function _unsafeAllowUninitialized() internal pure virtual returns (bool) {\n return false;\n }\n}\n"},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.6.0) (proxy/ERC1967/ERC1967Utils.sol)\n\npragma solidity ^0.8.21;\n\nimport {IBeacon} from \"../beacon/IBeacon.sol\";\nimport {IERC1967} from \"../../interfaces/IERC1967.sol\";\nimport {Address} from \"../../utils/Address.sol\";\nimport {StorageSlot} from \"../../utils/StorageSlot.sol\";\n\n/**\n * @dev This library provides getters and event emitting update functions for\n * https://eips.ethereum.org/EIPS/eip-1967[ERC-1967] slots.\n */\nlibrary ERC1967Utils {\n /**\n * @dev Storage slot with the address of the current implementation.\n * This is the keccak-256 hash of \"eip1967.proxy.implementation\" subtracted by 1.\n */\n // solhint-disable-next-line private-vars-leading-underscore\n bytes32 internal constant IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;\n\n /**\n * @dev The `implementation` of the proxy is invalid.\n */\n error ERC1967InvalidImplementation(address implementation);\n\n /**\n * @dev The `admin` of the proxy is invalid.\n */\n error ERC1967InvalidAdmin(address admin);\n\n /**\n * @dev The `beacon` of the proxy is invalid.\n */\n error ERC1967InvalidBeacon(address beacon);\n\n /**\n * @dev An upgrade function sees `msg.value > 0` that may be lost.\n */\n error ERC1967NonPayable();\n\n /**\n * @dev Returns the current implementation address.\n */\n function getImplementation() internal view returns (address) {\n return StorageSlot.getAddressSlot(IMPLEMENTATION_SLOT).value;\n }\n\n /**\n * @dev Stores a new address in the ERC-1967 implementation slot.\n */\n function _setImplementation(address newImplementation) private {\n if (newImplementation.code.length == 0) {\n revert ERC1967InvalidImplementation(newImplementation);\n }\n StorageSlot.getAddressSlot(IMPLEMENTATION_SLOT).value = newImplementation;\n }\n\n /**\n * @dev Performs implementation upgrade with additional setup call if data is nonempty.\n * This function is payable only if the setup call is performed, otherwise `msg.value` is rejected\n * to avoid stuck value in the contract.\n *\n * Emits an {IERC1967-Upgraded} event.\n */\n function upgradeToAndCall(address newImplementation, bytes memory data) internal {\n _setImplementation(newImplementation);\n emit IERC1967.Upgraded(newImplementation);\n\n if (data.length > 0) {\n Address.functionDelegateCall(newImplementation, data);\n } else {\n _checkNonPayable();\n }\n }\n\n /**\n * @dev Storage slot with the admin of the contract.\n * This is the keccak-256 hash of \"eip1967.proxy.admin\" subtracted by 1.\n */\n // solhint-disable-next-line private-vars-leading-underscore\n bytes32 internal constant ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103;\n\n /**\n * @dev Returns the current admin.\n *\n * TIP: To get this value clients can read directly from the storage slot shown below (specified by ERC-1967) using\n * the https://ethereum.org/developers/docs/apis/json-rpc/#eth_getstorageat[`eth_getStorageAt`] RPC call.\n * `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`\n */\n function getAdmin() internal view returns (address) {\n return StorageSlot.getAddressSlot(ADMIN_SLOT).value;\n }\n\n /**\n * @dev Stores a new address in the ERC-1967 admin slot.\n */\n function _setAdmin(address newAdmin) private {\n if (newAdmin == address(0)) {\n revert ERC1967InvalidAdmin(address(0));\n }\n StorageSlot.getAddressSlot(ADMIN_SLOT).value = newAdmin;\n }\n\n /**\n * @dev Changes the admin of the proxy.\n *\n * Emits an {IERC1967-AdminChanged} event.\n */\n function changeAdmin(address newAdmin) internal {\n emit IERC1967.AdminChanged(getAdmin(), newAdmin);\n _setAdmin(newAdmin);\n }\n\n /**\n * @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy.\n * This is the keccak-256 hash of \"eip1967.proxy.beacon\" subtracted by 1.\n */\n // solhint-disable-next-line private-vars-leading-underscore\n bytes32 internal constant BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;\n\n /**\n * @dev Returns the current beacon.\n */\n function getBeacon() internal view returns (address) {\n return StorageSlot.getAddressSlot(BEACON_SLOT).value;\n }\n\n /**\n * @dev Stores a new beacon in the ERC-1967 beacon slot.\n */\n function _setBeacon(address newBeacon) private {\n if (newBeacon.code.length == 0) {\n revert ERC1967InvalidBeacon(newBeacon);\n }\n\n StorageSlot.getAddressSlot(BEACON_SLOT).value = newBeacon;\n\n address beaconImplementation = IBeacon(newBeacon).implementation();\n if (beaconImplementation.code.length == 0) {\n revert ERC1967InvalidImplementation(beaconImplementation);\n }\n }\n\n /**\n * @dev Change the beacon and trigger a setup call if data is nonempty.\n * This function is payable only if the setup call is performed, otherwise `msg.value` is rejected\n * to avoid stuck value in the contract.\n *\n * Emits an {IERC1967-BeaconUpgraded} event.\n *\n * CAUTION: Invoking this function has no effect on an instance of {BeaconProxy} since v5, since\n * it uses an immutable beacon without looking at the value of the ERC-1967 beacon slot for\n * efficiency.\n */\n function upgradeBeaconToAndCall(address newBeacon, bytes memory data) internal {\n _setBeacon(newBeacon);\n emit IERC1967.BeaconUpgraded(newBeacon);\n\n if (data.length > 0) {\n Address.functionDelegateCall(IBeacon(newBeacon).implementation(), data);\n } else {\n _checkNonPayable();\n }\n }\n\n /**\n * @dev Reverts if `msg.value` is not zero. It can be used to avoid `msg.value` stuck in the contract\n * if an upgrade doesn't perform an initialization call.\n */\n function _checkNonPayable() private {\n if (msg.value > 0) {\n revert ERC1967NonPayable();\n }\n }\n}\n"},"@openzeppelin/contracts/proxy/Proxy.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.5.0) (proxy/Proxy.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM\n * instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to\n * be specified by overriding the virtual {_implementation} function.\n *\n * Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a\n * different contract through the {_delegate} function.\n *\n * The success and return data of the delegated call will be returned back to the caller of the proxy.\n */\nabstract contract Proxy {\n /**\n * @dev Delegates the current call to `implementation`.\n *\n * This function does not return to its internal call site, it will return directly to the external caller.\n */\n function _delegate(address implementation) internal virtual {\n assembly {\n // Copy msg.data. We take full control of memory in this inline assembly\n // block because it will not return to Solidity code. We overwrite the\n // Solidity scratch pad at memory position 0.\n calldatacopy(0x00, 0x00, calldatasize())\n\n // Call the implementation.\n // out and outsize are 0 because we don't know the size yet.\n let result := delegatecall(gas(), implementation, 0x00, calldatasize(), 0x00, 0x00)\n\n // Copy the returned data.\n returndatacopy(0x00, 0x00, returndatasize())\n\n switch result\n // delegatecall returns 0 on error.\n case 0 {\n revert(0x00, returndatasize())\n }\n default {\n return(0x00, returndatasize())\n }\n }\n }\n\n /**\n * @dev This is a virtual function that should be overridden so it returns the address to which the fallback\n * function and {_fallback} should delegate.\n */\n function _implementation() internal view virtual returns (address);\n\n /**\n * @dev Delegates the current call to the address returned by `_implementation()`.\n *\n * This function does not return to its internal call site, it will return directly to the external caller.\n */\n function _fallback() internal virtual {\n _delegate(_implementation());\n }\n\n /**\n * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if no other\n * function in the contract matches the call data.\n */\n fallback() external payable virtual {\n _fallback();\n }\n}\n"},"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.2.0) (proxy/transparent/ProxyAdmin.sol)\n\npragma solidity ^0.8.22;\n\nimport {ITransparentUpgradeableProxy} from \"./TransparentUpgradeableProxy.sol\";\nimport {Ownable} from \"../../access/Ownable.sol\";\n\n/**\n * @dev This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an\n * explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}.\n */\ncontract ProxyAdmin is Ownable {\n /**\n * @dev The version of the upgrade interface of the contract. If this getter is missing, both `upgrade(address,address)`\n * and `upgradeAndCall(address,address,bytes)` are present, and `upgrade` must be used if no function should be called,\n * while `upgradeAndCall` will invoke the `receive` function if the third argument is the empty byte string.\n * If the getter returns `\"5.0.0\"`, only `upgradeAndCall(address,address,bytes)` is present, and the third argument must\n * be the empty byte string if no function should be called, making it impossible to invoke the `receive` function\n * during an upgrade.\n */\n string public constant UPGRADE_INTERFACE_VERSION = \"5.0.0\";\n\n /**\n * @dev Sets the initial owner who can perform upgrades.\n */\n constructor(address initialOwner) Ownable(initialOwner) {}\n\n /**\n * @dev Upgrades `proxy` to `implementation` and calls a function on the new implementation.\n * See {TransparentUpgradeableProxy-_dispatchUpgradeToAndCall}.\n *\n * Requirements:\n *\n * - This contract must be the admin of `proxy`.\n * - If `data` is empty, `msg.value` must be zero.\n */\n function upgradeAndCall(\n ITransparentUpgradeableProxy proxy,\n address implementation,\n bytes memory data\n ) public payable virtual onlyOwner {\n proxy.upgradeToAndCall{value: msg.value}(implementation, data);\n }\n}\n"},"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.5.0) (proxy/transparent/TransparentUpgradeableProxy.sol)\n\npragma solidity ^0.8.22;\n\nimport {ERC1967Utils} from \"../ERC1967/ERC1967Utils.sol\";\nimport {ERC1967Proxy} from \"../ERC1967/ERC1967Proxy.sol\";\nimport {IERC1967} from \"../../interfaces/IERC1967.sol\";\nimport {ProxyAdmin} from \"./ProxyAdmin.sol\";\n\n/**\n * @dev Interface for {TransparentUpgradeableProxy}. In order to implement transparency, {TransparentUpgradeableProxy}\n * does not implement this interface directly, and its upgradeability mechanism is implemented by an internal dispatch\n * mechanism. The compiler is unaware that these functions are implemented by {TransparentUpgradeableProxy} and will not\n * include them in the ABI so this interface must be used to interact with it.\n */\ninterface ITransparentUpgradeableProxy is IERC1967 {\n /// @dev See {UUPSUpgradeable-upgradeToAndCall}\n function upgradeToAndCall(address newImplementation, bytes calldata data) external payable;\n}\n\n/**\n * @dev This contract implements a proxy that is upgradeable through an associated {ProxyAdmin} instance.\n *\n * To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector\n * clashing], which can potentially be used in an attack, this contract uses the\n * https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two\n * things that go hand in hand:\n *\n * 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if\n * that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself.\n * 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to\n * the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating\n * the proxy admin cannot fallback to the target implementation.\n *\n * These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a\n * dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to\n * call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin} and\n * allows upgrades only if they come through it. You should think of the `ProxyAdmin` instance as the administrative\n * interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership.\n *\n * NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not\n * inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch\n * mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to\n * fully implement transparency without decoding reverts caused by selector clashes between the proxy and the\n * implementation.\n *\n * NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin} of this contract won't send a\n * meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract.\n *\n * IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an\n * immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be\n * overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an\n * undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot\n * is generally fine if the implementation is trusted.\n *\n * WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the\n * compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new\n * function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This\n * could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.\n */\ncontract TransparentUpgradeableProxy is ERC1967Proxy {\n // An immutable address for the admin to avoid unnecessary SLOADs before each call\n // at the expense of removing the ability to change the admin once it's set.\n // This is acceptable if the admin is always a ProxyAdmin instance or similar contract\n // with its own ability to transfer the permissions to another account.\n address private immutable _admin;\n\n /**\n * @dev The proxy caller is the current admin, and can't fallback to the proxy target.\n */\n error ProxyDeniedAdminAccess();\n\n /**\n * @dev Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin} with an `initialOwner`,\n * backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in\n * {ERC1967Proxy-constructor}.\n */\n constructor(address _logic, address initialOwner, bytes memory _data) payable ERC1967Proxy(_logic, _data) {\n _admin = address(new ProxyAdmin(initialOwner));\n // Set the storage value and emit an event for ERC-1967 compatibility\n ERC1967Utils.changeAdmin(_proxyAdmin());\n }\n\n /**\n * @dev Returns the admin of this proxy.\n */\n function _proxyAdmin() internal view virtual returns (address) {\n return _admin;\n }\n\n /**\n * @dev If caller is the admin process the call internally, otherwise transparently fallback to the proxy behavior.\n */\n function _fallback() internal virtual override {\n if (msg.sender == _proxyAdmin()) {\n if (msg.sig != ITransparentUpgradeableProxy.upgradeToAndCall.selector) {\n revert ProxyDeniedAdminAccess();\n } else {\n _dispatchUpgradeToAndCall();\n }\n } else {\n super._fallback();\n }\n }\n\n /**\n * @dev Upgrade the implementation of the proxy. See {ERC1967Utils-upgradeToAndCall}.\n *\n * Requirements:\n *\n * - If `data` is empty, `msg.value` must be zero.\n */\n function _dispatchUpgradeToAndCall() private {\n (address newImplementation, bytes memory data) = abi.decode(msg.data[4:], (address, bytes));\n ERC1967Utils.upgradeToAndCall(newImplementation, data);\n }\n}\n"},"@openzeppelin/contracts/utils/Address.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.5.0) (utils/Address.sol)\n\npragma solidity ^0.8.20;\n\nimport {Errors} from \"./Errors.sol\";\nimport {LowLevelCall} from \"./LowLevelCall.sol\";\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary Address {\n /**\n * @dev There's no code at `target` (it is not a contract).\n */\n error AddressEmptyCode(address target);\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].\n *\n * IMPORTANT: because control is transferred to `recipient`, care must be\n * taken to not create reentrancy vulnerabilities. Consider using\n * {ReentrancyGuard} or the\n * https://solidity.readthedocs.io/en/v0.8.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n if (address(this).balance < amount) {\n revert Errors.InsufficientBalance(address(this).balance, amount);\n }\n if (LowLevelCall.callNoReturn(recipient, amount, \"\")) {\n // call successful, nothing to do\n return;\n } else if (LowLevelCall.returnDataSize() > 0) {\n LowLevelCall.bubbleRevert();\n } else {\n revert Errors.FailedCall();\n }\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason or custom error, it is bubbled\n * up by this function (like regular Solidity function calls). However, if\n * the call reverted with no returned reason, this function reverts with a\n * {Errors.FailedCall} error.\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n if (address(this).balance < value) {\n revert Errors.InsufficientBalance(address(this).balance, value);\n }\n bool success = LowLevelCall.callNoReturn(target, value, data);\n if (success && (LowLevelCall.returnDataSize() > 0 || target.code.length > 0)) {\n return LowLevelCall.returnData();\n } else if (success) {\n revert AddressEmptyCode(target);\n } else if (LowLevelCall.returnDataSize() > 0) {\n LowLevelCall.bubbleRevert();\n } else {\n revert Errors.FailedCall();\n }\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n bool success = LowLevelCall.staticcallNoReturn(target, data);\n if (success && (LowLevelCall.returnDataSize() > 0 || target.code.length > 0)) {\n return LowLevelCall.returnData();\n } else if (success) {\n revert AddressEmptyCode(target);\n } else if (LowLevelCall.returnDataSize() > 0) {\n LowLevelCall.bubbleRevert();\n } else {\n revert Errors.FailedCall();\n }\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n bool success = LowLevelCall.delegatecallNoReturn(target, data);\n if (success && (LowLevelCall.returnDataSize() > 0 || target.code.length > 0)) {\n return LowLevelCall.returnData();\n } else if (success) {\n revert AddressEmptyCode(target);\n } else if (LowLevelCall.returnDataSize() > 0) {\n LowLevelCall.bubbleRevert();\n } else {\n revert Errors.FailedCall();\n }\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target\n * was not a contract or bubbling up the revert reason (falling back to {Errors.FailedCall}) in case\n * of an unsuccessful call.\n *\n * NOTE: This function is DEPRECATED and may be removed in the next major release.\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata\n ) internal view returns (bytes memory) {\n // only check if target is a contract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n if (success && (returndata.length > 0 || target.code.length > 0)) {\n return returndata;\n } else if (success) {\n revert AddressEmptyCode(target);\n } else if (returndata.length > 0) {\n LowLevelCall.bubbleRevert(returndata);\n } else {\n revert Errors.FailedCall();\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the\n * revert reason or with a default {Errors.FailedCall} error.\n */\n function verifyCallResult(bool success, bytes memory returndata) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else if (returndata.length > 0) {\n LowLevelCall.bubbleRevert(returndata);\n } else {\n revert Errors.FailedCall();\n }\n }\n}\n"},"@openzeppelin/contracts/utils/Context.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Provides information about the current execution context, including the\n * sender of the transaction and its data. While these are generally available\n * via msg.sender and msg.data, they should not be accessed in such a direct\n * manner, since when dealing with meta-transactions the account sending and\n * paying for execution may not be the actual sender (as far as an application\n * is concerned).\n *\n * This contract is only required for intermediate, library-like contracts.\n */\nabstract contract Context {\n function _msgSender() internal view virtual returns (address) {\n return msg.sender;\n }\n\n function _msgData() internal view virtual returns (bytes calldata) {\n return msg.data;\n }\n\n function _contextSuffixLength() internal view virtual returns (uint256) {\n return 0;\n }\n}\n"},"@openzeppelin/contracts/utils/Errors.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/Errors.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Collection of common custom errors used in multiple contracts\n *\n * IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library.\n * It is recommended to avoid relying on the error API for critical functionality.\n *\n * _Available since v5.1._\n */\nlibrary Errors {\n /**\n * @dev The ETH balance of the account is not enough to perform the operation.\n */\n error InsufficientBalance(uint256 balance, uint256 needed);\n\n /**\n * @dev A call to an address target failed. The target may have reverted.\n */\n error FailedCall();\n\n /**\n * @dev The deployment failed.\n */\n error FailedDeployment();\n\n /**\n * @dev A necessary precompile is missing.\n */\n error MissingPrecompile(address);\n}\n"},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.6.0) (utils/LowLevelCall.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Library of low level call functions that implement different calling strategies to deal with the return data.\n *\n * WARNING: Using this library requires an advanced understanding of Solidity and how the EVM works. It is recommended\n * to use the {Address} library instead.\n */\nlibrary LowLevelCall {\n /// @dev Performs a Solidity function call using a low level `call` and ignoring the return data.\n function callNoReturn(address target, bytes memory data) internal returns (bool success) {\n return callNoReturn(target, 0, data);\n }\n\n /// @dev Same as {callNoReturn-address-bytes}, but allows specifying the value to be sent in the call.\n function callNoReturn(address target, uint256 value, bytes memory data) internal returns (bool success) {\n assembly (\"memory-safe\") {\n success := call(gas(), target, value, add(data, 0x20), mload(data), 0x00, 0x00)\n }\n }\n\n /// @dev Performs a Solidity function call using a low level `call` and returns the first 64 bytes of the result\n /// in the scratch space of memory. Useful for functions that return a tuple with two single-word values.\n ///\n /// WARNING: Do not assume that the results are zero if `success` is false. Memory can be already allocated\n /// and this function doesn't zero it out.\n function callReturn64Bytes(\n address target,\n bytes memory data\n ) internal returns (bool success, bytes32 result1, bytes32 result2) {\n return callReturn64Bytes(target, 0, data);\n }\n\n /// @dev Same as {callReturn64Bytes-address-bytes}, but allows specifying the value to be sent in the call.\n function callReturn64Bytes(\n address target,\n uint256 value,\n bytes memory data\n ) internal returns (bool success, bytes32 result1, bytes32 result2) {\n assembly (\"memory-safe\") {\n success := call(gas(), target, value, add(data, 0x20), mload(data), 0x00, 0x40)\n result1 := mload(0x00)\n result2 := mload(0x20)\n }\n }\n\n /// @dev Performs a Solidity function call using a low level `staticcall` and ignoring the return data.\n function staticcallNoReturn(address target, bytes memory data) internal view returns (bool success) {\n assembly (\"memory-safe\") {\n success := staticcall(gas(), target, add(data, 0x20), mload(data), 0x00, 0x00)\n }\n }\n\n /// @dev Performs a Solidity function call using a low level `staticcall` and returns the first 64 bytes of the result\n /// in the scratch space of memory. Useful for functions that return a tuple with two single-word values.\n ///\n /// WARNING: Do not assume that the results are zero if `success` is false. Memory can be already allocated\n /// and this function doesn't zero it out.\n function staticcallReturn64Bytes(\n address target,\n bytes memory data\n ) internal view returns (bool success, bytes32 result1, bytes32 result2) {\n assembly (\"memory-safe\") {\n success := staticcall(gas(), target, add(data, 0x20), mload(data), 0x00, 0x40)\n result1 := mload(0x00)\n result2 := mload(0x20)\n }\n }\n\n /// @dev Performs a Solidity function call using a low level `delegatecall` and ignoring the return data.\n function delegatecallNoReturn(address target, bytes memory data) internal returns (bool success) {\n assembly (\"memory-safe\") {\n success := delegatecall(gas(), target, add(data, 0x20), mload(data), 0x00, 0x00)\n }\n }\n\n /// @dev Performs a Solidity function call using a low level `delegatecall` and returns the first 64 bytes of the result\n /// in the scratch space of memory. Useful for functions that return a tuple with two single-word values.\n ///\n /// WARNING: Do not assume that the results are zero if `success` is false. Memory can be already allocated\n /// and this function doesn't zero it out.\n function delegatecallReturn64Bytes(\n address target,\n bytes memory data\n ) internal returns (bool success, bytes32 result1, bytes32 result2) {\n assembly (\"memory-safe\") {\n success := delegatecall(gas(), target, add(data, 0x20), mload(data), 0x00, 0x40)\n result1 := mload(0x00)\n result2 := mload(0x20)\n }\n }\n\n /// @dev Returns the size of the return data buffer.\n function returnDataSize() internal pure returns (uint256 size) {\n assembly (\"memory-safe\") {\n size := returndatasize()\n }\n }\n\n /// @dev Returns a buffer containing the return data from the last call.\n function returnData() internal pure returns (bytes memory result) {\n assembly (\"memory-safe\") {\n result := mload(0x40)\n mstore(result, returndatasize())\n returndatacopy(add(result, 0x20), 0x00, returndatasize())\n mstore(0x40, add(result, add(0x20, returndatasize())))\n }\n }\n\n /// @dev Revert with the return data from the last call.\n function bubbleRevert() internal pure {\n assembly (\"memory-safe\") {\n let fmp := mload(0x40)\n returndatacopy(fmp, 0x00, returndatasize())\n revert(fmp, returndatasize())\n }\n }\n\n function bubbleRevert(bytes memory returndata) internal pure {\n assembly (\"memory-safe\") {\n revert(add(returndata, 0x20), mload(returndata))\n }\n }\n}\n"},"@openzeppelin/contracts/utils/StorageSlot.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.1.0) (utils/StorageSlot.sol)\n// This file was procedurally generated from scripts/generate/templates/StorageSlot.js.\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Library for reading and writing primitive types to specific storage slots.\n *\n * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.\n * This library helps with reading and writing to such slots without the need for inline assembly.\n *\n * The functions in this library return Slot structs that contain a `value` member that can be used to read or write.\n *\n * Example usage to set ERC-1967 implementation slot:\n * ```solidity\n * contract ERC1967 {\n * // Define the slot. Alternatively, use the SlotDerivation library to derive the slot.\n * bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;\n *\n * function _getImplementation() internal view returns (address) {\n * return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;\n * }\n *\n * function _setImplementation(address newImplementation) internal {\n * require(newImplementation.code.length > 0);\n * StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;\n * }\n * }\n * ```\n *\n * TIP: Consider using this library along with {SlotDerivation}.\n */\nlibrary StorageSlot {\n struct AddressSlot {\n address value;\n }\n\n struct BooleanSlot {\n bool value;\n }\n\n struct Bytes32Slot {\n bytes32 value;\n }\n\n struct Uint256Slot {\n uint256 value;\n }\n\n struct Int256Slot {\n int256 value;\n }\n\n struct StringSlot {\n string value;\n }\n\n struct BytesSlot {\n bytes value;\n }\n\n /**\n * @dev Returns an `AddressSlot` with member `value` located at `slot`.\n */\n function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `BooleanSlot` with member `value` located at `slot`.\n */\n function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `Bytes32Slot` with member `value` located at `slot`.\n */\n function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `Uint256Slot` with member `value` located at `slot`.\n */\n function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `Int256Slot` with member `value` located at `slot`.\n */\n function getInt256Slot(bytes32 slot) internal pure returns (Int256Slot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns a `StringSlot` with member `value` located at `slot`.\n */\n function getStringSlot(bytes32 slot) internal pure returns (StringSlot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns an `StringSlot` representation of the string storage pointer `store`.\n */\n function getStringSlot(string storage store) internal pure returns (StringSlot storage r) {\n assembly (\"memory-safe\") {\n r.slot := store.slot\n }\n }\n\n /**\n * @dev Returns a `BytesSlot` with member `value` located at `slot`.\n */\n function getBytesSlot(bytes32 slot) internal pure returns (BytesSlot storage r) {\n assembly (\"memory-safe\") {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`.\n */\n function getBytesSlot(bytes storage store) internal pure returns (BytesSlot storage r) {\n assembly (\"memory-safe\") {\n r.slot := store.slot\n }\n }\n}\n"},"contracts/interfaces/IProxyAdmin2Step.sol":{"content":"// SPDX-License-Identifier: MIT\npragma solidity ^0.8.22;\n\n/**\n * @title IProxyAdmin2Step\n * @author LayerZero Labs (tinom.eth)\n * @custom:version 1.0.0\n * @notice Interface for the `ProxyAdmin2Step` contract.\n */\ninterface IProxyAdmin2Step {\n /**\n * @notice Thrown when trying to renounce ownership.\n */\n error CannotRenounceOwnership();\n}\n"},"contracts/ProxyAdmin2Step.sol":{"content":"// SPDX-License-Identifier: MIT\npragma solidity ^0.8.22;\n\nimport { Ownable } from \"@openzeppelin/contracts/access/Ownable.sol\";\nimport { Ownable2Step } from \"@openzeppelin/contracts/access/Ownable2Step.sol\";\nimport { ProxyAdmin } from \"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol\";\nimport { IProxyAdmin2Step } from \"./interfaces/IProxyAdmin2Step.sol\";\n\n/**\n * @title ProxyAdmin2Step\n * @author LayerZero Labs (tinom.eth)\n * @custom:version 1.0.0\n * @notice OZ's `ProxyAdmin` with `Ownable2Step` ownership transfers and disallowed renouncement.\n */\ncontract ProxyAdmin2Step is IProxyAdmin2Step, ProxyAdmin, Ownable2Step {\n constructor(address _initialOwner) ProxyAdmin(_initialOwner) {}\n\n /**\n * @inheritdoc Ownable2Step\n */\n function transferOwnership(address _newOwner) public virtual override(Ownable, Ownable2Step) {\n Ownable2Step.transferOwnership(_newOwner);\n }\n\n /**\n * @inheritdoc Ownable2Step\n */\n function _transferOwnership(address _newOwner) internal virtual override(Ownable, Ownable2Step) {\n Ownable2Step._transferOwnership(_newOwner);\n }\n\n /**\n * @dev Override to prevent renouncing ownership.\n * @inheritdoc Ownable\n */\n function renounceOwnership() public virtual override {\n revert CannotRenounceOwnership();\n }\n}\n"},"contracts/TransparentUpgradeableProxy2Step.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.5.0) (proxy/transparent/TransparentUpgradeableProxy.sol)\n\npragma solidity ^0.8.22;\n\nimport { ERC1967Proxy } from \"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol\";\nimport { ERC1967Utils } from \"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol\";\nimport { ITransparentUpgradeableProxy } from \"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol\";\nimport { ProxyAdmin2Step } from \"./ProxyAdmin2Step.sol\";\n\n/**\n * @dev This contract implements a proxy that is upgradeable through an associated {ProxyAdmin2Step} instance.\n *\n * To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector\n * clashing], which can potentially be used in an attack, this contract uses the\n * https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two\n * things that go hand in hand:\n *\n * 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if\n * that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself.\n * 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to\n * the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating\n * the proxy admin cannot fallback to the target implementation.\n *\n * These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a\n * dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to\n * call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin2Step} and\n * allows upgrades only if they come through it. You should think of the `ProxyAdmin2Step` instance as the administrative\n * interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership.\n *\n * NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not\n * inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch\n * mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to\n * fully implement transparency without decoding reverts caused by selector clashes between the proxy and the\n * implementation.\n *\n * NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin2Step} of this contract won't send a\n * meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract.\n *\n * IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an\n * immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be\n * overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an\n * undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot\n * is generally fine if the implementation is trusted.\n *\n * WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the\n * compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new\n * function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This\n * could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.\n *\n * @dev Differs from OZ's `TransparentUpgradeableProxy` by deploying `ProxyAdmin2Step` instead of `ProxyAdmin`.\n */\ncontract TransparentUpgradeableProxy2Step is ERC1967Proxy {\n // An immutable address for the admin to avoid unnecessary SLOADs before each call\n // at the expense of removing the ability to change the admin once it's set.\n // This is acceptable if the admin is always a ProxyAdmin2Step instance or similar contract\n // with its own ability to transfer the permissions to another account.\n address private immutable _admin;\n\n /**\n * @dev The proxy caller is the current admin, and can't fallback to the proxy target.\n */\n error ProxyDeniedAdminAccess();\n\n /**\n * @dev Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin2Step} with an `initialOwner`,\n * backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in\n * {ERC1967Proxy-constructor}.\n */\n constructor(address _logic, address initialOwner, bytes memory _data) payable ERC1967Proxy(_logic, _data) {\n _admin = address(new ProxyAdmin2Step(initialOwner));\n // Set the storage value and emit an event for ERC-1967 compatibility\n ERC1967Utils.changeAdmin(_proxyAdmin());\n }\n\n /**\n * @dev Returns the admin of this proxy.\n */\n function _proxyAdmin() internal view virtual returns (address) {\n return _admin;\n }\n\n /**\n * @dev If caller is the admin process the call internally, otherwise transparently fallback to the proxy behavior.\n */\n function _fallback() internal virtual override {\n if (msg.sender == _proxyAdmin()) {\n if (msg.sig != ITransparentUpgradeableProxy.upgradeToAndCall.selector) {\n revert ProxyDeniedAdminAccess();\n } else {\n _dispatchUpgradeToAndCall();\n }\n } else {\n super._fallback();\n }\n }\n\n /**\n * @dev Upgrade the implementation of the proxy. See {ERC1967Utils-upgradeToAndCall}.\n *\n * Requirements:\n *\n * - If `data` is empty, `msg.value` must be zero.\n */\n function _dispatchUpgradeToAndCall() private {\n (address newImplementation, bytes memory data) = abi.decode(msg.data[4:], (address, bytes));\n ERC1967Utils.upgradeToAndCall(newImplementation, data);\n }\n}\n"}},"settings":{"evmVersion":"cancun","viaIR":true,"optimizer":{"enabled":true,"mode":"3"},"outputSelection":{"*":{"*":["abi","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout"],"":["ast"]}},"detectMissingLibraries":false,"forceEVMLA":false,"enableEraVMExtensions":false,"libraries":{}}},"output":{"errors":[{"component":"general","formattedMessage":"Warning: The default codegen of `zksolc` does not match that of `solc` for historical reasons.\nWhereas `solc` uses the EVM [legacy] assembly codegen by default, zksolc uses the Yul codegen.\n\nIt often leads to different behavior of the bytecode generated from specific cases of Solidity language features.\nIn practice, contracts that work correctly on EVM may produce different and unexpected results on ZKsync.\n\nThe affected Solidity features are listed at https://docs.soliditylang.org/en/latest/ir-breaking-changes.html,\nalthough this list may be incomplete.\n\n>>> IMPORTANT! This warning will become a hard error in future versions of `zksolc` to reduce potential security issues <<<\n\nTo mitigate the warning, please follow the instructions below depending on how you are using `zksolc`.\n`foundry-zksync`:\n - `codegen = value` in the `[profile.default.zksync]` section of the project config (e.g. `foundry.toml`)\n`hardhat`:\n - \"codegen\": <value> in the `zksolc.settings` section of the project config (e.g. `hardhat.config.js`)\nDirectly via standard JSON I/O without tooling:\n - \"codegen\": <value> in the `<root>.settings` section of the input JSON\nDirectly via CLI:\n - pass the `--codegen <value>` parameter\n\nAllowed values:\n \"evmla\": the default codegen used in `solc` by default, a.k.a. EVM legacy assembly or simply EVM assembly.\n \"yul\": the new experimental `solc` codegen that has been used in `zksolc` by default.\n\nFor reference, see the following links:\n- `zksolc` CLI reference: https://matter-labs.github.io/era-compiler-solidity/latest/02-command-line-interface.html#--codegen\n- `zksolc` standard JSON input reference: https://matter-labs.github.io/era-compiler-solidity/latest/03-standard-json.html#input-json\n","message":"\nThe default codegen of `zksolc` does not match that of `solc` for historical reasons.\nWhereas `solc` uses the EVM [legacy] assembly codegen by default, zksolc uses the Yul codegen.\n\nIt often leads to different behavior of the bytecode generated from specific cases of Solidity language features.\nIn practice, contracts that work correctly on EVM may produce different and unexpected results on ZKsync.\n\nThe affected Solidity features are listed at https://docs.soliditylang.org/en/latest/ir-breaking-changes.html,\nalthough this list may be incomplete.\n\n>>> IMPORTANT! This warning will become a hard error in future versions of `zksolc` to reduce potential security issues <<<\n\nTo mitigate the warning, please follow the instructions below depending on how you are using `zksolc`.\n`foundry-zksync`:\n - `codegen = value` in the `[profile.default.zksync]` section of the project config (e.g. `foundry.toml`)\n`hardhat`:\n - \"codegen\": <value> in the `zksolc.settings` section of the project config (e.g. `hardhat.config.js`)\nDirectly via standard JSON I/O without tooling:\n - \"codegen\": <value> in the `<root>.settings` section of the input JSON\nDirectly via CLI:\n - pass the `--codegen <value>` parameter\n\nAllowed values:\n \"evmla\": the default codegen used in `solc` by default, a.k.a. EVM legacy assembly or simply EVM assembly.\n \"yul\": the new experimental `solc` codegen that has been used in `zksolc` by default.\n\nFor reference, see the following links:\n- `zksolc` CLI reference: https://matter-labs.github.io/era-compiler-solidity/latest/02-command-line-interface.html#--codegen\n- `zksolc` standard JSON input reference: https://matter-labs.github.io/era-compiler-solidity/latest/03-standard-json.html#input-json\n ","severity":"warning","type":"Warning"}],"version":"0.8.26","long_version":"0.8.26+commit.4d61fbfb.Linux.clang","zk_version":"1.5.15","sources":{"@openzeppelin/contracts/access/Ownable.sol":{"id":0,"ast":{"absolutePath":"@openzeppelin/contracts/access/Ownable.sol","exportedSymbols":{"Context":[1261],"Ownable":[147]},"id":148,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"102:24:0"},{"absolutePath":"@openzeppelin/contracts/utils/Context.sol","file":"../utils/Context.sol","id":3,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":148,"sourceUnit":1262,"src":"128:45:0","symbolAliases":[{"foreign":{"id":2,"name":"Context","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1261,"src":"136:7:0","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":5,"name":"Context","nameLocations":["692:7:0"],"nodeType":"IdentifierPath","referencedDeclaration":1261,"src":"692:7:0"},"id":6,"nodeType":"InheritanceSpecifier","src":"692:7:0"}],"canonicalName":"Ownable","contractDependencies":[],"contractKind":"contract","documentation":{"id":4,"nodeType":"StructuredDocumentation","src":"175:487:0","text":" @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n The initial owner is set to the address provided by the deployer. This can\n later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner."},"fullyImplemented":true,"id":147,"linearizedBaseContracts":[147,1261],"name":"Ownable","nameLocation":"681:7:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":8,"mutability":"mutable","name":"_owner","nameLocation":"722:6:0","nodeType":"VariableDeclaration","scope":147,"src":"706:22:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":7,"name":"address","nodeType":"ElementaryTypeName","src":"706:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"documentation":{"id":9,"nodeType":"StructuredDocumentation","src":"735:85:0","text":" @dev The caller account is not authorized to perform an operation."},"errorSelector":"118cdaa7","id":13,"name":"OwnableUnauthorizedAccount","nameLocation":"831:26:0","nodeType":"ErrorDefinition","parameters":{"id":12,"nodeType":"ParameterList","parameters":[{"constant":false,"id":11,"mutability":"mutable","name":"account","nameLocation":"866:7:0","nodeType":"VariableDeclaration","scope":13,"src":"858:15:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":10,"name":"address","nodeType":"ElementaryTypeName","src":"858:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"857:17:0"},"src":"825:50:0"},{"documentation":{"id":14,"nodeType":"StructuredDocumentation","src":"881:82:0","text":" @dev The owner is not a valid owner account. (eg. `address(0)`)"},"errorSelector":"1e4fbdf7","id":18,"name":"OwnableInvalidOwner","nameLocation":"974:19:0","nodeType":"ErrorDefinition","parameters":{"id":17,"nodeType":"ParameterList","parameters":[{"constant":false,"id":16,"mutability":"mutable","name":"owner","nameLocation":"1002:5:0","nodeType":"VariableDeclaration","scope":18,"src":"994:13:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":15,"name":"address","nodeType":"ElementaryTypeName","src":"994:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"993:15:0"},"src":"968:41:0"},{"anonymous":false,"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":24,"name":"OwnershipTransferred","nameLocation":"1021:20:0","nodeType":"EventDefinition","parameters":{"id":23,"nodeType":"ParameterList","parameters":[{"constant":false,"id":20,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"1058:13:0","nodeType":"VariableDeclaration","scope":24,"src":"1042:29:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":19,"name":"address","nodeType":"ElementaryTypeName","src":"1042:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":22,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"1089:8:0","nodeType":"VariableDeclaration","scope":24,"src":"1073:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":21,"name":"address","nodeType":"ElementaryTypeName","src":"1073:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1041:57:0"},"src":"1015:84:0"},{"body":{"id":49,"nodeType":"Block","src":"1259:153:0","statements":[{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":35,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":30,"name":"initialOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":27,"src":"1273:12:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[{"hexValue":"30","id":33,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1297:1:0","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":32,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1289:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":31,"name":"address","nodeType":"ElementaryTypeName","src":"1289:7:0","typeDescriptions":{}}},"id":34,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1289:10:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1273:26:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":44,"nodeType":"IfStatement","src":"1269:95:0","trueBody":{"id":43,"nodeType":"Block","src":"1301:63:0","statements":[{"errorCall":{"arguments":[{"arguments":[{"hexValue":"30","id":39,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1350:1:0","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":38,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1342:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":37,"name":"address","nodeType":"ElementaryTypeName","src":"1342:7:0","typeDescriptions":{}}},"id":40,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1342:10:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":36,"name":"OwnableInvalidOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":18,"src":"1322:19:0","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":41,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1322:31:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":42,"nodeType":"RevertStatement","src":"1315:38:0"}]}},{"expression":{"arguments":[{"id":46,"name":"initialOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":27,"src":"1392:12:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":45,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":146,"src":"1373:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":47,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1373:32:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":48,"nodeType":"ExpressionStatement","src":"1373:32:0"}]},"documentation":{"id":25,"nodeType":"StructuredDocumentation","src":"1105:115:0","text":" @dev Initializes the contract setting the address provided by the deployer as the initial owner."},"id":50,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":28,"nodeType":"ParameterList","parameters":[{"constant":false,"id":27,"mutability":"mutable","name":"initialOwner","nameLocation":"1245:12:0","nodeType":"VariableDeclaration","scope":50,"src":"1237:20:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":26,"name":"address","nodeType":"ElementaryTypeName","src":"1237:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1236:22:0"},"returnParameters":{"id":29,"nodeType":"ParameterList","parameters":[],"src":"1259:0:0"},"scope":147,"src":"1225:187:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":57,"nodeType":"Block","src":"1521:41:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":53,"name":"_checkOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":84,"src":"1531:11:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":54,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1531:13:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":55,"nodeType":"ExpressionStatement","src":"1531:13:0"},{"id":56,"nodeType":"PlaceholderStatement","src":"1554:1:0"}]},"documentation":{"id":51,"nodeType":"StructuredDocumentation","src":"1418:77:0","text":" @dev Throws if called by any account other than the owner."},"id":58,"name":"onlyOwner","nameLocation":"1509:9:0","nodeType":"ModifierDefinition","parameters":{"id":52,"nodeType":"ParameterList","parameters":[],"src":"1518:2:0"},"src":"1500:62:0","virtual":false,"visibility":"internal"},{"body":{"id":66,"nodeType":"Block","src":"1693:30:0","statements":[{"expression":{"id":64,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":8,"src":"1710:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":63,"id":65,"nodeType":"Return","src":"1703:13:0"}]},"documentation":{"id":59,"nodeType":"StructuredDocumentation","src":"1568:65:0","text":" @dev Returns the address of the current owner."},"functionSelector":"8da5cb5b","id":67,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"1647:5:0","nodeType":"FunctionDefinition","parameters":{"id":60,"nodeType":"ParameterList","parameters":[],"src":"1652:2:0"},"returnParameters":{"id":63,"nodeType":"ParameterList","parameters":[{"constant":false,"id":62,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":67,"src":"1684:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":61,"name":"address","nodeType":"ElementaryTypeName","src":"1684:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1683:9:0"},"scope":147,"src":"1638:85:0","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":83,"nodeType":"Block","src":"1841:117:0","statements":[{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":75,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":71,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":67,"src":"1855:5:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":72,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1855:7:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":73,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1243,"src":"1866:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":74,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1866:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1855:23:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":82,"nodeType":"IfStatement","src":"1851:101:0","trueBody":{"id":81,"nodeType":"Block","src":"1880:72:0","statements":[{"errorCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":77,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1243,"src":"1928:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":78,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1928:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":76,"name":"OwnableUnauthorizedAccount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":13,"src":"1901:26:0","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":79,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1901:40:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":80,"nodeType":"RevertStatement","src":"1894:47:0"}]}}]},"documentation":{"id":68,"nodeType":"StructuredDocumentation","src":"1729:62:0","text":" @dev Throws if the sender is not the owner."},"id":84,"implemented":true,"kind":"function","modifiers":[],"name":"_checkOwner","nameLocation":"1805:11:0","nodeType":"FunctionDefinition","parameters":{"id":69,"nodeType":"ParameterList","parameters":[],"src":"1816:2:0"},"returnParameters":{"id":70,"nodeType":"ParameterList","parameters":[],"src":"1841:0:0"},"scope":147,"src":"1796:162:0","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":97,"nodeType":"Block","src":"2347:47:0","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":93,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2384:1:0","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":92,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2376:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":91,"name":"address","nodeType":"ElementaryTypeName","src":"2376:7:0","typeDescriptions":{}}},"id":94,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2376:10:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":90,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":146,"src":"2357:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":95,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2357:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":96,"nodeType":"ExpressionStatement","src":"2357:30:0"}]},"documentation":{"id":85,"nodeType":"StructuredDocumentation","src":"1964:324:0","text":" @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner."},"functionSelector":"715018a6","id":98,"implemented":true,"kind":"function","modifiers":[{"id":88,"kind":"modifierInvocation","modifierName":{"id":87,"name":"onlyOwner","nameLocations":["2337:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":58,"src":"2337:9:0"},"nodeType":"ModifierInvocation","src":"2337:9:0"}],"name":"renounceOwnership","nameLocation":"2302:17:0","nodeType":"FunctionDefinition","parameters":{"id":86,"nodeType":"ParameterList","parameters":[],"src":"2319:2:0"},"returnParameters":{"id":89,"nodeType":"ParameterList","parameters":[],"src":"2347:0:0"},"scope":147,"src":"2293:101:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":125,"nodeType":"Block","src":"2613:145:0","statements":[{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":111,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":106,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":101,"src":"2627:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[{"hexValue":"30","id":109,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2647:1:0","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":108,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2639:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":107,"name":"address","nodeType":"ElementaryTypeName","src":"2639:7:0","typeDescriptions":{}}},"id":110,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2639:10:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2627:22:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":120,"nodeType":"IfStatement","src":"2623:91:0","trueBody":{"id":119,"nodeType":"Block","src":"2651:63:0","statements":[{"errorCall":{"arguments":[{"arguments":[{"hexValue":"30","id":115,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2700:1:0","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":114,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2692:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":113,"name":"address","nodeType":"ElementaryTypeName","src":"2692:7:0","typeDescriptions":{}}},"id":116,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2692:10:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":112,"name":"OwnableInvalidOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":18,"src":"2672:19:0","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":117,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2672:31:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":118,"nodeType":"RevertStatement","src":"2665:38:0"}]}},{"expression":{"arguments":[{"id":122,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":101,"src":"2742:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":121,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":146,"src":"2723:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":123,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2723:28:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":124,"nodeType":"ExpressionStatement","src":"2723:28:0"}]},"documentation":{"id":99,"nodeType":"StructuredDocumentation","src":"2400:138:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":126,"implemented":true,"kind":"function","modifiers":[{"id":104,"kind":"modifierInvocation","modifierName":{"id":103,"name":"onlyOwner","nameLocations":["2603:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":58,"src":"2603:9:0"},"nodeType":"ModifierInvocation","src":"2603:9:0"}],"name":"transferOwnership","nameLocation":"2552:17:0","nodeType":"FunctionDefinition","parameters":{"id":102,"nodeType":"ParameterList","parameters":[{"constant":false,"id":101,"mutability":"mutable","name":"newOwner","nameLocation":"2578:8:0","nodeType":"VariableDeclaration","scope":126,"src":"2570:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":100,"name":"address","nodeType":"ElementaryTypeName","src":"2570:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2569:18:0"},"returnParameters":{"id":105,"nodeType":"ParameterList","parameters":[],"src":"2613:0:0"},"scope":147,"src":"2543:215:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":145,"nodeType":"Block","src":"2975:124:0","statements":[{"assignments":[133],"declarations":[{"constant":false,"id":133,"mutability":"mutable","name":"oldOwner","nameLocation":"2993:8:0","nodeType":"VariableDeclaration","scope":145,"src":"2985:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":132,"name":"address","nodeType":"ElementaryTypeName","src":"2985:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":135,"initialValue":{"id":134,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":8,"src":"3004:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2985:25:0"},{"expression":{"id":138,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":136,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":8,"src":"3020:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":137,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":129,"src":"3029:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3020:17:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":139,"nodeType":"ExpressionStatement","src":"3020:17:0"},{"eventCall":{"arguments":[{"id":141,"name":"oldOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":133,"src":"3073:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":142,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":129,"src":"3083:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":140,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":24,"src":"3052:20:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":143,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3052:40:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":144,"nodeType":"EmitStatement","src":"3047:45:0"}]},"documentation":{"id":127,"nodeType":"StructuredDocumentation","src":"2764:143:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction."},"id":146,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2921:18:0","nodeType":"FunctionDefinition","parameters":{"id":130,"nodeType":"ParameterList","parameters":[{"constant":false,"id":129,"mutability":"mutable","name":"newOwner","nameLocation":"2948:8:0","nodeType":"VariableDeclaration","scope":146,"src":"2940:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":128,"name":"address","nodeType":"ElementaryTypeName","src":"2940:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2939:18:0"},"returnParameters":{"id":131,"nodeType":"ParameterList","parameters":[],"src":"2975:0:0"},"scope":147,"src":"2912:187:0","stateMutability":"nonpayable","virtual":true,"visibility":"internal"}],"scope":148,"src":"663:2438:0","usedErrors":[13,18],"usedEvents":[24]}],"src":"102:3000:0"}},"@openzeppelin/contracts/access/Ownable2Step.sol":{"id":1,"ast":{"absolutePath":"@openzeppelin/contracts/access/Ownable2Step.sol","exportedSymbols":{"Ownable":[147],"Ownable2Step":[233]},"id":234,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":149,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"107:24:1"},{"absolutePath":"@openzeppelin/contracts/access/Ownable.sol","file":"./Ownable.sol","id":151,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":234,"sourceUnit":148,"src":"133:38:1","symbolAliases":[{"foreign":{"id":150,"name":"Ownable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":147,"src":"141:7:1","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":153,"name":"Ownable","nameLocations":["1018:7:1"],"nodeType":"IdentifierPath","referencedDeclaration":147,"src":"1018:7:1"},"id":154,"nodeType":"InheritanceSpecifier","src":"1018:7:1"}],"canonicalName":"Ownable2Step","contractDependencies":[],"contractKind":"contract","documentation":{"id":152,"nodeType":"StructuredDocumentation","src":"173:810:1","text":" @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n This extension of the {Ownable} contract includes a two-step mechanism to transfer\n ownership, where the new owner must call {acceptOwnership} in order to replace the\n old one. This can help prevent common mistakes, such as transfers of ownership to\n incorrect accounts, or to contracts that are unable to interact with the\n permission system.\n The initial owner is specified at deployment time in the constructor for `Ownable`. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)."},"fullyImplemented":true,"id":233,"linearizedBaseContracts":[233,147,1261],"name":"Ownable2Step","nameLocation":"1002:12:1","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":156,"mutability":"mutable","name":"_pendingOwner","nameLocation":"1048:13:1","nodeType":"VariableDeclaration","scope":233,"src":"1032:29:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":155,"name":"address","nodeType":"ElementaryTypeName","src":"1032:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700","id":162,"name":"OwnershipTransferStarted","nameLocation":"1074:24:1","nodeType":"EventDefinition","parameters":{"id":161,"nodeType":"ParameterList","parameters":[{"constant":false,"id":158,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"1115:13:1","nodeType":"VariableDeclaration","scope":162,"src":"1099:29:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":157,"name":"address","nodeType":"ElementaryTypeName","src":"1099:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":160,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"1146:8:1","nodeType":"VariableDeclaration","scope":162,"src":"1130:24:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":159,"name":"address","nodeType":"ElementaryTypeName","src":"1130:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1098:57:1"},"src":"1068:88:1"},{"body":{"id":170,"nodeType":"Block","src":"1294:37:1","statements":[{"expression":{"id":168,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":156,"src":"1311:13:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":167,"id":169,"nodeType":"Return","src":"1304:20:1"}]},"documentation":{"id":163,"nodeType":"StructuredDocumentation","src":"1162:65:1","text":" @dev Returns the address of the pending owner."},"functionSelector":"e30c3978","id":171,"implemented":true,"kind":"function","modifiers":[],"name":"pendingOwner","nameLocation":"1241:12:1","nodeType":"FunctionDefinition","parameters":{"id":164,"nodeType":"ParameterList","parameters":[],"src":"1253:2:1"},"returnParameters":{"id":167,"nodeType":"ParameterList","parameters":[{"constant":false,"id":166,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":171,"src":"1285:7:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":165,"name":"address","nodeType":"ElementaryTypeName","src":"1285:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1284:9:1"},"scope":233,"src":"1232:99:1","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[126],"body":{"id":190,"nodeType":"Block","src":"1728:99:1","statements":[{"expression":{"id":182,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":180,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":156,"src":"1738:13:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":181,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":174,"src":"1754:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1738:24:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":183,"nodeType":"ExpressionStatement","src":"1738:24:1"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":185,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":67,"src":"1802:5:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":186,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1802:7:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":187,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":174,"src":"1811:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":184,"name":"OwnershipTransferStarted","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1777:24:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":188,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1777:43:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":189,"nodeType":"EmitStatement","src":"1772:48:1"}]},"documentation":{"id":172,"nodeType":"StructuredDocumentation","src":"1337:307:1","text":" @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner.\n Setting `newOwner` to the zero address is allowed; this can be used to cancel an initiated ownership transfer."},"functionSelector":"f2fde38b","id":191,"implemented":true,"kind":"function","modifiers":[{"id":178,"kind":"modifierInvocation","modifierName":{"id":177,"name":"onlyOwner","nameLocations":["1718:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":58,"src":"1718:9:1"},"nodeType":"ModifierInvocation","src":"1718:9:1"}],"name":"transferOwnership","nameLocation":"1658:17:1","nodeType":"FunctionDefinition","overrides":{"id":176,"nodeType":"OverrideSpecifier","overrides":[],"src":"1709:8:1"},"parameters":{"id":175,"nodeType":"ParameterList","parameters":[{"constant":false,"id":174,"mutability":"mutable","name":"newOwner","nameLocation":"1684:8:1","nodeType":"VariableDeclaration","scope":191,"src":"1676:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":173,"name":"address","nodeType":"ElementaryTypeName","src":"1676:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1675:18:1"},"returnParameters":{"id":179,"nodeType":"ParameterList","parameters":[],"src":"1728:0:1"},"scope":233,"src":"1649:178:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[146],"body":{"id":207,"nodeType":"Block","src":"2083:81:1","statements":[{"expression":{"id":199,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"2093:20:1","subExpression":{"id":198,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":156,"src":"2100:13:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":200,"nodeType":"ExpressionStatement","src":"2093:20:1"},{"expression":{"arguments":[{"id":204,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":194,"src":"2148:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":201,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"2123:5:1","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_Ownable2Step_$233_$","typeString":"type(contract super Ownable2Step)"}},"id":203,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2129:18:1","memberName":"_transferOwnership","nodeType":"MemberAccess","referencedDeclaration":146,"src":"2123:24:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":205,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2123:34:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":206,"nodeType":"ExpressionStatement","src":"2123:34:1"}]},"documentation":{"id":192,"nodeType":"StructuredDocumentation","src":"1833:173:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction."},"id":208,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2020:18:1","nodeType":"FunctionDefinition","overrides":{"id":196,"nodeType":"OverrideSpecifier","overrides":[],"src":"2074:8:1"},"parameters":{"id":195,"nodeType":"ParameterList","parameters":[{"constant":false,"id":194,"mutability":"mutable","name":"newOwner","nameLocation":"2047:8:1","nodeType":"VariableDeclaration","scope":208,"src":"2039:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":193,"name":"address","nodeType":"ElementaryTypeName","src":"2039:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2038:18:1"},"returnParameters":{"id":197,"nodeType":"ParameterList","parameters":[],"src":"2083:0:1"},"scope":233,"src":"2011:153:1","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":231,"nodeType":"Block","src":"2286:187:1","statements":[{"assignments":[213],"declarations":[{"constant":false,"id":213,"mutability":"mutable","name":"sender","nameLocation":"2304:6:1","nodeType":"VariableDeclaration","scope":231,"src":"2296:14:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":212,"name":"address","nodeType":"ElementaryTypeName","src":"2296:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":216,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":214,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1243,"src":"2313:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":215,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2313:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2296:29:1"},{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":220,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":217,"name":"pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":171,"src":"2339:12:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":218,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2339:14:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":219,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":213,"src":"2357:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2339:24:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":226,"nodeType":"IfStatement","src":"2335:96:1","trueBody":{"id":225,"nodeType":"Block","src":"2365:66:1","statements":[{"errorCall":{"arguments":[{"id":222,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":213,"src":"2413:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":221,"name":"OwnableUnauthorizedAccount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":13,"src":"2386:26:1","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":223,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2386:34:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":224,"nodeType":"RevertStatement","src":"2379:41:1"}]}},{"expression":{"arguments":[{"id":228,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":213,"src":"2459:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":227,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[208],"referencedDeclaration":208,"src":"2440:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":229,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2440:26:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":230,"nodeType":"ExpressionStatement","src":"2440:26:1"}]},"documentation":{"id":209,"nodeType":"StructuredDocumentation","src":"2170:69:1","text":" @dev The new owner accepts the ownership transfer."},"functionSelector":"79ba5097","id":232,"implemented":true,"kind":"function","modifiers":[],"name":"acceptOwnership","nameLocation":"2253:15:1","nodeType":"FunctionDefinition","parameters":{"id":210,"nodeType":"ParameterList","parameters":[],"src":"2268:2:1"},"returnParameters":{"id":211,"nodeType":"ParameterList","parameters":[],"src":"2286:0:1"},"scope":233,"src":"2244:229:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"}],"scope":234,"src":"984:1491:1","usedErrors":[13,18],"usedEvents":[24,162]}],"src":"107:2369:1"}},"@openzeppelin/contracts/interfaces/IERC1967.sol":{"id":2,"ast":{"absolutePath":"@openzeppelin/contracts/interfaces/IERC1967.sol","exportedSymbols":{"IERC1967":[254]},"id":255,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":235,"literals":["solidity",">=","0.4",".11"],"nodeType":"PragmaDirective","src":"107:25:2"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC1967","contractDependencies":[],"contractKind":"interface","documentation":{"id":236,"nodeType":"StructuredDocumentation","src":"134:101:2","text":" @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC."},"fullyImplemented":true,"id":254,"linearizedBaseContracts":[254],"name":"IERC1967","nameLocation":"246:8:2","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":237,"nodeType":"StructuredDocumentation","src":"261:68:2","text":" @dev Emitted when the implementation is upgraded."},"eventSelector":"bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b","id":241,"name":"Upgraded","nameLocation":"340:8:2","nodeType":"EventDefinition","parameters":{"id":240,"nodeType":"ParameterList","parameters":[{"constant":false,"id":239,"indexed":true,"mutability":"mutable","name":"implementation","nameLocation":"365:14:2","nodeType":"VariableDeclaration","scope":241,"src":"349:30:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":238,"name":"address","nodeType":"ElementaryTypeName","src":"349:7:2","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"348:32:2"},"src":"334:47:2"},{"anonymous":false,"documentation":{"id":242,"nodeType":"StructuredDocumentation","src":"387:67:2","text":" @dev Emitted when the admin account has changed."},"eventSelector":"7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f","id":248,"name":"AdminChanged","nameLocation":"465:12:2","nodeType":"EventDefinition","parameters":{"id":247,"nodeType":"ParameterList","parameters":[{"constant":false,"id":244,"indexed":false,"mutability":"mutable","name":"previousAdmin","nameLocation":"486:13:2","nodeType":"VariableDeclaration","scope":248,"src":"478:21:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":243,"name":"address","nodeType":"ElementaryTypeName","src":"478:7:2","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":246,"indexed":false,"mutability":"mutable","name":"newAdmin","nameLocation":"509:8:2","nodeType":"VariableDeclaration","scope":248,"src":"501:16:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":245,"name":"address","nodeType":"ElementaryTypeName","src":"501:7:2","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"477:41:2"},"src":"459:60:2"},{"anonymous":false,"documentation":{"id":249,"nodeType":"StructuredDocumentation","src":"525:59:2","text":" @dev Emitted when the beacon is changed."},"eventSelector":"1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e","id":253,"name":"BeaconUpgraded","nameLocation":"595:14:2","nodeType":"EventDefinition","parameters":{"id":252,"nodeType":"ParameterList","parameters":[{"constant":false,"id":251,"indexed":true,"mutability":"mutable","name":"beacon","nameLocation":"626:6:2","nodeType":"VariableDeclaration","scope":253,"src":"610:22:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":250,"name":"address","nodeType":"ElementaryTypeName","src":"610:7:2","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"609:24:2"},"src":"589:45:2"}],"scope":255,"src":"236:400:2","usedErrors":[],"usedEvents":[241,248,253]}],"src":"107:530:2"}},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"id":3,"ast":{"absolutePath":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol","exportedSymbols":{"ERC1967Proxy":[317],"ERC1967Utils":[611],"Proxy":[647]},"id":318,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":256,"literals":["solidity","^","0.8",".22"],"nodeType":"PragmaDirective","src":"114:24:3"},{"absolutePath":"@openzeppelin/contracts/proxy/Proxy.sol","file":"../Proxy.sol","id":258,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":318,"sourceUnit":648,"src":"140:35:3","symbolAliases":[{"foreign":{"id":257,"name":"Proxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":647,"src":"148:5:3","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol","file":"./ERC1967Utils.sol","id":260,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":318,"sourceUnit":612,"src":"176:48:3","symbolAliases":[{"foreign":{"id":259,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"184:12:3","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":262,"name":"Proxy","nameLocations":["625:5:3"],"nodeType":"IdentifierPath","referencedDeclaration":647,"src":"625:5:3"},"id":263,"nodeType":"InheritanceSpecifier","src":"625:5:3"}],"canonicalName":"ERC1967Proxy","contractDependencies":[],"contractKind":"contract","documentation":{"id":261,"nodeType":"StructuredDocumentation","src":"226:373:3","text":" @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an\n implementation address that can be changed. This address is stored in storage in the location specified by\n https://eips.ethereum.org/EIPS/eip-1967[ERC-1967], so that it doesn't conflict with the storage layout of the\n implementation behind the proxy."},"fullyImplemented":true,"id":317,"linearizedBaseContracts":[317,647],"name":"ERC1967Proxy","nameLocation":"609:12:3","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":264,"nodeType":"StructuredDocumentation","src":"637:56:3","text":" @dev The proxy is left uninitialized."},"errorSelector":"c28a273c","id":266,"name":"ERC1967ProxyUninitialized","nameLocation":"704:25:3","nodeType":"ErrorDefinition","parameters":{"id":265,"nodeType":"ParameterList","parameters":[],"src":"729:2:3"},"src":"698:34:3"},{"body":{"id":294,"nodeType":"Block","src":"1517:192:3","statements":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":281,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":276,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"1531:28:3","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":274,"name":"_unsafeAllowUninitialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":316,"src":"1532:25:3","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_bool_$","typeString":"function () pure returns (bool)"}},"id":275,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1532:27:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":280,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":277,"name":"_data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":271,"src":"1563:5:3","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":278,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1569:6:3","memberName":"length","nodeType":"MemberAccess","src":"1563:12:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":279,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1579:1:3","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1563:17:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"1531:49:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":286,"nodeType":"IfStatement","src":"1527:114:3","trueBody":{"id":285,"nodeType":"Block","src":"1582:59:3","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"id":282,"name":"ERC1967ProxyUninitialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":266,"src":"1603:25:3","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":283,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1603:27:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":284,"nodeType":"RevertStatement","src":"1596:34:3"}]}},{"expression":{"arguments":[{"id":290,"name":"implementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":269,"src":"1680:14:3","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":291,"name":"_data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":271,"src":"1696:5:3","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":287,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"1650:12:3","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ERC1967Utils_$611_$","typeString":"type(library ERC1967Utils)"}},"id":289,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1663:16:3","memberName":"upgradeToAndCall","nodeType":"MemberAccess","referencedDeclaration":426,"src":"1650:29:3","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (address,bytes memory)"}},"id":292,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1650:52:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":293,"nodeType":"ExpressionStatement","src":"1650:52:3"}]},"documentation":{"id":267,"nodeType":"StructuredDocumentation","src":"738:710:3","text":" @dev Initializes the upgradeable proxy with an initial implementation specified by `implementation`.\n Provided `_data` is passed in a delegate call to `implementation`. This will typically be an encoded function\n call, and allows initializing the storage of the proxy like a Solidity constructor. By default construction\n will fail if `_data` is empty. This behavior can be overridden using a custom {_unsafeAllowUninitialized} that\n returns true. In that case, empty `_data` is ignored and no delegate call to the implementation is performed\n during construction.\n Requirements:\n - If `data` is empty, `msg.value` must be zero."},"id":295,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":272,"nodeType":"ParameterList","parameters":[{"constant":false,"id":269,"mutability":"mutable","name":"implementation","nameLocation":"1473:14:3","nodeType":"VariableDeclaration","scope":295,"src":"1465:22:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":268,"name":"address","nodeType":"ElementaryTypeName","src":"1465:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":271,"mutability":"mutable","name":"_data","nameLocation":"1502:5:3","nodeType":"VariableDeclaration","scope":295,"src":"1489:18:3","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":270,"name":"bytes","nodeType":"ElementaryTypeName","src":"1489:5:3","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1464:44:3"},"returnParameters":{"id":273,"nodeType":"ParameterList","parameters":[],"src":"1517:0:3"},"scope":317,"src":"1453:256:3","stateMutability":"payable","virtual":false,"visibility":"public"},{"baseFunctions":[628],"body":{"id":306,"nodeType":"Block","src":"2154:56:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":302,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"2171:12:3","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ERC1967Utils_$611_$","typeString":"type(library ERC1967Utils)"}},"id":303,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2184:17:3","memberName":"getImplementation","nodeType":"MemberAccess","referencedDeclaration":363,"src":"2171:30:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":304,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2171:32:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":301,"id":305,"nodeType":"Return","src":"2164:39:3"}]},"documentation":{"id":296,"nodeType":"StructuredDocumentation","src":"1715:358:3","text":" @dev Returns the current implementation address.\n TIP: To get this value clients can read directly from the storage slot shown below (specified by ERC-1967) using\n the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.\n `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`"},"id":307,"implemented":true,"kind":"function","modifiers":[],"name":"_implementation","nameLocation":"2087:15:3","nodeType":"FunctionDefinition","overrides":{"id":298,"nodeType":"OverrideSpecifier","overrides":[],"src":"2127:8:3"},"parameters":{"id":297,"nodeType":"ParameterList","parameters":[],"src":"2102:2:3"},"returnParameters":{"id":301,"nodeType":"ParameterList","parameters":[{"constant":false,"id":300,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":307,"src":"2145:7:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":299,"name":"address","nodeType":"ElementaryTypeName","src":"2145:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2144:9:3"},"scope":317,"src":"2078:132:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":315,"nodeType":"Block","src":"2604:29:3","statements":[{"expression":{"hexValue":"66616c7365","id":313,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2621:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"functionReturnParameters":312,"id":314,"nodeType":"Return","src":"2614:12:3"}]},"documentation":{"id":308,"nodeType":"StructuredDocumentation","src":"2216:309:3","text":" @dev Returns whether the proxy can be left uninitialized.\n NOTE: Override this function to allow the proxy to be left uninitialized.\n Consider uninitialized proxies might be susceptible to man-in-the-middle threats\n where the proxy is replaced with a malicious one."},"id":316,"implemented":true,"kind":"function","modifiers":[],"name":"_unsafeAllowUninitialized","nameLocation":"2539:25:3","nodeType":"FunctionDefinition","parameters":{"id":309,"nodeType":"ParameterList","parameters":[],"src":"2564:2:3"},"returnParameters":{"id":312,"nodeType":"ParameterList","parameters":[{"constant":false,"id":311,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":316,"src":"2598:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":310,"name":"bool","nodeType":"ElementaryTypeName","src":"2598:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2597:6:3"},"scope":317,"src":"2530:103:3","stateMutability":"pure","virtual":true,"visibility":"internal"}],"scope":318,"src":"600:2035:3","usedErrors":[266,337,350,853,1274],"usedEvents":[241]}],"src":"114:2522:3"}},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"id":4,"ast":{"absolutePath":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol","exportedSymbols":{"Address":[1231],"ERC1967Utils":[611],"IBeacon":[657],"IERC1967":[254],"StorageSlot":[1566]},"id":612,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":319,"literals":["solidity","^","0.8",".21"],"nodeType":"PragmaDirective","src":"114:24:4"},{"absolutePath":"@openzeppelin/contracts/proxy/beacon/IBeacon.sol","file":"../beacon/IBeacon.sol","id":321,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":612,"sourceUnit":658,"src":"140:46:4","symbolAliases":[{"foreign":{"id":320,"name":"IBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":657,"src":"148:7:4","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/interfaces/IERC1967.sol","file":"../../interfaces/IERC1967.sol","id":323,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":612,"sourceUnit":255,"src":"187:55:4","symbolAliases":[{"foreign":{"id":322,"name":"IERC1967","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"195:8:4","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/utils/Address.sol","file":"../../utils/Address.sol","id":325,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":612,"sourceUnit":1232,"src":"243:48:4","symbolAliases":[{"foreign":{"id":324,"name":"Address","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1231,"src":"251:7:4","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/utils/StorageSlot.sol","file":"../../utils/StorageSlot.sol","id":327,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":612,"sourceUnit":1567,"src":"292:56:4","symbolAliases":[{"foreign":{"id":326,"name":"StorageSlot","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"300:11:4","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"ERC1967Utils","contractDependencies":[],"contractKind":"library","documentation":{"id":328,"nodeType":"StructuredDocumentation","src":"350:145:4","text":" @dev This library provides getters and event emitting update functions for\n https://eips.ethereum.org/EIPS/eip-1967[ERC-1967] slots."},"fullyImplemented":true,"id":611,"linearizedBaseContracts":[611],"name":"ERC1967Utils","nameLocation":"504:12:4","nodeType":"ContractDefinition","nodes":[{"constant":true,"documentation":{"id":329,"nodeType":"StructuredDocumentation","src":"523:170:4","text":" @dev Storage slot with the address of the current implementation.\n This is the keccak-256 hash of \"eip1967.proxy.implementation\" subtracted by 1."},"id":332,"mutability":"constant","name":"IMPLEMENTATION_SLOT","nameLocation":"789:19:4","nodeType":"VariableDeclaration","scope":611,"src":"763:114:4","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":330,"name":"bytes32","nodeType":"ElementaryTypeName","src":"763:7:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"value":{"hexValue":"307833363038393461313362613161333231303636376338323834393264623938646361336532303736636333373335613932306133636135303564333832626263","id":331,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"811:66:4","typeDescriptions":{"typeIdentifier":"t_rational_24440054405305269366569402256811496959409073762505157381672968839269610695612_by_1","typeString":"int_const 2444...(69 digits omitted)...5612"},"value":"0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc"},"visibility":"internal"},{"documentation":{"id":333,"nodeType":"StructuredDocumentation","src":"884:69:4","text":" @dev The `implementation` of the proxy is invalid."},"errorSelector":"4c9c8ce3","id":337,"name":"ERC1967InvalidImplementation","nameLocation":"964:28:4","nodeType":"ErrorDefinition","parameters":{"id":336,"nodeType":"ParameterList","parameters":[{"constant":false,"id":335,"mutability":"mutable","name":"implementation","nameLocation":"1001:14:4","nodeType":"VariableDeclaration","scope":337,"src":"993:22:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":334,"name":"address","nodeType":"ElementaryTypeName","src":"993:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"992:24:4"},"src":"958:59:4"},{"documentation":{"id":338,"nodeType":"StructuredDocumentation","src":"1023:60:4","text":" @dev The `admin` of the proxy is invalid."},"errorSelector":"62e77ba2","id":342,"name":"ERC1967InvalidAdmin","nameLocation":"1094:19:4","nodeType":"ErrorDefinition","parameters":{"id":341,"nodeType":"ParameterList","parameters":[{"constant":false,"id":340,"mutability":"mutable","name":"admin","nameLocation":"1122:5:4","nodeType":"VariableDeclaration","scope":342,"src":"1114:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":339,"name":"address","nodeType":"ElementaryTypeName","src":"1114:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1113:15:4"},"src":"1088:41:4"},{"documentation":{"id":343,"nodeType":"StructuredDocumentation","src":"1135:61:4","text":" @dev The `beacon` of the proxy is invalid."},"errorSelector":"64ced0ec","id":347,"name":"ERC1967InvalidBeacon","nameLocation":"1207:20:4","nodeType":"ErrorDefinition","parameters":{"id":346,"nodeType":"ParameterList","parameters":[{"constant":false,"id":345,"mutability":"mutable","name":"beacon","nameLocation":"1236:6:4","nodeType":"VariableDeclaration","scope":347,"src":"1228:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":344,"name":"address","nodeType":"ElementaryTypeName","src":"1228:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1227:16:4"},"src":"1201:43:4"},{"documentation":{"id":348,"nodeType":"StructuredDocumentation","src":"1250:82:4","text":" @dev An upgrade function sees `msg.value > 0` that may be lost."},"errorSelector":"b398979f","id":350,"name":"ERC1967NonPayable","nameLocation":"1343:17:4","nodeType":"ErrorDefinition","parameters":{"id":349,"nodeType":"ParameterList","parameters":[],"src":"1360:2:4"},"src":"1337:26:4"},{"body":{"id":362,"nodeType":"Block","src":"1502:77:4","statements":[{"expression":{"expression":{"arguments":[{"id":358,"name":"IMPLEMENTATION_SLOT","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":332,"src":"1546:19:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":356,"name":"StorageSlot","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"1519:11:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StorageSlot_$1566_$","typeString":"type(library StorageSlot)"}},"id":357,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1531:14:4","memberName":"getAddressSlot","nodeType":"MemberAccess","referencedDeclaration":1477,"src":"1519:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$returns$_t_struct$_AddressSlot_$1448_storage_ptr_$","typeString":"function (bytes32) pure returns (struct StorageSlot.AddressSlot storage pointer)"}},"id":359,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1519:47:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot storage pointer"}},"id":360,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"1567:5:4","memberName":"value","nodeType":"MemberAccess","referencedDeclaration":1447,"src":"1519:53:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":355,"id":361,"nodeType":"Return","src":"1512:60:4"}]},"documentation":{"id":351,"nodeType":"StructuredDocumentation","src":"1369:67:4","text":" @dev Returns the current implementation address."},"id":363,"implemented":true,"kind":"function","modifiers":[],"name":"getImplementation","nameLocation":"1450:17:4","nodeType":"FunctionDefinition","parameters":{"id":352,"nodeType":"ParameterList","parameters":[],"src":"1467:2:4"},"returnParameters":{"id":355,"nodeType":"ParameterList","parameters":[{"constant":false,"id":354,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":363,"src":"1493:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":353,"name":"address","nodeType":"ElementaryTypeName","src":"1493:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1492:9:4"},"scope":611,"src":"1441:138:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":389,"nodeType":"Block","src":"1734:218:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":373,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":369,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":366,"src":"1748:17:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":370,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1766:4:4","memberName":"code","nodeType":"MemberAccess","src":"1748:22:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":371,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1771:6:4","memberName":"length","nodeType":"MemberAccess","src":"1748:29:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":372,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1781:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1748:34:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":379,"nodeType":"IfStatement","src":"1744:119:4","trueBody":{"id":378,"nodeType":"Block","src":"1784:79:4","statements":[{"errorCall":{"arguments":[{"id":375,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":366,"src":"1834:17:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":374,"name":"ERC1967InvalidImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":337,"src":"1805:28:4","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":376,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1805:47:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":377,"nodeType":"RevertStatement","src":"1798:54:4"}]}},{"expression":{"id":387,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"arguments":[{"id":383,"name":"IMPLEMENTATION_SLOT","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":332,"src":"1899:19:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":380,"name":"StorageSlot","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"1872:11:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StorageSlot_$1566_$","typeString":"type(library StorageSlot)"}},"id":382,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1884:14:4","memberName":"getAddressSlot","nodeType":"MemberAccess","referencedDeclaration":1477,"src":"1872:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$returns$_t_struct$_AddressSlot_$1448_storage_ptr_$","typeString":"function (bytes32) pure returns (struct StorageSlot.AddressSlot storage pointer)"}},"id":384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1872:47:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot storage pointer"}},"id":385,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"1920:5:4","memberName":"value","nodeType":"MemberAccess","referencedDeclaration":1447,"src":"1872:53:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":386,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":366,"src":"1928:17:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1872:73:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":388,"nodeType":"ExpressionStatement","src":"1872:73:4"}]},"documentation":{"id":364,"nodeType":"StructuredDocumentation","src":"1585:81:4","text":" @dev Stores a new address in the ERC-1967 implementation slot."},"id":390,"implemented":true,"kind":"function","modifiers":[],"name":"_setImplementation","nameLocation":"1680:18:4","nodeType":"FunctionDefinition","parameters":{"id":367,"nodeType":"ParameterList","parameters":[{"constant":false,"id":366,"mutability":"mutable","name":"newImplementation","nameLocation":"1707:17:4","nodeType":"VariableDeclaration","scope":390,"src":"1699:25:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":365,"name":"address","nodeType":"ElementaryTypeName","src":"1699:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1698:27:4"},"returnParameters":{"id":368,"nodeType":"ParameterList","parameters":[],"src":"1734:0:4"},"scope":611,"src":"1671:281:4","stateMutability":"nonpayable","virtual":false,"visibility":"private"},{"body":{"id":425,"nodeType":"Block","src":"2345:263:4","statements":[{"expression":{"arguments":[{"id":399,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":393,"src":"2374:17:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":398,"name":"_setImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":390,"src":"2355:18:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":400,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2355:37:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":401,"nodeType":"ExpressionStatement","src":"2355:37:4"},{"eventCall":{"arguments":[{"id":405,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":393,"src":"2425:17:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":402,"name":"IERC1967","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"2407:8:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC1967_$254_$","typeString":"type(contract IERC1967)"}},"id":404,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2416:8:4","memberName":"Upgraded","nodeType":"MemberAccess","referencedDeclaration":241,"src":"2407:17:4","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":406,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2407:36:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":407,"nodeType":"EmitStatement","src":"2402:41:4"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":411,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":408,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":395,"src":"2458:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":409,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2463:6:4","memberName":"length","nodeType":"MemberAccess","src":"2458:11:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":410,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2472:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2458:15:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":423,"nodeType":"Block","src":"2559:43:4","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":420,"name":"_checkNonPayable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":610,"src":"2573:16:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":421,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2573:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":422,"nodeType":"ExpressionStatement","src":"2573:18:4"}]},"id":424,"nodeType":"IfStatement","src":"2454:148:4","trueBody":{"id":419,"nodeType":"Block","src":"2475:78:4","statements":[{"expression":{"arguments":[{"id":415,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":393,"src":"2518:17:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":416,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":395,"src":"2537:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":412,"name":"Address","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1231,"src":"2489:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Address_$1231_$","typeString":"type(library Address)"}},"id":414,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2497:20:4","memberName":"functionDelegateCall","nodeType":"MemberAccess","referencedDeclaration":1141,"src":"2489:28:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory) returns (bytes memory)"}},"id":417,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2489:53:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":418,"nodeType":"ExpressionStatement","src":"2489:53:4"}]}}]},"documentation":{"id":391,"nodeType":"StructuredDocumentation","src":"1958:301:4","text":" @dev Performs implementation upgrade with additional setup call if data is nonempty.\n This function is payable only if the setup call is performed, otherwise `msg.value` is rejected\n to avoid stuck value in the contract.\n Emits an {IERC1967-Upgraded} event."},"id":426,"implemented":true,"kind":"function","modifiers":[],"name":"upgradeToAndCall","nameLocation":"2273:16:4","nodeType":"FunctionDefinition","parameters":{"id":396,"nodeType":"ParameterList","parameters":[{"constant":false,"id":393,"mutability":"mutable","name":"newImplementation","nameLocation":"2298:17:4","nodeType":"VariableDeclaration","scope":426,"src":"2290:25:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":392,"name":"address","nodeType":"ElementaryTypeName","src":"2290:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":395,"mutability":"mutable","name":"data","nameLocation":"2330:4:4","nodeType":"VariableDeclaration","scope":426,"src":"2317:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":394,"name":"bytes","nodeType":"ElementaryTypeName","src":"2317:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"2289:46:4"},"returnParameters":{"id":397,"nodeType":"ParameterList","parameters":[],"src":"2345:0:4"},"scope":611,"src":"2264:344:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"constant":true,"documentation":{"id":427,"nodeType":"StructuredDocumentation","src":"2614:145:4","text":" @dev Storage slot with the admin of the contract.\n This is the keccak-256 hash of \"eip1967.proxy.admin\" subtracted by 1."},"id":430,"mutability":"constant","name":"ADMIN_SLOT","nameLocation":"2855:10:4","nodeType":"VariableDeclaration","scope":611,"src":"2829:105:4","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":428,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2829:7:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"value":{"hexValue":"307862353331323736383461353638623331373361653133623966386136303136653234336536336236653865653131373864366137313738353062356436313033","id":429,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2868:66:4","typeDescriptions":{"typeIdentifier":"t_rational_81955473079516046949633743016697847541294818689821282749996681496272635257091_by_1","typeString":"int_const 8195...(69 digits omitted)...7091"},"value":"0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103"},"visibility":"internal"},{"body":{"id":442,"nodeType":"Block","src":"3361:68:4","statements":[{"expression":{"expression":{"arguments":[{"id":438,"name":"ADMIN_SLOT","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"3405:10:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":436,"name":"StorageSlot","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"3378:11:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StorageSlot_$1566_$","typeString":"type(library StorageSlot)"}},"id":437,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3390:14:4","memberName":"getAddressSlot","nodeType":"MemberAccess","referencedDeclaration":1477,"src":"3378:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$returns$_t_struct$_AddressSlot_$1448_storage_ptr_$","typeString":"function (bytes32) pure returns (struct StorageSlot.AddressSlot storage pointer)"}},"id":439,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3378:38:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot storage pointer"}},"id":440,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3417:5:4","memberName":"value","nodeType":"MemberAccess","referencedDeclaration":1447,"src":"3378:44:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":435,"id":441,"nodeType":"Return","src":"3371:51:4"}]},"documentation":{"id":431,"nodeType":"StructuredDocumentation","src":"2941:363:4","text":" @dev Returns the current admin.\n TIP: To get this value clients can read directly from the storage slot shown below (specified by ERC-1967) using\n the https://ethereum.org/developers/docs/apis/json-rpc/#eth_getstorageat[`eth_getStorageAt`] RPC call.\n `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`"},"id":443,"implemented":true,"kind":"function","modifiers":[],"name":"getAdmin","nameLocation":"3318:8:4","nodeType":"FunctionDefinition","parameters":{"id":432,"nodeType":"ParameterList","parameters":[],"src":"3326:2:4"},"returnParameters":{"id":435,"nodeType":"ParameterList","parameters":[{"constant":false,"id":434,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":443,"src":"3352:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":433,"name":"address","nodeType":"ElementaryTypeName","src":"3352:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3351:9:4"},"scope":611,"src":"3309:120:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":473,"nodeType":"Block","src":"3557:172:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":454,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":449,"name":"newAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":446,"src":"3571:8:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[{"hexValue":"30","id":452,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3591:1:4","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":451,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3583:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":450,"name":"address","nodeType":"ElementaryTypeName","src":"3583:7:4","typeDescriptions":{}}},"id":453,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3583:10:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3571:22:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":463,"nodeType":"IfStatement","src":"3567:91:4","trueBody":{"id":462,"nodeType":"Block","src":"3595:63:4","statements":[{"errorCall":{"arguments":[{"arguments":[{"hexValue":"30","id":458,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3644:1:4","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":457,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3636:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":456,"name":"address","nodeType":"ElementaryTypeName","src":"3636:7:4","typeDescriptions":{}}},"id":459,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3636:10:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":455,"name":"ERC1967InvalidAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":342,"src":"3616:19:4","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":460,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3616:31:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":461,"nodeType":"RevertStatement","src":"3609:38:4"}]}},{"expression":{"id":471,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"arguments":[{"id":467,"name":"ADMIN_SLOT","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"3694:10:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":464,"name":"StorageSlot","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"3667:11:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StorageSlot_$1566_$","typeString":"type(library StorageSlot)"}},"id":466,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3679:14:4","memberName":"getAddressSlot","nodeType":"MemberAccess","referencedDeclaration":1477,"src":"3667:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$returns$_t_struct$_AddressSlot_$1448_storage_ptr_$","typeString":"function (bytes32) pure returns (struct StorageSlot.AddressSlot storage pointer)"}},"id":468,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3667:38:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot storage pointer"}},"id":469,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"3706:5:4","memberName":"value","nodeType":"MemberAccess","referencedDeclaration":1447,"src":"3667:44:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":470,"name":"newAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":446,"src":"3714:8:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3667:55:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":472,"nodeType":"ExpressionStatement","src":"3667:55:4"}]},"documentation":{"id":444,"nodeType":"StructuredDocumentation","src":"3435:72:4","text":" @dev Stores a new address in the ERC-1967 admin slot."},"id":474,"implemented":true,"kind":"function","modifiers":[],"name":"_setAdmin","nameLocation":"3521:9:4","nodeType":"FunctionDefinition","parameters":{"id":447,"nodeType":"ParameterList","parameters":[{"constant":false,"id":446,"mutability":"mutable","name":"newAdmin","nameLocation":"3539:8:4","nodeType":"VariableDeclaration","scope":474,"src":"3531:16:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":445,"name":"address","nodeType":"ElementaryTypeName","src":"3531:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3530:18:4"},"returnParameters":{"id":448,"nodeType":"ParameterList","parameters":[],"src":"3557:0:4"},"scope":611,"src":"3512:217:4","stateMutability":"nonpayable","virtual":false,"visibility":"private"},{"body":{"id":492,"nodeType":"Block","src":"3897:94:4","statements":[{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":483,"name":"getAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":443,"src":"3934:8:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":484,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3934:10:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":485,"name":"newAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":477,"src":"3946:8:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":480,"name":"IERC1967","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"3912:8:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC1967_$254_$","typeString":"type(contract IERC1967)"}},"id":482,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3921:12:4","memberName":"AdminChanged","nodeType":"MemberAccess","referencedDeclaration":248,"src":"3912:21:4","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":486,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3912:43:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":487,"nodeType":"EmitStatement","src":"3907:48:4"},{"expression":{"arguments":[{"id":489,"name":"newAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":477,"src":"3975:8:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":488,"name":"_setAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":474,"src":"3965:9:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":490,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3965:19:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":491,"nodeType":"ExpressionStatement","src":"3965:19:4"}]},"documentation":{"id":475,"nodeType":"StructuredDocumentation","src":"3735:109:4","text":" @dev Changes the admin of the proxy.\n Emits an {IERC1967-AdminChanged} event."},"id":493,"implemented":true,"kind":"function","modifiers":[],"name":"changeAdmin","nameLocation":"3858:11:4","nodeType":"FunctionDefinition","parameters":{"id":478,"nodeType":"ParameterList","parameters":[{"constant":false,"id":477,"mutability":"mutable","name":"newAdmin","nameLocation":"3878:8:4","nodeType":"VariableDeclaration","scope":493,"src":"3870:16:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":476,"name":"address","nodeType":"ElementaryTypeName","src":"3870:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3869:18:4"},"returnParameters":{"id":479,"nodeType":"ParameterList","parameters":[],"src":"3897:0:4"},"scope":611,"src":"3849:142:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"constant":true,"documentation":{"id":494,"nodeType":"StructuredDocumentation","src":"3997:201:4","text":" @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy.\n This is the keccak-256 hash of \"eip1967.proxy.beacon\" subtracted by 1."},"id":497,"mutability":"constant","name":"BEACON_SLOT","nameLocation":"4294:11:4","nodeType":"VariableDeclaration","scope":611,"src":"4268:106:4","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":495,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4268:7:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"value":{"hexValue":"307861336630616437346535343233616562666438306433656634333436353738333335613961373261656165653539666636636233353832623335313333643530","id":496,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4308:66:4","typeDescriptions":{"typeIdentifier":"t_rational_74152234768234802001998023604048924213078445070507226371336425913862612794704_by_1","typeString":"int_const 7415...(69 digits omitted)...4704"},"value":"0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50"},"visibility":"internal"},{"body":{"id":509,"nodeType":"Block","src":"4490:69:4","statements":[{"expression":{"expression":{"arguments":[{"id":505,"name":"BEACON_SLOT","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":497,"src":"4534:11:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":503,"name":"StorageSlot","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"4507:11:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StorageSlot_$1566_$","typeString":"type(library StorageSlot)"}},"id":504,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4519:14:4","memberName":"getAddressSlot","nodeType":"MemberAccess","referencedDeclaration":1477,"src":"4507:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$returns$_t_struct$_AddressSlot_$1448_storage_ptr_$","typeString":"function (bytes32) pure returns (struct StorageSlot.AddressSlot storage pointer)"}},"id":506,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4507:39:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot storage pointer"}},"id":507,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4547:5:4","memberName":"value","nodeType":"MemberAccess","referencedDeclaration":1447,"src":"4507:45:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":502,"id":508,"nodeType":"Return","src":"4500:52:4"}]},"documentation":{"id":498,"nodeType":"StructuredDocumentation","src":"4381:51:4","text":" @dev Returns the current beacon."},"id":510,"implemented":true,"kind":"function","modifiers":[],"name":"getBeacon","nameLocation":"4446:9:4","nodeType":"FunctionDefinition","parameters":{"id":499,"nodeType":"ParameterList","parameters":[],"src":"4455:2:4"},"returnParameters":{"id":502,"nodeType":"ParameterList","parameters":[{"constant":false,"id":501,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":510,"src":"4481:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":500,"name":"address","nodeType":"ElementaryTypeName","src":"4481:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"4480:9:4"},"scope":611,"src":"4437:122:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":555,"nodeType":"Block","src":"4689:390:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":520,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":516,"name":"newBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":513,"src":"4703:9:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":517,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4713:4:4","memberName":"code","nodeType":"MemberAccess","src":"4703:14:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":518,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4718:6:4","memberName":"length","nodeType":"MemberAccess","src":"4703:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":519,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4728:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4703:26:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":526,"nodeType":"IfStatement","src":"4699:95:4","trueBody":{"id":525,"nodeType":"Block","src":"4731:63:4","statements":[{"errorCall":{"arguments":[{"id":522,"name":"newBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":513,"src":"4773:9:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":521,"name":"ERC1967InvalidBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":347,"src":"4752:20:4","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":523,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4752:31:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":524,"nodeType":"RevertStatement","src":"4745:38:4"}]}},{"expression":{"id":534,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"arguments":[{"id":530,"name":"BEACON_SLOT","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":497,"src":"4831:11:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":527,"name":"StorageSlot","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"4804:11:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StorageSlot_$1566_$","typeString":"type(library StorageSlot)"}},"id":529,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4816:14:4","memberName":"getAddressSlot","nodeType":"MemberAccess","referencedDeclaration":1477,"src":"4804:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$returns$_t_struct$_AddressSlot_$1448_storage_ptr_$","typeString":"function (bytes32) pure returns (struct StorageSlot.AddressSlot storage pointer)"}},"id":531,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4804:39:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot storage pointer"}},"id":532,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"4844:5:4","memberName":"value","nodeType":"MemberAccess","referencedDeclaration":1447,"src":"4804:45:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":533,"name":"newBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":513,"src":"4852:9:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4804:57:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":535,"nodeType":"ExpressionStatement","src":"4804:57:4"},{"assignments":[537],"declarations":[{"constant":false,"id":537,"mutability":"mutable","name":"beaconImplementation","nameLocation":"4880:20:4","nodeType":"VariableDeclaration","scope":555,"src":"4872:28:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":536,"name":"address","nodeType":"ElementaryTypeName","src":"4872:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":543,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"arguments":[{"id":539,"name":"newBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":513,"src":"4911:9:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":538,"name":"IBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":657,"src":"4903:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IBeacon_$657_$","typeString":"type(contract IBeacon)"}},"id":540,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4903:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IBeacon_$657","typeString":"contract IBeacon"}},"id":541,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4922:14:4","memberName":"implementation","nodeType":"MemberAccess","referencedDeclaration":656,"src":"4903:33:4","typeDescriptions":{"typeIdentifier":"t_function_external_view$__$returns$_t_address_$","typeString":"function () view external returns (address)"}},"id":542,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4903:35:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"4872:66:4"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":548,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":544,"name":"beaconImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":537,"src":"4952:20:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":545,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4973:4:4","memberName":"code","nodeType":"MemberAccess","src":"4952:25:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":546,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4978:6:4","memberName":"length","nodeType":"MemberAccess","src":"4952:32:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":547,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4988:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4952:37:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":554,"nodeType":"IfStatement","src":"4948:125:4","trueBody":{"id":553,"nodeType":"Block","src":"4991:82:4","statements":[{"errorCall":{"arguments":[{"id":550,"name":"beaconImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":537,"src":"5041:20:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":549,"name":"ERC1967InvalidImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":337,"src":"5012:28:4","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":551,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5012:50:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":552,"nodeType":"RevertStatement","src":"5005:57:4"}]}}]},"documentation":{"id":511,"nodeType":"StructuredDocumentation","src":"4565:72:4","text":" @dev Stores a new beacon in the ERC-1967 beacon slot."},"id":556,"implemented":true,"kind":"function","modifiers":[],"name":"_setBeacon","nameLocation":"4651:10:4","nodeType":"FunctionDefinition","parameters":{"id":514,"nodeType":"ParameterList","parameters":[{"constant":false,"id":513,"mutability":"mutable","name":"newBeacon","nameLocation":"4670:9:4","nodeType":"VariableDeclaration","scope":556,"src":"4662:17:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":512,"name":"address","nodeType":"ElementaryTypeName","src":"4662:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"4661:19:4"},"returnParameters":{"id":515,"nodeType":"ParameterList","parameters":[],"src":"4689:0:4"},"scope":611,"src":"4642:437:4","stateMutability":"nonpayable","virtual":false,"visibility":"private"},{"body":{"id":595,"nodeType":"Block","src":"5683:263:4","statements":[{"expression":{"arguments":[{"id":565,"name":"newBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"5704:9:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":564,"name":"_setBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":556,"src":"5693:10:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":566,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5693:21:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":567,"nodeType":"ExpressionStatement","src":"5693:21:4"},{"eventCall":{"arguments":[{"id":571,"name":"newBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"5753:9:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":568,"name":"IERC1967","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"5729:8:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC1967_$254_$","typeString":"type(contract IERC1967)"}},"id":570,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5738:14:4","memberName":"BeaconUpgraded","nodeType":"MemberAccess","referencedDeclaration":253,"src":"5729:23:4","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":572,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5729:34:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":573,"nodeType":"EmitStatement","src":"5724:39:4"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":577,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":574,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":561,"src":"5778:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":575,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5783:6:4","memberName":"length","nodeType":"MemberAccess","src":"5778:11:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":576,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5792:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5778:15:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":593,"nodeType":"Block","src":"5897:43:4","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":590,"name":"_checkNonPayable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":610,"src":"5911:16:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":591,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5911:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":592,"nodeType":"ExpressionStatement","src":"5911:18:4"}]},"id":594,"nodeType":"IfStatement","src":"5774:166:4","trueBody":{"id":589,"nodeType":"Block","src":"5795:96:4","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"expression":{"arguments":[{"id":582,"name":"newBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"5846:9:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":581,"name":"IBeacon","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":657,"src":"5838:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IBeacon_$657_$","typeString":"type(contract IBeacon)"}},"id":583,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5838:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IBeacon_$657","typeString":"contract IBeacon"}},"id":584,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5857:14:4","memberName":"implementation","nodeType":"MemberAccess","referencedDeclaration":656,"src":"5838:33:4","typeDescriptions":{"typeIdentifier":"t_function_external_view$__$returns$_t_address_$","typeString":"function () view external returns (address)"}},"id":585,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5838:35:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":586,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":561,"src":"5875:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":578,"name":"Address","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1231,"src":"5809:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Address_$1231_$","typeString":"type(library Address)"}},"id":580,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5817:20:4","memberName":"functionDelegateCall","nodeType":"MemberAccess","referencedDeclaration":1141,"src":"5809:28:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory) returns (bytes memory)"}},"id":587,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5809:71:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":588,"nodeType":"ExpressionStatement","src":"5809:71:4"}]}}]},"documentation":{"id":557,"nodeType":"StructuredDocumentation","src":"5085:514:4","text":" @dev Change the beacon and trigger a setup call if data is nonempty.\n This function is payable only if the setup call is performed, otherwise `msg.value` is rejected\n to avoid stuck value in the contract.\n Emits an {IERC1967-BeaconUpgraded} event.\n CAUTION: Invoking this function has no effect on an instance of {BeaconProxy} since v5, since\n it uses an immutable beacon without looking at the value of the ERC-1967 beacon slot for\n efficiency."},"id":596,"implemented":true,"kind":"function","modifiers":[],"name":"upgradeBeaconToAndCall","nameLocation":"5613:22:4","nodeType":"FunctionDefinition","parameters":{"id":562,"nodeType":"ParameterList","parameters":[{"constant":false,"id":559,"mutability":"mutable","name":"newBeacon","nameLocation":"5644:9:4","nodeType":"VariableDeclaration","scope":596,"src":"5636:17:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":558,"name":"address","nodeType":"ElementaryTypeName","src":"5636:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":561,"mutability":"mutable","name":"data","nameLocation":"5668:4:4","nodeType":"VariableDeclaration","scope":596,"src":"5655:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":560,"name":"bytes","nodeType":"ElementaryTypeName","src":"5655:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5635:38:4"},"returnParameters":{"id":563,"nodeType":"ParameterList","parameters":[],"src":"5683:0:4"},"scope":611,"src":"5604:342:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":609,"nodeType":"Block","src":"6171:86:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":603,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":600,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"6185:3:4","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":601,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6189:5:4","memberName":"value","nodeType":"MemberAccess","src":"6185:9:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":602,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6197:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6185:13:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":608,"nodeType":"IfStatement","src":"6181:70:4","trueBody":{"id":607,"nodeType":"Block","src":"6200:51:4","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"id":604,"name":"ERC1967NonPayable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":350,"src":"6221:17:4","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":605,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6221:19:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":606,"nodeType":"RevertStatement","src":"6214:26:4"}]}}]},"documentation":{"id":597,"nodeType":"StructuredDocumentation","src":"5952:178:4","text":" @dev Reverts if `msg.value` is not zero. It can be used to avoid `msg.value` stuck in the contract\n if an upgrade doesn't perform an initialization call."},"id":610,"implemented":true,"kind":"function","modifiers":[],"name":"_checkNonPayable","nameLocation":"6144:16:4","nodeType":"FunctionDefinition","parameters":{"id":598,"nodeType":"ParameterList","parameters":[],"src":"6160:2:4"},"returnParameters":{"id":599,"nodeType":"ParameterList","parameters":[],"src":"6171:0:4"},"scope":611,"src":"6135:122:4","stateMutability":"nonpayable","virtual":false,"visibility":"private"}],"scope":612,"src":"496:5763:4","usedErrors":[337,342,347,350],"usedEvents":[]}],"src":"114:6146:4"}},"@openzeppelin/contracts/proxy/Proxy.sol":{"id":5,"ast":{"absolutePath":"@openzeppelin/contracts/proxy/Proxy.sol","exportedSymbols":{"Proxy":[647]},"id":648,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":613,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"99:24:5"},{"abstract":true,"baseContracts":[],"canonicalName":"Proxy","contractDependencies":[],"contractKind":"contract","documentation":{"id":614,"nodeType":"StructuredDocumentation","src":"125:598:5","text":" @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM\n instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to\n be specified by overriding the virtual {_implementation} function.\n Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a\n different contract through the {_delegate} function.\n The success and return data of the delegated call will be returned back to the caller of the proxy."},"fullyImplemented":false,"id":647,"linearizedBaseContracts":[647],"name":"Proxy","nameLocation":"742:5:5","nodeType":"ContractDefinition","nodes":[{"body":{"id":621,"nodeType":"Block","src":"1009:862:5","statements":[{"AST":{"nativeSrc":"1028:837:5","nodeType":"YulBlock","src":"1028:837:5","statements":[{"expression":{"arguments":[{"kind":"number","nativeSrc":"1281:4:5","nodeType":"YulLiteral","src":"1281:4:5","type":"","value":"0x00"},{"kind":"number","nativeSrc":"1287:4:5","nodeType":"YulLiteral","src":"1287:4:5","type":"","value":"0x00"},{"arguments":[],"functionName":{"name":"calldatasize","nativeSrc":"1293:12:5","nodeType":"YulIdentifier","src":"1293:12:5"},"nativeSrc":"1293:14:5","nodeType":"YulFunctionCall","src":"1293:14:5"}],"functionName":{"name":"calldatacopy","nativeSrc":"1268:12:5","nodeType":"YulIdentifier","src":"1268:12:5"},"nativeSrc":"1268:40:5","nodeType":"YulFunctionCall","src":"1268:40:5"},"nativeSrc":"1268:40:5","nodeType":"YulExpressionStatement","src":"1268:40:5"},{"nativeSrc":"1435:83:5","nodeType":"YulVariableDeclaration","src":"1435:83:5","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nativeSrc":"1462:3:5","nodeType":"YulIdentifier","src":"1462:3:5"},"nativeSrc":"1462:5:5","nodeType":"YulFunctionCall","src":"1462:5:5"},{"name":"implementation","nativeSrc":"1469:14:5","nodeType":"YulIdentifier","src":"1469:14:5"},{"kind":"number","nativeSrc":"1485:4:5","nodeType":"YulLiteral","src":"1485:4:5","type":"","value":"0x00"},{"arguments":[],"functionName":{"name":"calldatasize","nativeSrc":"1491:12:5","nodeType":"YulIdentifier","src":"1491:12:5"},"nativeSrc":"1491:14:5","nodeType":"YulFunctionCall","src":"1491:14:5"},{"kind":"number","nativeSrc":"1507:4:5","nodeType":"YulLiteral","src":"1507:4:5","type":"","value":"0x00"},{"kind":"number","nativeSrc":"1513:4:5","nodeType":"YulLiteral","src":"1513:4:5","type":"","value":"0x00"}],"functionName":{"name":"delegatecall","nativeSrc":"1449:12:5","nodeType":"YulIdentifier","src":"1449:12:5"},"nativeSrc":"1449:69:5","nodeType":"YulFunctionCall","src":"1449:69:5"},"variables":[{"name":"result","nativeSrc":"1439:6:5","nodeType":"YulTypedName","src":"1439:6:5","type":""}]},{"expression":{"arguments":[{"kind":"number","nativeSrc":"1586:4:5","nodeType":"YulLiteral","src":"1586:4:5","type":"","value":"0x00"},{"kind":"number","nativeSrc":"1592:4:5","nodeType":"YulLiteral","src":"1592:4:5","type":"","value":"0x00"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"1598:14:5","nodeType":"YulIdentifier","src":"1598:14:5"},"nativeSrc":"1598:16:5","nodeType":"YulFunctionCall","src":"1598:16:5"}],"functionName":{"name":"returndatacopy","nativeSrc":"1571:14:5","nodeType":"YulIdentifier","src":"1571:14:5"},"nativeSrc":"1571:44:5","nodeType":"YulFunctionCall","src":"1571:44:5"},"nativeSrc":"1571:44:5","nodeType":"YulExpressionStatement","src":"1571:44:5"},{"cases":[{"body":{"nativeSrc":"1710:62:5","nodeType":"YulBlock","src":"1710:62:5","statements":[{"expression":{"arguments":[{"kind":"number","nativeSrc":"1735:4:5","nodeType":"YulLiteral","src":"1735:4:5","type":"","value":"0x00"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"1741:14:5","nodeType":"YulIdentifier","src":"1741:14:5"},"nativeSrc":"1741:16:5","nodeType":"YulFunctionCall","src":"1741:16:5"}],"functionName":{"name":"revert","nativeSrc":"1728:6:5","nodeType":"YulIdentifier","src":"1728:6:5"},"nativeSrc":"1728:30:5","nodeType":"YulFunctionCall","src":"1728:30:5"},"nativeSrc":"1728:30:5","nodeType":"YulExpressionStatement","src":"1728:30:5"}]},"nativeSrc":"1703:69:5","nodeType":"YulCase","src":"1703:69:5","value":{"kind":"number","nativeSrc":"1708:1:5","nodeType":"YulLiteral","src":"1708:1:5","type":"","value":"0"}},{"body":{"nativeSrc":"1793:62:5","nodeType":"YulBlock","src":"1793:62:5","statements":[{"expression":{"arguments":[{"kind":"number","nativeSrc":"1818:4:5","nodeType":"YulLiteral","src":"1818:4:5","type":"","value":"0x00"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"1824:14:5","nodeType":"YulIdentifier","src":"1824:14:5"},"nativeSrc":"1824:16:5","nodeType":"YulFunctionCall","src":"1824:16:5"}],"functionName":{"name":"return","nativeSrc":"1811:6:5","nodeType":"YulIdentifier","src":"1811:6:5"},"nativeSrc":"1811:30:5","nodeType":"YulFunctionCall","src":"1811:30:5"},"nativeSrc":"1811:30:5","nodeType":"YulExpressionStatement","src":"1811:30:5"}]},"nativeSrc":"1785:70:5","nodeType":"YulCase","src":"1785:70:5","value":"default"}],"expression":{"name":"result","nativeSrc":"1636:6:5","nodeType":"YulIdentifier","src":"1636:6:5"},"nativeSrc":"1629:226:5","nodeType":"YulSwitch","src":"1629:226:5"}]},"evmVersion":"cancun","externalReferences":[{"declaration":617,"isOffset":false,"isSlot":false,"src":"1469:14:5","valueSize":1}],"id":620,"nodeType":"InlineAssembly","src":"1019:846:5"}]},"documentation":{"id":615,"nodeType":"StructuredDocumentation","src":"754:190:5","text":" @dev Delegates the current call to `implementation`.\n This function does not return to its internal call site, it will return directly to the external caller."},"id":622,"implemented":true,"kind":"function","modifiers":[],"name":"_delegate","nameLocation":"958:9:5","nodeType":"FunctionDefinition","parameters":{"id":618,"nodeType":"ParameterList","parameters":[{"constant":false,"id":617,"mutability":"mutable","name":"implementation","nameLocation":"976:14:5","nodeType":"VariableDeclaration","scope":622,"src":"968:22:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":616,"name":"address","nodeType":"ElementaryTypeName","src":"968:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"967:24:5"},"returnParameters":{"id":619,"nodeType":"ParameterList","parameters":[],"src":"1009:0:5"},"scope":647,"src":"949:922:5","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"documentation":{"id":623,"nodeType":"StructuredDocumentation","src":"1877:173:5","text":" @dev This is a virtual function that should be overridden so it returns the address to which the fallback\n function and {_fallback} should delegate."},"id":628,"implemented":false,"kind":"function","modifiers":[],"name":"_implementation","nameLocation":"2064:15:5","nodeType":"FunctionDefinition","parameters":{"id":624,"nodeType":"ParameterList","parameters":[],"src":"2079:2:5"},"returnParameters":{"id":627,"nodeType":"ParameterList","parameters":[{"constant":false,"id":626,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":628,"src":"2113:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":625,"name":"address","nodeType":"ElementaryTypeName","src":"2113:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2112:9:5"},"scope":647,"src":"2055:67:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":637,"nodeType":"Block","src":"2388:45:5","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":633,"name":"_implementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":628,"src":"2408:15:5","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":634,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2408:17:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":632,"name":"_delegate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":622,"src":"2398:9:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":635,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2398:28:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":636,"nodeType":"ExpressionStatement","src":"2398:28:5"}]},"documentation":{"id":629,"nodeType":"StructuredDocumentation","src":"2128:217:5","text":" @dev Delegates the current call to the address returned by `_implementation()`.\n This function does not return to its internal call site, it will return directly to the external caller."},"id":638,"implemented":true,"kind":"function","modifiers":[],"name":"_fallback","nameLocation":"2359:9:5","nodeType":"FunctionDefinition","parameters":{"id":630,"nodeType":"ParameterList","parameters":[],"src":"2368:2:5"},"returnParameters":{"id":631,"nodeType":"ParameterList","parameters":[],"src":"2388:0:5"},"scope":647,"src":"2350:83:5","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":645,"nodeType":"Block","src":"2666:28:5","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":642,"name":"_fallback","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":638,"src":"2676:9:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":643,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2676:11:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":644,"nodeType":"ExpressionStatement","src":"2676:11:5"}]},"documentation":{"id":639,"nodeType":"StructuredDocumentation","src":"2439:186:5","text":" @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if no other\n function in the contract matches the call data."},"id":646,"implemented":true,"kind":"fallback","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":640,"nodeType":"ParameterList","parameters":[],"src":"2638:2:5"},"returnParameters":{"id":641,"nodeType":"ParameterList","parameters":[],"src":"2666:0:5"},"scope":647,"src":"2630:64:5","stateMutability":"payable","virtual":true,"visibility":"external"}],"scope":648,"src":"724:1972:5","usedErrors":[],"usedEvents":[]}],"src":"99:2598:5"}},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"id":6,"ast":{"absolutePath":"@openzeppelin/contracts/proxy/beacon/IBeacon.sol","exportedSymbols":{"IBeacon":[657]},"id":658,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":649,"literals":["solidity",">=","0.4",".16"],"nodeType":"PragmaDirective","src":"108:25:6"},{"abstract":false,"baseContracts":[],"canonicalName":"IBeacon","contractDependencies":[],"contractKind":"interface","documentation":{"id":650,"nodeType":"StructuredDocumentation","src":"135:79:6","text":" @dev This is the interface that {BeaconProxy} expects of its beacon."},"fullyImplemented":false,"id":657,"linearizedBaseContracts":[657],"name":"IBeacon","nameLocation":"225:7:6","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":651,"nodeType":"StructuredDocumentation","src":"239:168:6","text":" @dev Must return an address that can be used as a delegate call target.\n {UpgradeableBeacon} will check that this address is a contract."},"functionSelector":"5c60da1b","id":656,"implemented":false,"kind":"function","modifiers":[],"name":"implementation","nameLocation":"421:14:6","nodeType":"FunctionDefinition","parameters":{"id":652,"nodeType":"ParameterList","parameters":[],"src":"435:2:6"},"returnParameters":{"id":655,"nodeType":"ParameterList","parameters":[{"constant":false,"id":654,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":656,"src":"461:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":653,"name":"address","nodeType":"ElementaryTypeName","src":"461:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"460:9:6"},"scope":657,"src":"412:58:6","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":658,"src":"215:257:6","usedErrors":[],"usedEvents":[]}],"src":"108:365:6"}},"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":{"id":7,"ast":{"absolutePath":"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol","exportedSymbols":{"ITransparentUpgradeableProxy":[727],"Ownable":[147],"ProxyAdmin":[705]},"id":706,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":659,"literals":["solidity","^","0.8",".22"],"nodeType":"PragmaDirective","src":"116:24:7"},{"absolutePath":"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol","file":"./TransparentUpgradeableProxy.sol","id":661,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":706,"sourceUnit":842,"src":"142:79:7","symbolAliases":[{"foreign":{"id":660,"name":"ITransparentUpgradeableProxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":727,"src":"150:28:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/access/Ownable.sol","file":"../../access/Ownable.sol","id":663,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":706,"sourceUnit":148,"src":"222:49:7","symbolAliases":[{"foreign":{"id":662,"name":"Ownable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":147,"src":"230:7:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":665,"name":"Ownable","nameLocations":["525:7:7"],"nodeType":"IdentifierPath","referencedDeclaration":147,"src":"525:7:7"},"id":666,"nodeType":"InheritanceSpecifier","src":"525:7:7"}],"canonicalName":"ProxyAdmin","contractDependencies":[],"contractKind":"contract","documentation":{"id":664,"nodeType":"StructuredDocumentation","src":"273:228:7","text":" @dev This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an\n explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}."},"fullyImplemented":true,"id":705,"linearizedBaseContracts":[705,147,1261],"name":"ProxyAdmin","nameLocation":"511:10:7","nodeType":"ContractDefinition","nodes":[{"constant":true,"documentation":{"id":667,"nodeType":"StructuredDocumentation","src":"539:643:7","text":" @dev The version of the upgrade interface of the contract. If this getter is missing, both `upgrade(address,address)`\n and `upgradeAndCall(address,address,bytes)` are present, and `upgrade` must be used if no function should be called,\n while `upgradeAndCall` will invoke the `receive` function if the third argument is the empty byte string.\n If the getter returns `\"5.0.0\"`, only `upgradeAndCall(address,address,bytes)` is present, and the third argument must\n be the empty byte string if no function should be called, making it impossible to invoke the `receive` function\n during an upgrade."},"functionSelector":"ad3cb1cc","id":670,"mutability":"constant","name":"UPGRADE_INTERFACE_VERSION","nameLocation":"1210:25:7","nodeType":"VariableDeclaration","scope":705,"src":"1187:58:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":668,"name":"string","nodeType":"ElementaryTypeName","src":"1187:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"value":{"hexValue":"352e302e30","id":669,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1238:7:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_2ade050ecfcf8ae20ae1d10a23573f9d7e0bad85e74a2cf8338a65401e64558c","typeString":"literal_string \"5.0.0\""},"value":"5.0.0"},"visibility":"public"},{"body":{"id":679,"nodeType":"Block","src":"1385:2:7","statements":[]},"documentation":{"id":671,"nodeType":"StructuredDocumentation","src":"1252:72:7","text":" @dev Sets the initial owner who can perform upgrades."},"id":680,"implemented":true,"kind":"constructor","modifiers":[{"arguments":[{"id":676,"name":"initialOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":673,"src":"1371:12:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"id":677,"kind":"baseConstructorSpecifier","modifierName":{"id":675,"name":"Ownable","nameLocations":["1363:7:7"],"nodeType":"IdentifierPath","referencedDeclaration":147,"src":"1363:7:7"},"nodeType":"ModifierInvocation","src":"1363:21:7"}],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":674,"nodeType":"ParameterList","parameters":[{"constant":false,"id":673,"mutability":"mutable","name":"initialOwner","nameLocation":"1349:12:7","nodeType":"VariableDeclaration","scope":680,"src":"1341:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":672,"name":"address","nodeType":"ElementaryTypeName","src":"1341:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1340:22:7"},"returnParameters":{"id":678,"nodeType":"ParameterList","parameters":[],"src":"1385:0:7"},"scope":705,"src":"1329:58:7","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":703,"nodeType":"Block","src":"1883:79:7","statements":[{"expression":{"arguments":[{"id":699,"name":"implementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":686,"src":"1934:14:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":700,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":688,"src":"1950:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":693,"name":"proxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":684,"src":"1893:5:7","typeDescriptions":{"typeIdentifier":"t_contract$_ITransparentUpgradeableProxy_$727","typeString":"contract ITransparentUpgradeableProxy"}},"id":695,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1899:16:7","memberName":"upgradeToAndCall","nodeType":"MemberAccess","referencedDeclaration":726,"src":"1893:22:7","typeDescriptions":{"typeIdentifier":"t_function_external_payable$_t_address_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (address,bytes memory) payable external"}},"id":698,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"expression":{"id":696,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1923:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":697,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1927:5:7","memberName":"value","nodeType":"MemberAccess","src":"1923:9:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"1893:40:7","typeDescriptions":{"typeIdentifier":"t_function_external_payable$_t_address_$_t_bytes_memory_ptr_$returns$__$value","typeString":"function (address,bytes memory) payable external"}},"id":701,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1893:62:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":702,"nodeType":"ExpressionStatement","src":"1893:62:7"}]},"documentation":{"id":681,"nodeType":"StructuredDocumentation","src":"1393:319:7","text":" @dev Upgrades `proxy` to `implementation` and calls a function on the new implementation.\n See {TransparentUpgradeableProxy-_dispatchUpgradeToAndCall}.\n Requirements:\n - This contract must be the admin of `proxy`.\n - If `data` is empty, `msg.value` must be zero."},"functionSelector":"9623609d","id":704,"implemented":true,"kind":"function","modifiers":[{"id":691,"kind":"modifierInvocation","modifierName":{"id":690,"name":"onlyOwner","nameLocations":["1873:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":58,"src":"1873:9:7"},"nodeType":"ModifierInvocation","src":"1873:9:7"}],"name":"upgradeAndCall","nameLocation":"1726:14:7","nodeType":"FunctionDefinition","parameters":{"id":689,"nodeType":"ParameterList","parameters":[{"constant":false,"id":684,"mutability":"mutable","name":"proxy","nameLocation":"1779:5:7","nodeType":"VariableDeclaration","scope":704,"src":"1750:34:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_ITransparentUpgradeableProxy_$727","typeString":"contract ITransparentUpgradeableProxy"},"typeName":{"id":683,"nodeType":"UserDefinedTypeName","pathNode":{"id":682,"name":"ITransparentUpgradeableProxy","nameLocations":["1750:28:7"],"nodeType":"IdentifierPath","referencedDeclaration":727,"src":"1750:28:7"},"referencedDeclaration":727,"src":"1750:28:7","typeDescriptions":{"typeIdentifier":"t_contract$_ITransparentUpgradeableProxy_$727","typeString":"contract ITransparentUpgradeableProxy"}},"visibility":"internal"},{"constant":false,"id":686,"mutability":"mutable","name":"implementation","nameLocation":"1802:14:7","nodeType":"VariableDeclaration","scope":704,"src":"1794:22:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":685,"name":"address","nodeType":"ElementaryTypeName","src":"1794:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":688,"mutability":"mutable","name":"data","nameLocation":"1839:4:7","nodeType":"VariableDeclaration","scope":704,"src":"1826:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":687,"name":"bytes","nodeType":"ElementaryTypeName","src":"1826:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1740:109:7"},"returnParameters":{"id":692,"nodeType":"ParameterList","parameters":[],"src":"1883:0:7"},"scope":705,"src":"1717:245:7","stateMutability":"payable","virtual":true,"visibility":"public"}],"scope":706,"src":"502:1462:7","usedErrors":[13,18],"usedEvents":[24]}],"src":"116:1849:7"}},"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":{"id":8,"ast":{"absolutePath":"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol","exportedSymbols":{"ERC1967Proxy":[317],"ERC1967Utils":[611],"IERC1967":[254],"ITransparentUpgradeableProxy":[727],"ProxyAdmin":[705],"TransparentUpgradeableProxy":[841]},"id":842,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":707,"literals":["solidity","^","0.8",".22"],"nodeType":"PragmaDirective","src":"133:24:8"},{"absolutePath":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol","file":"../ERC1967/ERC1967Utils.sol","id":709,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":842,"sourceUnit":612,"src":"159:57:8","symbolAliases":[{"foreign":{"id":708,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"167:12:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol","file":"../ERC1967/ERC1967Proxy.sol","id":711,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":842,"sourceUnit":318,"src":"217:57:8","symbolAliases":[{"foreign":{"id":710,"name":"ERC1967Proxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":317,"src":"225:12:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/interfaces/IERC1967.sol","file":"../../interfaces/IERC1967.sol","id":713,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":842,"sourceUnit":255,"src":"275:55:8","symbolAliases":[{"foreign":{"id":712,"name":"IERC1967","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"283:8:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol","file":"./ProxyAdmin.sol","id":715,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":842,"sourceUnit":706,"src":"331:44:8","symbolAliases":[{"foreign":{"id":714,"name":"ProxyAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":705,"src":"339:10:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":717,"name":"IERC1967","nameLocations":["865:8:8"],"nodeType":"IdentifierPath","referencedDeclaration":254,"src":"865:8:8"},"id":718,"nodeType":"InheritanceSpecifier","src":"865:8:8"}],"canonicalName":"ITransparentUpgradeableProxy","contractDependencies":[],"contractKind":"interface","documentation":{"id":716,"nodeType":"StructuredDocumentation","src":"377:445:8","text":" @dev Interface for {TransparentUpgradeableProxy}. In order to implement transparency, {TransparentUpgradeableProxy}\n does not implement this interface directly, and its upgradeability mechanism is implemented by an internal dispatch\n mechanism. The compiler is unaware that these functions are implemented by {TransparentUpgradeableProxy} and will not\n include them in the ABI so this interface must be used to interact with it."},"fullyImplemented":false,"id":727,"linearizedBaseContracts":[727,254],"name":"ITransparentUpgradeableProxy","nameLocation":"833:28:8","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":719,"nodeType":"StructuredDocumentation","src":"880:47:8","text":"@dev See {UUPSUpgradeable-upgradeToAndCall}"},"functionSelector":"4f1ef286","id":726,"implemented":false,"kind":"function","modifiers":[],"name":"upgradeToAndCall","nameLocation":"941:16:8","nodeType":"FunctionDefinition","parameters":{"id":724,"nodeType":"ParameterList","parameters":[{"constant":false,"id":721,"mutability":"mutable","name":"newImplementation","nameLocation":"966:17:8","nodeType":"VariableDeclaration","scope":726,"src":"958:25:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":720,"name":"address","nodeType":"ElementaryTypeName","src":"958:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":723,"mutability":"mutable","name":"data","nameLocation":"1000:4:8","nodeType":"VariableDeclaration","scope":726,"src":"985:19:8","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":722,"name":"bytes","nodeType":"ElementaryTypeName","src":"985:5:8","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"957:48:8"},"returnParameters":{"id":725,"nodeType":"ParameterList","parameters":[],"src":"1022:0:8"},"scope":727,"src":"932:91:8","stateMutability":"payable","virtual":false,"visibility":"external"}],"scope":842,"src":"823:202:8","usedErrors":[],"usedEvents":[241,248,253]},{"abstract":false,"baseContracts":[{"baseName":{"id":729,"name":"ERC1967Proxy","nameLocations":["4355:12:8"],"nodeType":"IdentifierPath","referencedDeclaration":317,"src":"4355:12:8"},"id":730,"nodeType":"InheritanceSpecifier","src":"4355:12:8"}],"canonicalName":"TransparentUpgradeableProxy","contractDependencies":[705],"contractKind":"contract","documentation":{"id":728,"nodeType":"StructuredDocumentation","src":"1027:3287:8","text":" @dev This contract implements a proxy that is upgradeable through an associated {ProxyAdmin} instance.\n To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector\n clashing], which can potentially be used in an attack, this contract uses the\n https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two\n things that go hand in hand:\n 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if\n that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself.\n 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to\n the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating\n the proxy admin cannot fallback to the target implementation.\n These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a\n dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to\n call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin} and\n allows upgrades only if they come through it. You should think of the `ProxyAdmin` instance as the administrative\n interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership.\n NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not\n inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch\n mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to\n fully implement transparency without decoding reverts caused by selector clashes between the proxy and the\n implementation.\n NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin} of this contract won't send a\n meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract.\n IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an\n immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be\n overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an\n undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot\n is generally fine if the implementation is trusted.\n WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the\n compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new\n function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This\n could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency."},"fullyImplemented":true,"id":841,"linearizedBaseContracts":[841,317,647],"name":"TransparentUpgradeableProxy","nameLocation":"4324:27:8","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":732,"mutability":"immutable","name":"_admin","nameLocation":"4735:6:8","nodeType":"VariableDeclaration","scope":841,"src":"4709:32:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":731,"name":"address","nodeType":"ElementaryTypeName","src":"4709:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"documentation":{"id":733,"nodeType":"StructuredDocumentation","src":"4748:102:8","text":" @dev The proxy caller is the current admin, and can't fallback to the proxy target."},"errorSelector":"d2b576ec","id":735,"name":"ProxyDeniedAdminAccess","nameLocation":"4861:22:8","nodeType":"ErrorDefinition","parameters":{"id":734,"nodeType":"ParameterList","parameters":[],"src":"4883:2:8"},"src":"4855:31:8"},{"body":{"id":767,"nodeType":"Block","src":"5264:190:8","statements":[{"expression":{"id":758,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":749,"name":"_admin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":732,"src":"5274:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"id":755,"name":"initialOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":740,"src":"5306:12:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":754,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"NewExpression","src":"5291:14:8","typeDescriptions":{"typeIdentifier":"t_function_creation_nonpayable$_t_address_$returns$_t_contract$_ProxyAdmin_$705_$","typeString":"function (address) returns (contract ProxyAdmin)"},"typeName":{"id":753,"nodeType":"UserDefinedTypeName","pathNode":{"id":752,"name":"ProxyAdmin","nameLocations":["5295:10:8"],"nodeType":"IdentifierPath","referencedDeclaration":705,"src":"5295:10:8"},"referencedDeclaration":705,"src":"5295:10:8","typeDescriptions":{"typeIdentifier":"t_contract$_ProxyAdmin_$705","typeString":"contract ProxyAdmin"}}},"id":756,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5291:28:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_ProxyAdmin_$705","typeString":"contract ProxyAdmin"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_ProxyAdmin_$705","typeString":"contract ProxyAdmin"}],"id":751,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5283:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":750,"name":"address","nodeType":"ElementaryTypeName","src":"5283:7:8","typeDescriptions":{}}},"id":757,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5283:37:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"5274:46:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":759,"nodeType":"ExpressionStatement","src":"5274:46:8"},{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":763,"name":"_proxyAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":777,"src":"5433:11:8","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":764,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5433:13:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":760,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"5408:12:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ERC1967Utils_$611_$","typeString":"type(library ERC1967Utils)"}},"id":762,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5421:11:8","memberName":"changeAdmin","nodeType":"MemberAccess","referencedDeclaration":493,"src":"5408:24:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":765,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5408:39:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":766,"nodeType":"ExpressionStatement","src":"5408:39:8"}]},"documentation":{"id":736,"nodeType":"StructuredDocumentation","src":"4892:261:8","text":" @dev Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin} with an `initialOwner`,\n backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in\n {ERC1967Proxy-constructor}."},"id":768,"implemented":true,"kind":"constructor","modifiers":[{"arguments":[{"id":745,"name":"_logic","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":738,"src":"5249:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":746,"name":"_data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":742,"src":"5257:5:8","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"id":747,"kind":"baseConstructorSpecifier","modifierName":{"id":744,"name":"ERC1967Proxy","nameLocations":["5236:12:8"],"nodeType":"IdentifierPath","referencedDeclaration":317,"src":"5236:12:8"},"nodeType":"ModifierInvocation","src":"5236:27:8"}],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":743,"nodeType":"ParameterList","parameters":[{"constant":false,"id":738,"mutability":"mutable","name":"_logic","nameLocation":"5178:6:8","nodeType":"VariableDeclaration","scope":768,"src":"5170:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":737,"name":"address","nodeType":"ElementaryTypeName","src":"5170:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":740,"mutability":"mutable","name":"initialOwner","nameLocation":"5194:12:8","nodeType":"VariableDeclaration","scope":768,"src":"5186:20:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":739,"name":"address","nodeType":"ElementaryTypeName","src":"5186:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":742,"mutability":"mutable","name":"_data","nameLocation":"5221:5:8","nodeType":"VariableDeclaration","scope":768,"src":"5208:18:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":741,"name":"bytes","nodeType":"ElementaryTypeName","src":"5208:5:8","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5169:58:8"},"returnParameters":{"id":748,"nodeType":"ParameterList","parameters":[],"src":"5264:0:8"},"scope":841,"src":"5158:296:8","stateMutability":"payable","virtual":false,"visibility":"public"},{"body":{"id":776,"nodeType":"Block","src":"5584:30:8","statements":[{"expression":{"id":774,"name":"_admin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":732,"src":"5601:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":773,"id":775,"nodeType":"Return","src":"5594:13:8"}]},"documentation":{"id":769,"nodeType":"StructuredDocumentation","src":"5460:56:8","text":" @dev Returns the admin of this proxy."},"id":777,"implemented":true,"kind":"function","modifiers":[],"name":"_proxyAdmin","nameLocation":"5530:11:8","nodeType":"FunctionDefinition","parameters":{"id":770,"nodeType":"ParameterList","parameters":[],"src":"5541:2:8"},"returnParameters":{"id":773,"nodeType":"ParameterList","parameters":[{"constant":false,"id":772,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":777,"src":"5575:7:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":771,"name":"address","nodeType":"ElementaryTypeName","src":"5575:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"5574:9:8"},"scope":841,"src":"5521:93:8","stateMutability":"view","virtual":true,"visibility":"internal"},{"baseFunctions":[638],"body":{"id":810,"nodeType":"Block","src":"5803:322:8","statements":[{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":786,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":782,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"5817:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":783,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5821:6:8","memberName":"sender","nodeType":"MemberAccess","src":"5817:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":784,"name":"_proxyAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":777,"src":"5831:11:8","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":785,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5831:13:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"5817:27:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":808,"nodeType":"Block","src":"6077:42:8","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":803,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"6091:5:8","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_TransparentUpgradeableProxy_$841_$","typeString":"type(contract super TransparentUpgradeableProxy)"}},"id":805,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6097:9:8","memberName":"_fallback","nodeType":"MemberAccess","referencedDeclaration":638,"src":"6091:15:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":806,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6091:17:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":807,"nodeType":"ExpressionStatement","src":"6091:17:8"}]},"id":809,"nodeType":"IfStatement","src":"5813:306:8","trueBody":{"id":802,"nodeType":"Block","src":"5846:225:8","statements":[{"condition":{"commonType":{"typeIdentifier":"t_bytes4","typeString":"bytes4"},"id":792,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":787,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"5864:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":788,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5868:3:8","memberName":"sig","nodeType":"MemberAccess","src":"5864:7:8","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"expression":{"id":789,"name":"ITransparentUpgradeableProxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":727,"src":"5875:28:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ITransparentUpgradeableProxy_$727_$","typeString":"type(contract ITransparentUpgradeableProxy)"}},"id":790,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"5904:16:8","memberName":"upgradeToAndCall","nodeType":"MemberAccess","referencedDeclaration":726,"src":"5875:45:8","typeDescriptions":{"typeIdentifier":"t_function_declaration_payable$_t_address_$_t_bytes_calldata_ptr_$returns$__$","typeString":"function ITransparentUpgradeableProxy.upgradeToAndCall(address,bytes calldata) payable"}},"id":791,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"5921:8:8","memberName":"selector","nodeType":"MemberAccess","src":"5875:54:8","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"src":"5864:65:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":800,"nodeType":"Block","src":"6001:60:8","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":797,"name":"_dispatchUpgradeToAndCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":840,"src":"6019:25:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":798,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6019:27:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":799,"nodeType":"ExpressionStatement","src":"6019:27:8"}]},"id":801,"nodeType":"IfStatement","src":"5860:201:8","trueBody":{"id":796,"nodeType":"Block","src":"5931:64:8","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"id":793,"name":"ProxyDeniedAdminAccess","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":735,"src":"5956:22:8","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":794,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5956:24:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":795,"nodeType":"RevertStatement","src":"5949:31:8"}]}}]}}]},"documentation":{"id":778,"nodeType":"StructuredDocumentation","src":"5620:131:8","text":" @dev If caller is the admin process the call internally, otherwise transparently fallback to the proxy behavior."},"id":811,"implemented":true,"kind":"function","modifiers":[],"name":"_fallback","nameLocation":"5765:9:8","nodeType":"FunctionDefinition","overrides":{"id":780,"nodeType":"OverrideSpecifier","overrides":[],"src":"5794:8:8"},"parameters":{"id":779,"nodeType":"ParameterList","parameters":[],"src":"5774:2:8"},"returnParameters":{"id":781,"nodeType":"ParameterList","parameters":[],"src":"5803:0:8"},"scope":841,"src":"5756:369:8","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":839,"nodeType":"Block","src":"6372:172:8","statements":[{"assignments":[816,818],"declarations":[{"constant":false,"id":816,"mutability":"mutable","name":"newImplementation","nameLocation":"6391:17:8","nodeType":"VariableDeclaration","scope":839,"src":"6383:25:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":815,"name":"address","nodeType":"ElementaryTypeName","src":"6383:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":818,"mutability":"mutable","name":"data","nameLocation":"6423:4:8","nodeType":"VariableDeclaration","scope":839,"src":"6410:17:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":817,"name":"bytes","nodeType":"ElementaryTypeName","src":"6410:5:8","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":831,"initialValue":{"arguments":[{"baseExpression":{"expression":{"id":821,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"6442:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":822,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6446:4:8","memberName":"data","nodeType":"MemberAccess","src":"6442:8:8","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":824,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"IndexRangeAccess","src":"6442:12:8","startExpression":{"hexValue":"34","id":823,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6451:1:8","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr_slice","typeString":"bytes calldata slice"}},{"components":[{"id":826,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6457:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":825,"name":"address","nodeType":"ElementaryTypeName","src":"6457:7:8","typeDescriptions":{}}},{"id":828,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6466:5:8","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":827,"name":"bytes","nodeType":"ElementaryTypeName","src":"6466:5:8","typeDescriptions":{}}}],"id":829,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"6456:16:8","typeDescriptions":{"typeIdentifier":"t_tuple$_t_type$_t_address_$_$_t_type$_t_bytes_storage_ptr_$_$","typeString":"tuple(type(address),type(bytes storage pointer))"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_calldata_ptr_slice","typeString":"bytes calldata slice"},{"typeIdentifier":"t_tuple$_t_type$_t_address_$_$_t_type$_t_bytes_storage_ptr_$_$","typeString":"tuple(type(address),type(bytes storage pointer))"}],"expression":{"id":819,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"6431:3:8","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":820,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6435:6:8","memberName":"decode","nodeType":"MemberAccess","src":"6431:10:8","typeDescriptions":{"typeIdentifier":"t_function_abidecode_pure$__$returns$__$","typeString":"function () pure"}},"id":830,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6431:42:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_payable_$_t_bytes_memory_ptr_$","typeString":"tuple(address payable,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6382:91:8"},{"expression":{"arguments":[{"id":835,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":816,"src":"6513:17:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":836,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":818,"src":"6532:4:8","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":832,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"6483:12:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ERC1967Utils_$611_$","typeString":"type(library ERC1967Utils)"}},"id":834,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6496:16:8","memberName":"upgradeToAndCall","nodeType":"MemberAccess","referencedDeclaration":426,"src":"6483:29:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (address,bytes memory)"}},"id":837,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6483:54:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":838,"nodeType":"ExpressionStatement","src":"6483:54:8"}]},"documentation":{"id":812,"nodeType":"StructuredDocumentation","src":"6131:191:8","text":" @dev Upgrade the implementation of the proxy. See {ERC1967Utils-upgradeToAndCall}.\n Requirements:\n - If `data` is empty, `msg.value` must be zero."},"id":840,"implemented":true,"kind":"function","modifiers":[],"name":"_dispatchUpgradeToAndCall","nameLocation":"6336:25:8","nodeType":"FunctionDefinition","parameters":{"id":813,"nodeType":"ParameterList","parameters":[],"src":"6361:2:8"},"returnParameters":{"id":814,"nodeType":"ParameterList","parameters":[],"src":"6372:0:8"},"scope":841,"src":"6327:217:8","stateMutability":"nonpayable","virtual":false,"visibility":"private"}],"scope":842,"src":"4315:2231:8","usedErrors":[266,337,342,350,735,853,1274],"usedEvents":[241,248]}],"src":"133:6414:8"}},"@openzeppelin/contracts/utils/Address.sol":{"id":9,"ast":{"absolutePath":"@openzeppelin/contracts/utils/Address.sol","exportedSymbols":{"Address":[1231],"Errors":[1283],"LowLevelCall":[1442]},"id":1232,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":843,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"101:24:9"},{"absolutePath":"@openzeppelin/contracts/utils/Errors.sol","file":"./Errors.sol","id":845,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1232,"sourceUnit":1284,"src":"127:36:9","symbolAliases":[{"foreign":{"id":844,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"135:6:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/utils/LowLevelCall.sol","file":"./LowLevelCall.sol","id":847,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1232,"sourceUnit":1443,"src":"164:48:9","symbolAliases":[{"foreign":{"id":846,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"172:12:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"Address","contractDependencies":[],"contractKind":"library","documentation":{"id":848,"nodeType":"StructuredDocumentation","src":"214:67:9","text":" @dev Collection of functions related to the address type"},"fullyImplemented":true,"id":1231,"linearizedBaseContracts":[1231],"name":"Address","nameLocation":"290:7:9","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":849,"nodeType":"StructuredDocumentation","src":"304:75:9","text":" @dev There's no code at `target` (it is not a contract)."},"errorSelector":"9996b315","id":853,"name":"AddressEmptyCode","nameLocation":"390:16:9","nodeType":"ErrorDefinition","parameters":{"id":852,"nodeType":"ParameterList","parameters":[{"constant":false,"id":851,"mutability":"mutable","name":"target","nameLocation":"415:6:9","nodeType":"VariableDeclaration","scope":853,"src":"407:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":850,"name":"address","nodeType":"ElementaryTypeName","src":"407:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"406:16:9"},"src":"384:39:9"},{"body":{"id":908,"nodeType":"Block","src":"1410:435:9","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":867,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":863,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"1432:4:9","typeDescriptions":{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}],"id":862,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1424:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":861,"name":"address","nodeType":"ElementaryTypeName","src":"1424:7:9","typeDescriptions":{}}},"id":864,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1424:13:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":865,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1438:7:9","memberName":"balance","nodeType":"MemberAccess","src":"1424:21:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":866,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":858,"src":"1448:6:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"1424:30:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":880,"nodeType":"IfStatement","src":"1420:125:9","trueBody":{"id":879,"nodeType":"Block","src":"1456:89:9","statements":[{"errorCall":{"arguments":[{"expression":{"arguments":[{"id":873,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"1512:4:9","typeDescriptions":{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}],"id":872,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1504:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":871,"name":"address","nodeType":"ElementaryTypeName","src":"1504:7:9","typeDescriptions":{}}},"id":874,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1504:13:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":875,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1518:7:9","memberName":"balance","nodeType":"MemberAccess","src":"1504:21:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":876,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":858,"src":"1527:6:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":868,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"1477:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":870,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1484:19:9","memberName":"InsufficientBalance","nodeType":"MemberAccess","referencedDeclaration":1271,"src":"1477:26:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$","typeString":"function (uint256,uint256) pure returns (error)"}},"id":877,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1477:57:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":878,"nodeType":"RevertStatement","src":"1470:64:9"}]}},{"condition":{"arguments":[{"id":883,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":856,"src":"1584:9:9","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},{"id":884,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":858,"src":"1595:6:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"","id":885,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1603:2:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470","typeString":"literal_string \"\""},"value":""}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address_payable","typeString":"address payable"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470","typeString":"literal_string \"\""}],"expression":{"id":881,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"1558:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":882,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1571:12:9","memberName":"callNoReturn","nodeType":"MemberAccess","referencedDeclaration":1317,"src":"1558:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bool_$","typeString":"function (address,uint256,bytes memory) returns (bool)"}},"id":886,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1558:48:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":893,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":889,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"1695:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":890,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1708:14:9","memberName":"returnDataSize","nodeType":"MemberAccess","referencedDeclaration":1420,"src":"1695:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_uint256_$","typeString":"function () pure returns (uint256)"}},"id":891,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1695:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":892,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1727:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1695:33:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":905,"nodeType":"Block","src":"1788:51:9","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":900,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"1809:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":902,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1816:10:9","memberName":"FailedCall","nodeType":"MemberAccess","referencedDeclaration":1274,"src":"1809:17:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":903,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1809:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":904,"nodeType":"RevertStatement","src":"1802:26:9"}]},"id":906,"nodeType":"IfStatement","src":"1691:148:9","trueBody":{"id":899,"nodeType":"Block","src":"1730:52:9","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":894,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"1744:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":896,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1757:12:9","memberName":"bubbleRevert","nodeType":"MemberAccess","referencedDeclaration":1434,"src":"1744:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$__$","typeString":"function () pure"}},"id":897,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1744:27:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":898,"nodeType":"ExpressionStatement","src":"1744:27:9"}]}},"id":907,"nodeType":"IfStatement","src":"1554:285:9","trueBody":{"id":888,"nodeType":"Block","src":"1608:77:9","statements":[{"functionReturnParameters":860,"id":887,"nodeType":"Return","src":"1668:7:9"}]}}]},"documentation":{"id":854,"nodeType":"StructuredDocumentation","src":"429:905:9","text":" @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n `recipient`, forwarding all available gas and reverting on errors.\n https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n of certain opcodes, possibly making contracts go over the 2300 gas limit\n imposed by `transfer`, making them unable to receive funds via\n `transfer`. {sendValue} removes this limitation.\n https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].\n IMPORTANT: because control is transferred to `recipient`, care must be\n taken to not create reentrancy vulnerabilities. Consider using\n {ReentrancyGuard} or the\n https://solidity.readthedocs.io/en/v0.8.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]."},"id":909,"implemented":true,"kind":"function","modifiers":[],"name":"sendValue","nameLocation":"1348:9:9","nodeType":"FunctionDefinition","parameters":{"id":859,"nodeType":"ParameterList","parameters":[{"constant":false,"id":856,"mutability":"mutable","name":"recipient","nameLocation":"1374:9:9","nodeType":"VariableDeclaration","scope":909,"src":"1358:25:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"},"typeName":{"id":855,"name":"address","nodeType":"ElementaryTypeName","src":"1358:15:9","stateMutability":"payable","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"visibility":"internal"},{"constant":false,"id":858,"mutability":"mutable","name":"amount","nameLocation":"1393:6:9","nodeType":"VariableDeclaration","scope":909,"src":"1385:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":857,"name":"uint256","nodeType":"ElementaryTypeName","src":"1385:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1357:43:9"},"returnParameters":{"id":860,"nodeType":"ParameterList","parameters":[],"src":"1410:0:9"},"scope":1231,"src":"1339:506:9","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":925,"nodeType":"Block","src":"2779:62:9","statements":[{"expression":{"arguments":[{"id":920,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":912,"src":"2818:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":921,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":914,"src":"2826:4:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":922,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2832:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"}],"id":919,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1013,"src":"2796:21:9","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256) returns (bytes memory)"}},"id":923,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2796:38:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":918,"id":924,"nodeType":"Return","src":"2789:45:9"}]},"documentation":{"id":910,"nodeType":"StructuredDocumentation","src":"1851:834:9","text":" @dev Performs a Solidity function call using a low level `call`. A\n plain `call` is an unsafe replacement for a function call: use this\n function instead.\n If `target` reverts with a revert reason or custom error, it is bubbled\n up by this function (like regular Solidity function calls). However, if\n the call reverted with no returned reason, this function reverts with a\n {Errors.FailedCall} error.\n Returns the raw returned data. To convert to the expected return value,\n use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n Requirements:\n - `target` must be a contract.\n - calling `target` with `data` must not revert."},"id":926,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"2699:12:9","nodeType":"FunctionDefinition","parameters":{"id":915,"nodeType":"ParameterList","parameters":[{"constant":false,"id":912,"mutability":"mutable","name":"target","nameLocation":"2720:6:9","nodeType":"VariableDeclaration","scope":926,"src":"2712:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":911,"name":"address","nodeType":"ElementaryTypeName","src":"2712:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":914,"mutability":"mutable","name":"data","nameLocation":"2741:4:9","nodeType":"VariableDeclaration","scope":926,"src":"2728:17:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":913,"name":"bytes","nodeType":"ElementaryTypeName","src":"2728:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"2711:35:9"},"returnParameters":{"id":918,"nodeType":"ParameterList","parameters":[{"constant":false,"id":917,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":926,"src":"2765:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":916,"name":"bytes","nodeType":"ElementaryTypeName","src":"2765:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"2764:14:9"},"scope":1231,"src":"2690:151:9","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1012,"nodeType":"Block","src":"3278:583:9","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":944,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":940,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3300:4:9","typeDescriptions":{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}],"id":939,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3292:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":938,"name":"address","nodeType":"ElementaryTypeName","src":"3292:7:9","typeDescriptions":{}}},"id":941,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3292:13:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":942,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3306:7:9","memberName":"balance","nodeType":"MemberAccess","src":"3292:21:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":943,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"3316:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3292:29:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":957,"nodeType":"IfStatement","src":"3288:123:9","trueBody":{"id":956,"nodeType":"Block","src":"3323:88:9","statements":[{"errorCall":{"arguments":[{"expression":{"arguments":[{"id":950,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3379:4:9","typeDescriptions":{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Address_$1231","typeString":"library Address"}],"id":949,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3371:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":948,"name":"address","nodeType":"ElementaryTypeName","src":"3371:7:9","typeDescriptions":{}}},"id":951,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3371:13:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":952,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3385:7:9","memberName":"balance","nodeType":"MemberAccess","src":"3371:21:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":953,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"3394:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":945,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"3344:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":947,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3351:19:9","memberName":"InsufficientBalance","nodeType":"MemberAccess","referencedDeclaration":1271,"src":"3344:26:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$","typeString":"function (uint256,uint256) pure returns (error)"}},"id":954,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3344:56:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":955,"nodeType":"RevertStatement","src":"3337:63:9"}]}},{"assignments":[959],"declarations":[{"constant":false,"id":959,"mutability":"mutable","name":"success","nameLocation":"3425:7:9","nodeType":"VariableDeclaration","scope":1012,"src":"3420:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":958,"name":"bool","nodeType":"ElementaryTypeName","src":"3420:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":966,"initialValue":{"arguments":[{"id":962,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":929,"src":"3461:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":963,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"3469:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":964,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":931,"src":"3476:4:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":960,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"3435:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":961,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3448:12:9","memberName":"callNoReturn","nodeType":"MemberAccess","referencedDeclaration":1317,"src":"3435:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bool_$","typeString":"function (address,uint256,bytes memory) returns (bool)"}},"id":965,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3435:46:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"3420:61:9"},{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":980,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":967,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":959,"src":"3495:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":978,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":972,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":968,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"3507:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":969,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3520:14:9","memberName":"returnDataSize","nodeType":"MemberAccess","referencedDeclaration":1420,"src":"3507:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_uint256_$","typeString":"function () pure returns (uint256)"}},"id":970,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3507:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":971,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3539:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3507:33:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":977,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":973,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":929,"src":"3544:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":974,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3551:4:9","memberName":"code","nodeType":"MemberAccess","src":"3544:11:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":975,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3556:6:9","memberName":"length","nodeType":"MemberAccess","src":"3544:18:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":976,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3565:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3544:22:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3507:59:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":979,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3506:61:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3495:72:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"id":986,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":959,"src":"3636:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":996,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":992,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"3711:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":993,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3724:14:9","memberName":"returnDataSize","nodeType":"MemberAccess","referencedDeclaration":1420,"src":"3711:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_uint256_$","typeString":"function () pure returns (uint256)"}},"id":994,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3711:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":995,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3743:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3711:33:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1008,"nodeType":"Block","src":"3804:51:9","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1003,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"3825:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":1005,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3832:10:9","memberName":"FailedCall","nodeType":"MemberAccess","referencedDeclaration":1274,"src":"3825:17:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":1006,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3825:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1007,"nodeType":"RevertStatement","src":"3818:26:9"}]},"id":1009,"nodeType":"IfStatement","src":"3707:148:9","trueBody":{"id":1002,"nodeType":"Block","src":"3746:52:9","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":997,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"3760:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":999,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3773:12:9","memberName":"bubbleRevert","nodeType":"MemberAccess","referencedDeclaration":1434,"src":"3760:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$__$","typeString":"function () pure"}},"id":1000,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3760:27:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1001,"nodeType":"ExpressionStatement","src":"3760:27:9"}]}},"id":1010,"nodeType":"IfStatement","src":"3632:223:9","trueBody":{"id":991,"nodeType":"Block","src":"3645:56:9","statements":[{"errorCall":{"arguments":[{"id":988,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":929,"src":"3683:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":987,"name":"AddressEmptyCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":853,"src":"3666:16:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":989,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3666:24:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":990,"nodeType":"RevertStatement","src":"3659:31:9"}]}},"id":1011,"nodeType":"IfStatement","src":"3491:364:9","trueBody":{"id":985,"nodeType":"Block","src":"3569:57:9","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":981,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"3590:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":982,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3603:10:9","memberName":"returnData","nodeType":"MemberAccess","referencedDeclaration":1428,"src":"3590:23:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":983,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3590:25:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":937,"id":984,"nodeType":"Return","src":"3583:32:9"}]}}]},"documentation":{"id":927,"nodeType":"StructuredDocumentation","src":"2847:313:9","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but also transferring `value` wei to `target`.\n Requirements:\n - the calling contract must have an ETH balance of at least `value`.\n - the called Solidity function must be `payable`."},"id":1013,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"3174:21:9","nodeType":"FunctionDefinition","parameters":{"id":934,"nodeType":"ParameterList","parameters":[{"constant":false,"id":929,"mutability":"mutable","name":"target","nameLocation":"3204:6:9","nodeType":"VariableDeclaration","scope":1013,"src":"3196:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":928,"name":"address","nodeType":"ElementaryTypeName","src":"3196:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":931,"mutability":"mutable","name":"data","nameLocation":"3225:4:9","nodeType":"VariableDeclaration","scope":1013,"src":"3212:17:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":930,"name":"bytes","nodeType":"ElementaryTypeName","src":"3212:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":933,"mutability":"mutable","name":"value","nameLocation":"3239:5:9","nodeType":"VariableDeclaration","scope":1013,"src":"3231:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":932,"name":"uint256","nodeType":"ElementaryTypeName","src":"3231:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3195:50:9"},"returnParameters":{"id":937,"nodeType":"ParameterList","parameters":[{"constant":false,"id":936,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1013,"src":"3264:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":935,"name":"bytes","nodeType":"ElementaryTypeName","src":"3264:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3263:14:9"},"scope":1231,"src":"3165:696:9","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1076,"nodeType":"Block","src":"4100:450:9","statements":[{"assignments":[1024],"declarations":[{"constant":false,"id":1024,"mutability":"mutable","name":"success","nameLocation":"4115:7:9","nodeType":"VariableDeclaration","scope":1076,"src":"4110:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1023,"name":"bool","nodeType":"ElementaryTypeName","src":"4110:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":1030,"initialValue":{"arguments":[{"id":1027,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1016,"src":"4157:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1028,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1018,"src":"4165:4:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1025,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4125:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1026,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4138:18:9","memberName":"staticcallNoReturn","nodeType":"MemberAccess","referencedDeclaration":1368,"src":"4125:31:9","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$","typeString":"function (address,bytes memory) view returns (bool)"}},"id":1029,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4125:45:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"4110:60:9"},{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1044,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1031,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1024,"src":"4184:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1042,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1036,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1032,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4196:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1033,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4209:14:9","memberName":"returnDataSize","nodeType":"MemberAccess","referencedDeclaration":1420,"src":"4196:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_uint256_$","typeString":"function () pure returns (uint256)"}},"id":1034,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4196:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1035,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4228:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4196:33:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1041,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":1037,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1016,"src":"4233:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1038,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4240:4:9","memberName":"code","nodeType":"MemberAccess","src":"4233:11:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1039,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4245:6:9","memberName":"length","nodeType":"MemberAccess","src":"4233:18:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1040,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4254:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4233:22:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4196:59:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":1043,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"4195:61:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4184:72:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"id":1050,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1024,"src":"4325:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1060,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1056,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4400:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1057,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4413:14:9","memberName":"returnDataSize","nodeType":"MemberAccess","referencedDeclaration":1420,"src":"4400:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_uint256_$","typeString":"function () pure returns (uint256)"}},"id":1058,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4400:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1059,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4432:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4400:33:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1072,"nodeType":"Block","src":"4493:51:9","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1067,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"4514:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":1069,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4521:10:9","memberName":"FailedCall","nodeType":"MemberAccess","referencedDeclaration":1274,"src":"4514:17:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":1070,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4514:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1071,"nodeType":"RevertStatement","src":"4507:26:9"}]},"id":1073,"nodeType":"IfStatement","src":"4396:148:9","trueBody":{"id":1066,"nodeType":"Block","src":"4435:52:9","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1061,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4449:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1063,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4462:12:9","memberName":"bubbleRevert","nodeType":"MemberAccess","referencedDeclaration":1434,"src":"4449:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$__$","typeString":"function () pure"}},"id":1064,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4449:27:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1065,"nodeType":"ExpressionStatement","src":"4449:27:9"}]}},"id":1074,"nodeType":"IfStatement","src":"4321:223:9","trueBody":{"id":1055,"nodeType":"Block","src":"4334:56:9","statements":[{"errorCall":{"arguments":[{"id":1052,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1016,"src":"4372:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1051,"name":"AddressEmptyCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":853,"src":"4355:16:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":1053,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4355:24:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1054,"nodeType":"RevertStatement","src":"4348:31:9"}]}},"id":1075,"nodeType":"IfStatement","src":"4180:364:9","trueBody":{"id":1049,"nodeType":"Block","src":"4258:57:9","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1045,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4279:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1046,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4292:10:9","memberName":"returnData","nodeType":"MemberAccess","referencedDeclaration":1428,"src":"4279:23:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1047,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4279:25:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1022,"id":1048,"nodeType":"Return","src":"4272:32:9"}]}}]},"documentation":{"id":1014,"nodeType":"StructuredDocumentation","src":"3867:128:9","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call."},"id":1077,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"4009:18:9","nodeType":"FunctionDefinition","parameters":{"id":1019,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1016,"mutability":"mutable","name":"target","nameLocation":"4036:6:9","nodeType":"VariableDeclaration","scope":1077,"src":"4028:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1015,"name":"address","nodeType":"ElementaryTypeName","src":"4028:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1018,"mutability":"mutable","name":"data","nameLocation":"4057:4:9","nodeType":"VariableDeclaration","scope":1077,"src":"4044:17:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1017,"name":"bytes","nodeType":"ElementaryTypeName","src":"4044:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4027:35:9"},"returnParameters":{"id":1022,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1021,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1077,"src":"4086:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1020,"name":"bytes","nodeType":"ElementaryTypeName","src":"4086:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4085:14:9"},"scope":1231,"src":"4000:550:9","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1140,"nodeType":"Block","src":"4788:452:9","statements":[{"assignments":[1088],"declarations":[{"constant":false,"id":1088,"mutability":"mutable","name":"success","nameLocation":"4803:7:9","nodeType":"VariableDeclaration","scope":1140,"src":"4798:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1087,"name":"bool","nodeType":"ElementaryTypeName","src":"4798:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":1094,"initialValue":{"arguments":[{"id":1091,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1080,"src":"4847:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1092,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1082,"src":"4855:4:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1089,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4813:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1090,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4826:20:9","memberName":"delegatecallNoReturn","nodeType":"MemberAccess","referencedDeclaration":1396,"src":"4813:33:9","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$_t_bool_$","typeString":"function (address,bytes memory) returns (bool)"}},"id":1093,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4813:47:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"4798:62:9"},{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1108,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1095,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1088,"src":"4874:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1106,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1100,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1096,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4886:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1097,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4899:14:9","memberName":"returnDataSize","nodeType":"MemberAccess","referencedDeclaration":1420,"src":"4886:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_uint256_$","typeString":"function () pure returns (uint256)"}},"id":1098,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4886:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1099,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4918:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4886:33:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1105,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":1101,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1080,"src":"4923:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1102,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4930:4:9","memberName":"code","nodeType":"MemberAccess","src":"4923:11:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1103,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4935:6:9","memberName":"length","nodeType":"MemberAccess","src":"4923:18:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1104,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4944:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4923:22:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4886:59:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":1107,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"4885:61:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4874:72:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"id":1114,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1088,"src":"5015:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1124,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1120,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"5090:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1121,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5103:14:9","memberName":"returnDataSize","nodeType":"MemberAccess","referencedDeclaration":1420,"src":"5090:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_uint256_$","typeString":"function () pure returns (uint256)"}},"id":1122,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5090:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1123,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5122:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5090:33:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1136,"nodeType":"Block","src":"5183:51:9","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1131,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"5204:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":1133,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5211:10:9","memberName":"FailedCall","nodeType":"MemberAccess","referencedDeclaration":1274,"src":"5204:17:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":1134,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5204:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1135,"nodeType":"RevertStatement","src":"5197:26:9"}]},"id":1137,"nodeType":"IfStatement","src":"5086:148:9","trueBody":{"id":1130,"nodeType":"Block","src":"5125:52:9","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1125,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"5139:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1127,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5152:12:9","memberName":"bubbleRevert","nodeType":"MemberAccess","referencedDeclaration":1434,"src":"5139:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$__$","typeString":"function () pure"}},"id":1128,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5139:27:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1129,"nodeType":"ExpressionStatement","src":"5139:27:9"}]}},"id":1138,"nodeType":"IfStatement","src":"5011:223:9","trueBody":{"id":1119,"nodeType":"Block","src":"5024:56:9","statements":[{"errorCall":{"arguments":[{"id":1116,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1080,"src":"5062:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1115,"name":"AddressEmptyCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":853,"src":"5045:16:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":1117,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5045:24:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1118,"nodeType":"RevertStatement","src":"5038:31:9"}]}},"id":1139,"nodeType":"IfStatement","src":"4870:364:9","trueBody":{"id":1113,"nodeType":"Block","src":"4948:57:9","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1109,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"4969:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1110,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4982:10:9","memberName":"returnData","nodeType":"MemberAccess","referencedDeclaration":1428,"src":"4969:23:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1111,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4969:25:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1086,"id":1112,"nodeType":"Return","src":"4962:32:9"}]}}]},"documentation":{"id":1078,"nodeType":"StructuredDocumentation","src":"4556:130:9","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call."},"id":1141,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"4700:20:9","nodeType":"FunctionDefinition","parameters":{"id":1083,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1080,"mutability":"mutable","name":"target","nameLocation":"4729:6:9","nodeType":"VariableDeclaration","scope":1141,"src":"4721:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1079,"name":"address","nodeType":"ElementaryTypeName","src":"4721:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1082,"mutability":"mutable","name":"data","nameLocation":"4750:4:9","nodeType":"VariableDeclaration","scope":1141,"src":"4737:17:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1081,"name":"bytes","nodeType":"ElementaryTypeName","src":"4737:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4720:35:9"},"returnParameters":{"id":1086,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1085,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1141,"src":"4774:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1084,"name":"bytes","nodeType":"ElementaryTypeName","src":"4774:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4773:14:9"},"scope":1231,"src":"4691:549:9","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1195,"nodeType":"Block","src":"5760:513:9","statements":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1165,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1153,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1146,"src":"5936:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1163,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1157,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1154,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1148,"src":"5948:10:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1155,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5959:6:9","memberName":"length","nodeType":"MemberAccess","src":"5948:17:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1156,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5968:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5948:21:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1162,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":1158,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1144,"src":"5973:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1159,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5980:4:9","memberName":"code","nodeType":"MemberAccess","src":"5973:11:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1160,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5985:6:9","memberName":"length","nodeType":"MemberAccess","src":"5973:18:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1161,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5994:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5973:22:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"5948:47:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":1164,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"5947:49:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"5936:60:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"id":1169,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1146,"src":"6050:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1178,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1175,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1148,"src":"6125:10:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1176,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6136:6:9","memberName":"length","nodeType":"MemberAccess","src":"6125:17:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1177,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6145:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6125:21:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1191,"nodeType":"Block","src":"6216:51:9","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1186,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"6237:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":1188,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6244:10:9","memberName":"FailedCall","nodeType":"MemberAccess","referencedDeclaration":1274,"src":"6237:17:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":1189,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6237:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1190,"nodeType":"RevertStatement","src":"6230:26:9"}]},"id":1192,"nodeType":"IfStatement","src":"6121:146:9","trueBody":{"id":1185,"nodeType":"Block","src":"6148:62:9","statements":[{"expression":{"arguments":[{"id":1182,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1148,"src":"6188:10:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1179,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"6162:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1181,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6175:12:9","memberName":"bubbleRevert","nodeType":"MemberAccess","referencedDeclaration":1441,"src":"6162:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$","typeString":"function (bytes memory) pure"}},"id":1183,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6162:37:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1184,"nodeType":"ExpressionStatement","src":"6162:37:9"}]}},"id":1193,"nodeType":"IfStatement","src":"6046:221:9","trueBody":{"id":1174,"nodeType":"Block","src":"6059:56:9","statements":[{"errorCall":{"arguments":[{"id":1171,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1144,"src":"6097:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1170,"name":"AddressEmptyCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":853,"src":"6080:16:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$_t_address_$returns$_t_error_$","typeString":"function (address) pure returns (error)"}},"id":1172,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6080:24:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1173,"nodeType":"RevertStatement","src":"6073:31:9"}]}},"id":1194,"nodeType":"IfStatement","src":"5932:335:9","trueBody":{"id":1168,"nodeType":"Block","src":"5998:42:9","statements":[{"expression":{"id":1166,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1148,"src":"6019:10:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1152,"id":1167,"nodeType":"Return","src":"6012:17:9"}]}}]},"documentation":{"id":1142,"nodeType":"StructuredDocumentation","src":"5246:351:9","text":" @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target\n was not a contract or bubbling up the revert reason (falling back to {Errors.FailedCall}) in case\n of an unsuccessful call.\n NOTE: This function is DEPRECATED and may be removed in the next major release."},"id":1196,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResultFromTarget","nameLocation":"5611:26:9","nodeType":"FunctionDefinition","parameters":{"id":1149,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1144,"mutability":"mutable","name":"target","nameLocation":"5655:6:9","nodeType":"VariableDeclaration","scope":1196,"src":"5647:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1143,"name":"address","nodeType":"ElementaryTypeName","src":"5647:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1146,"mutability":"mutable","name":"success","nameLocation":"5676:7:9","nodeType":"VariableDeclaration","scope":1196,"src":"5671:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1145,"name":"bool","nodeType":"ElementaryTypeName","src":"5671:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1148,"mutability":"mutable","name":"returndata","nameLocation":"5706:10:9","nodeType":"VariableDeclaration","scope":1196,"src":"5693:23:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1147,"name":"bytes","nodeType":"ElementaryTypeName","src":"5693:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5637:85:9"},"returnParameters":{"id":1152,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1151,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1196,"src":"5746:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1150,"name":"bytes","nodeType":"ElementaryTypeName","src":"5746:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5745:14:9"},"scope":1231,"src":"5602:671:9","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1229,"nodeType":"Block","src":"6577:223:9","statements":[{"condition":{"id":1206,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1199,"src":"6591:7:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1213,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1210,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1201,"src":"6652:10:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1211,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6663:6:9","memberName":"length","nodeType":"MemberAccess","src":"6652:17:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1212,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6672:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6652:21:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1226,"nodeType":"Block","src":"6743:51:9","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1221,"name":"Errors","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1283,"src":"6764:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Errors_$1283_$","typeString":"type(library Errors)"}},"id":1223,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6771:10:9","memberName":"FailedCall","nodeType":"MemberAccess","referencedDeclaration":1274,"src":"6764:17:9","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":1224,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6764:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1225,"nodeType":"RevertStatement","src":"6757:26:9"}]},"id":1227,"nodeType":"IfStatement","src":"6648:146:9","trueBody":{"id":1220,"nodeType":"Block","src":"6675:62:9","statements":[{"expression":{"arguments":[{"id":1217,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1201,"src":"6715:10:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1214,"name":"LowLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1442,"src":"6689:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_LowLevelCall_$1442_$","typeString":"type(library LowLevelCall)"}},"id":1216,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6702:12:9","memberName":"bubbleRevert","nodeType":"MemberAccess","referencedDeclaration":1441,"src":"6689:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$","typeString":"function (bytes memory) pure"}},"id":1218,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6689:37:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1219,"nodeType":"ExpressionStatement","src":"6689:37:9"}]}},"id":1228,"nodeType":"IfStatement","src":"6587:207:9","trueBody":{"id":1209,"nodeType":"Block","src":"6600:42:9","statements":[{"expression":{"id":1207,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1201,"src":"6621:10:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1205,"id":1208,"nodeType":"Return","src":"6614:17:9"}]}}]},"documentation":{"id":1197,"nodeType":"StructuredDocumentation","src":"6279:191:9","text":" @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the\n revert reason or with a default {Errors.FailedCall} error."},"id":1230,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResult","nameLocation":"6484:16:9","nodeType":"FunctionDefinition","parameters":{"id":1202,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1199,"mutability":"mutable","name":"success","nameLocation":"6506:7:9","nodeType":"VariableDeclaration","scope":1230,"src":"6501:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1198,"name":"bool","nodeType":"ElementaryTypeName","src":"6501:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1201,"mutability":"mutable","name":"returndata","nameLocation":"6528:10:9","nodeType":"VariableDeclaration","scope":1230,"src":"6515:23:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1200,"name":"bytes","nodeType":"ElementaryTypeName","src":"6515:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6500:39:9"},"returnParameters":{"id":1205,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1204,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1230,"src":"6563:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1203,"name":"bytes","nodeType":"ElementaryTypeName","src":"6563:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6562:14:9"},"scope":1231,"src":"6475:325:9","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":1232,"src":"282:6520:9","usedErrors":[853],"usedEvents":[]}],"src":"101:6702:9"}},"@openzeppelin/contracts/utils/Context.sol":{"id":10,"ast":{"absolutePath":"@openzeppelin/contracts/utils/Context.sol","exportedSymbols":{"Context":[1261]},"id":1262,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1233,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"101:24:10"},{"abstract":true,"baseContracts":[],"canonicalName":"Context","contractDependencies":[],"contractKind":"contract","documentation":{"id":1234,"nodeType":"StructuredDocumentation","src":"127:496:10","text":" @dev Provides information about the current execution context, including the\n sender of the transaction and its data. While these are generally available\n via msg.sender and msg.data, they should not be accessed in such a direct\n manner, since when dealing with meta-transactions the account sending and\n paying for execution may not be the actual sender (as far as an application\n is concerned).\n This contract is only required for intermediate, library-like contracts."},"fullyImplemented":true,"id":1261,"linearizedBaseContracts":[1261],"name":"Context","nameLocation":"642:7:10","nodeType":"ContractDefinition","nodes":[{"body":{"id":1242,"nodeType":"Block","src":"718:34:10","statements":[{"expression":{"expression":{"id":1239,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"735:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1240,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"739:6:10","memberName":"sender","nodeType":"MemberAccess","src":"735:10:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1238,"id":1241,"nodeType":"Return","src":"728:17:10"}]},"id":1243,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"665:10:10","nodeType":"FunctionDefinition","parameters":{"id":1235,"nodeType":"ParameterList","parameters":[],"src":"675:2:10"},"returnParameters":{"id":1238,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1237,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1243,"src":"709:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1236,"name":"address","nodeType":"ElementaryTypeName","src":"709:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"708:9:10"},"scope":1261,"src":"656:96:10","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1251,"nodeType":"Block","src":"825:32:10","statements":[{"expression":{"expression":{"id":1248,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"842:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1249,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"846:4:10","memberName":"data","nodeType":"MemberAccess","src":"842:8:10","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":1247,"id":1250,"nodeType":"Return","src":"835:15:10"}]},"id":1252,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"767:8:10","nodeType":"FunctionDefinition","parameters":{"id":1244,"nodeType":"ParameterList","parameters":[],"src":"775:2:10"},"returnParameters":{"id":1247,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1246,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1252,"src":"809:14:10","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":1245,"name":"bytes","nodeType":"ElementaryTypeName","src":"809:5:10","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"808:16:10"},"scope":1261,"src":"758:99:10","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1259,"nodeType":"Block","src":"935:25:10","statements":[{"expression":{"hexValue":"30","id":1257,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"952:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":1256,"id":1258,"nodeType":"Return","src":"945:8:10"}]},"id":1260,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"872:20:10","nodeType":"FunctionDefinition","parameters":{"id":1253,"nodeType":"ParameterList","parameters":[],"src":"892:2:10"},"returnParameters":{"id":1256,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1255,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1260,"src":"926:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1254,"name":"uint256","nodeType":"ElementaryTypeName","src":"926:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"925:9:10"},"scope":1261,"src":"863:97:10","stateMutability":"view","virtual":true,"visibility":"internal"}],"scope":1262,"src":"624:338:10","usedErrors":[],"usedEvents":[]}],"src":"101:862:10"}},"@openzeppelin/contracts/utils/Errors.sol":{"id":11,"ast":{"absolutePath":"@openzeppelin/contracts/utils/Errors.sol","exportedSymbols":{"Errors":[1283]},"id":1284,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1263,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"100:24:11"},{"abstract":false,"baseContracts":[],"canonicalName":"Errors","contractDependencies":[],"contractKind":"library","documentation":{"id":1264,"nodeType":"StructuredDocumentation","src":"126:284:11","text":" @dev Collection of common custom errors used in multiple contracts\n IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library.\n It is recommended to avoid relying on the error API for critical functionality.\n _Available since v5.1._"},"fullyImplemented":true,"id":1283,"linearizedBaseContracts":[1283],"name":"Errors","nameLocation":"419:6:11","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":1265,"nodeType":"StructuredDocumentation","src":"432:94:11","text":" @dev The ETH balance of the account is not enough to perform the operation."},"errorSelector":"cf479181","id":1271,"name":"InsufficientBalance","nameLocation":"537:19:11","nodeType":"ErrorDefinition","parameters":{"id":1270,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1267,"mutability":"mutable","name":"balance","nameLocation":"565:7:11","nodeType":"VariableDeclaration","scope":1271,"src":"557:15:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1266,"name":"uint256","nodeType":"ElementaryTypeName","src":"557:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1269,"mutability":"mutable","name":"needed","nameLocation":"582:6:11","nodeType":"VariableDeclaration","scope":1271,"src":"574:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1268,"name":"uint256","nodeType":"ElementaryTypeName","src":"574:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"556:33:11"},"src":"531:59:11"},{"documentation":{"id":1272,"nodeType":"StructuredDocumentation","src":"596:89:11","text":" @dev A call to an address target failed. The target may have reverted."},"errorSelector":"d6bda275","id":1274,"name":"FailedCall","nameLocation":"696:10:11","nodeType":"ErrorDefinition","parameters":{"id":1273,"nodeType":"ParameterList","parameters":[],"src":"706:2:11"},"src":"690:19:11"},{"documentation":{"id":1275,"nodeType":"StructuredDocumentation","src":"715:46:11","text":" @dev The deployment failed."},"errorSelector":"b06ebf3d","id":1277,"name":"FailedDeployment","nameLocation":"772:16:11","nodeType":"ErrorDefinition","parameters":{"id":1276,"nodeType":"ParameterList","parameters":[],"src":"788:2:11"},"src":"766:25:11"},{"documentation":{"id":1278,"nodeType":"StructuredDocumentation","src":"797:58:11","text":" @dev A necessary precompile is missing."},"errorSelector":"42b01bce","id":1282,"name":"MissingPrecompile","nameLocation":"866:17:11","nodeType":"ErrorDefinition","parameters":{"id":1281,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1280,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1282,"src":"884:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1279,"name":"address","nodeType":"ElementaryTypeName","src":"884:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"883:9:11"},"src":"860:33:11"}],"scope":1284,"src":"411:484:11","usedErrors":[1271,1274,1277,1282],"usedEvents":[]}],"src":"100:796:11"}},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"id":12,"ast":{"absolutePath":"@openzeppelin/contracts/utils/LowLevelCall.sol","exportedSymbols":{"LowLevelCall":[1442]},"id":1443,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1285,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"106:24:12"},{"abstract":false,"baseContracts":[],"canonicalName":"LowLevelCall","contractDependencies":[],"contractKind":"library","documentation":{"id":1286,"nodeType":"StructuredDocumentation","src":"132:288:12","text":" @dev Library of low level call functions that implement different calling strategies to deal with the return data.\n WARNING: Using this library requires an advanced understanding of Solidity and how the EVM works. It is recommended\n to use the {Address} library instead."},"fullyImplemented":true,"id":1442,"linearizedBaseContracts":[1442],"name":"LowLevelCall","nameLocation":"429:12:12","nodeType":"ContractDefinition","nodes":[{"body":{"id":1302,"nodeType":"Block","src":"639:53:12","statements":[{"expression":{"arguments":[{"id":1297,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1289,"src":"669:6:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"hexValue":"30","id":1298,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"677:1:12","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":1299,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1291,"src":"680:4:12","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1296,"name":"callNoReturn","nodeType":"Identifier","overloadedDeclarations":[1303,1317],"referencedDeclaration":1317,"src":"656:12:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bool_$","typeString":"function (address,uint256,bytes memory) returns (bool)"}},"id":1300,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"656:29:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":1295,"id":1301,"nodeType":"Return","src":"649:36:12"}]},"documentation":{"id":1287,"nodeType":"StructuredDocumentation","src":"448:97:12","text":"@dev Performs a Solidity function call using a low level `call` and ignoring the return data."},"id":1303,"implemented":true,"kind":"function","modifiers":[],"name":"callNoReturn","nameLocation":"559:12:12","nodeType":"FunctionDefinition","parameters":{"id":1292,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1289,"mutability":"mutable","name":"target","nameLocation":"580:6:12","nodeType":"VariableDeclaration","scope":1303,"src":"572:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1288,"name":"address","nodeType":"ElementaryTypeName","src":"572:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1291,"mutability":"mutable","name":"data","nameLocation":"601:4:12","nodeType":"VariableDeclaration","scope":1303,"src":"588:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1290,"name":"bytes","nodeType":"ElementaryTypeName","src":"588:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"571:35:12"},"returnParameters":{"id":1295,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1294,"mutability":"mutable","name":"success","nameLocation":"630:7:12","nodeType":"VariableDeclaration","scope":1303,"src":"625:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1293,"name":"bool","nodeType":"ElementaryTypeName","src":"625:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"624:14:12"},"scope":1442,"src":"550:142:12","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1316,"nodeType":"Block","src":"909:144:12","statements":[{"AST":{"nativeSrc":"944:103:12","nodeType":"YulBlock","src":"944:103:12","statements":[{"nativeSrc":"958:79:12","nodeType":"YulAssignment","src":"958:79:12","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nativeSrc":"974:3:12","nodeType":"YulIdentifier","src":"974:3:12"},"nativeSrc":"974:5:12","nodeType":"YulFunctionCall","src":"974:5:12"},{"name":"target","nativeSrc":"981:6:12","nodeType":"YulIdentifier","src":"981:6:12"},{"name":"value","nativeSrc":"989:5:12","nodeType":"YulIdentifier","src":"989:5:12"},{"arguments":[{"name":"data","nativeSrc":"1000:4:12","nodeType":"YulIdentifier","src":"1000:4:12"},{"kind":"number","nativeSrc":"1006:4:12","nodeType":"YulLiteral","src":"1006:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"996:3:12","nodeType":"YulIdentifier","src":"996:3:12"},"nativeSrc":"996:15:12","nodeType":"YulFunctionCall","src":"996:15:12"},{"arguments":[{"name":"data","nativeSrc":"1019:4:12","nodeType":"YulIdentifier","src":"1019:4:12"}],"functionName":{"name":"mload","nativeSrc":"1013:5:12","nodeType":"YulIdentifier","src":"1013:5:12"},"nativeSrc":"1013:11:12","nodeType":"YulFunctionCall","src":"1013:11:12"},{"kind":"number","nativeSrc":"1026:4:12","nodeType":"YulLiteral","src":"1026:4:12","type":"","value":"0x00"},{"kind":"number","nativeSrc":"1032:4:12","nodeType":"YulLiteral","src":"1032:4:12","type":"","value":"0x00"}],"functionName":{"name":"call","nativeSrc":"969:4:12","nodeType":"YulIdentifier","src":"969:4:12"},"nativeSrc":"969:68:12","nodeType":"YulFunctionCall","src":"969:68:12"},"variableNames":[{"name":"success","nativeSrc":"958:7:12","nodeType":"YulIdentifier","src":"958:7:12"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1310,"isOffset":false,"isSlot":false,"src":"1000:4:12","valueSize":1},{"declaration":1310,"isOffset":false,"isSlot":false,"src":"1019:4:12","valueSize":1},{"declaration":1313,"isOffset":false,"isSlot":false,"src":"958:7:12","valueSize":1},{"declaration":1306,"isOffset":false,"isSlot":false,"src":"981:6:12","valueSize":1},{"declaration":1308,"isOffset":false,"isSlot":false,"src":"989:5:12","valueSize":1}],"flags":["memory-safe"],"id":1315,"nodeType":"InlineAssembly","src":"919:128:12"}]},"documentation":{"id":1304,"nodeType":"StructuredDocumentation","src":"698:102:12","text":"@dev Same as {callNoReturn-address-bytes}, but allows specifying the value to be sent in the call."},"id":1317,"implemented":true,"kind":"function","modifiers":[],"name":"callNoReturn","nameLocation":"814:12:12","nodeType":"FunctionDefinition","parameters":{"id":1311,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1306,"mutability":"mutable","name":"target","nameLocation":"835:6:12","nodeType":"VariableDeclaration","scope":1317,"src":"827:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1305,"name":"address","nodeType":"ElementaryTypeName","src":"827:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1308,"mutability":"mutable","name":"value","nameLocation":"851:5:12","nodeType":"VariableDeclaration","scope":1317,"src":"843:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1307,"name":"uint256","nodeType":"ElementaryTypeName","src":"843:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1310,"mutability":"mutable","name":"data","nameLocation":"871:4:12","nodeType":"VariableDeclaration","scope":1317,"src":"858:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1309,"name":"bytes","nodeType":"ElementaryTypeName","src":"858:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"826:50:12"},"returnParameters":{"id":1314,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1313,"mutability":"mutable","name":"success","nameLocation":"900:7:12","nodeType":"VariableDeclaration","scope":1317,"src":"895:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1312,"name":"bool","nodeType":"ElementaryTypeName","src":"895:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"894:14:12"},"scope":1442,"src":"805:248:12","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1337,"nodeType":"Block","src":"1603:58:12","statements":[{"expression":{"arguments":[{"id":1332,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1320,"src":"1638:6:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"hexValue":"30","id":1333,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1646:1:12","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":1334,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1322,"src":"1649:4:12","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1331,"name":"callReturn64Bytes","nodeType":"Identifier","overloadedDeclarations":[1338,1356],"referencedDeclaration":1356,"src":"1620:17:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes32_$_t_bytes32_$","typeString":"function (address,uint256,bytes memory) returns (bool,bytes32,bytes32)"}},"id":1335,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1620:34:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes32_$_t_bytes32_$","typeString":"tuple(bool,bytes32,bytes32)"}},"functionReturnParameters":1330,"id":1336,"nodeType":"Return","src":"1613:41:12"}]},"documentation":{"id":1318,"nodeType":"StructuredDocumentation","src":"1059:389:12","text":"@dev Performs a Solidity function call using a low level `call` and returns the first 64 bytes of the result\n in the scratch space of memory. Useful for functions that return a tuple with two single-word values.\n WARNING: Do not assume that the results are zero if `success` is false. Memory can be already allocated\n and this function doesn't zero it out."},"id":1338,"implemented":true,"kind":"function","modifiers":[],"name":"callReturn64Bytes","nameLocation":"1462:17:12","nodeType":"FunctionDefinition","parameters":{"id":1323,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1320,"mutability":"mutable","name":"target","nameLocation":"1497:6:12","nodeType":"VariableDeclaration","scope":1338,"src":"1489:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1319,"name":"address","nodeType":"ElementaryTypeName","src":"1489:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1322,"mutability":"mutable","name":"data","nameLocation":"1526:4:12","nodeType":"VariableDeclaration","scope":1338,"src":"1513:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1321,"name":"bytes","nodeType":"ElementaryTypeName","src":"1513:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1479:57:12"},"returnParameters":{"id":1330,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1325,"mutability":"mutable","name":"success","nameLocation":"1560:7:12","nodeType":"VariableDeclaration","scope":1338,"src":"1555:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1324,"name":"bool","nodeType":"ElementaryTypeName","src":"1555:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1327,"mutability":"mutable","name":"result1","nameLocation":"1577:7:12","nodeType":"VariableDeclaration","scope":1338,"src":"1569:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1326,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1569:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1329,"mutability":"mutable","name":"result2","nameLocation":"1594:7:12","nodeType":"VariableDeclaration","scope":1338,"src":"1586:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1328,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1586:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1554:48:12"},"scope":1442,"src":"1453:208:12","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1355,"nodeType":"Block","src":"1952:214:12","statements":[{"AST":{"nativeSrc":"1987:173:12","nodeType":"YulBlock","src":"1987:173:12","statements":[{"nativeSrc":"2001:79:12","nodeType":"YulAssignment","src":"2001:79:12","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nativeSrc":"2017:3:12","nodeType":"YulIdentifier","src":"2017:3:12"},"nativeSrc":"2017:5:12","nodeType":"YulFunctionCall","src":"2017:5:12"},{"name":"target","nativeSrc":"2024:6:12","nodeType":"YulIdentifier","src":"2024:6:12"},{"name":"value","nativeSrc":"2032:5:12","nodeType":"YulIdentifier","src":"2032:5:12"},{"arguments":[{"name":"data","nativeSrc":"2043:4:12","nodeType":"YulIdentifier","src":"2043:4:12"},{"kind":"number","nativeSrc":"2049:4:12","nodeType":"YulLiteral","src":"2049:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"2039:3:12","nodeType":"YulIdentifier","src":"2039:3:12"},"nativeSrc":"2039:15:12","nodeType":"YulFunctionCall","src":"2039:15:12"},{"arguments":[{"name":"data","nativeSrc":"2062:4:12","nodeType":"YulIdentifier","src":"2062:4:12"}],"functionName":{"name":"mload","nativeSrc":"2056:5:12","nodeType":"YulIdentifier","src":"2056:5:12"},"nativeSrc":"2056:11:12","nodeType":"YulFunctionCall","src":"2056:11:12"},{"kind":"number","nativeSrc":"2069:4:12","nodeType":"YulLiteral","src":"2069:4:12","type":"","value":"0x00"},{"kind":"number","nativeSrc":"2075:4:12","nodeType":"YulLiteral","src":"2075:4:12","type":"","value":"0x40"}],"functionName":{"name":"call","nativeSrc":"2012:4:12","nodeType":"YulIdentifier","src":"2012:4:12"},"nativeSrc":"2012:68:12","nodeType":"YulFunctionCall","src":"2012:68:12"},"variableNames":[{"name":"success","nativeSrc":"2001:7:12","nodeType":"YulIdentifier","src":"2001:7:12"}]},{"nativeSrc":"2093:22:12","nodeType":"YulAssignment","src":"2093:22:12","value":{"arguments":[{"kind":"number","nativeSrc":"2110:4:12","nodeType":"YulLiteral","src":"2110:4:12","type":"","value":"0x00"}],"functionName":{"name":"mload","nativeSrc":"2104:5:12","nodeType":"YulIdentifier","src":"2104:5:12"},"nativeSrc":"2104:11:12","nodeType":"YulFunctionCall","src":"2104:11:12"},"variableNames":[{"name":"result1","nativeSrc":"2093:7:12","nodeType":"YulIdentifier","src":"2093:7:12"}]},{"nativeSrc":"2128:22:12","nodeType":"YulAssignment","src":"2128:22:12","value":{"arguments":[{"kind":"number","nativeSrc":"2145:4:12","nodeType":"YulLiteral","src":"2145:4:12","type":"","value":"0x20"}],"functionName":{"name":"mload","nativeSrc":"2139:5:12","nodeType":"YulIdentifier","src":"2139:5:12"},"nativeSrc":"2139:11:12","nodeType":"YulFunctionCall","src":"2139:11:12"},"variableNames":[{"name":"result2","nativeSrc":"2128:7:12","nodeType":"YulIdentifier","src":"2128:7:12"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1345,"isOffset":false,"isSlot":false,"src":"2043:4:12","valueSize":1},{"declaration":1345,"isOffset":false,"isSlot":false,"src":"2062:4:12","valueSize":1},{"declaration":1350,"isOffset":false,"isSlot":false,"src":"2093:7:12","valueSize":1},{"declaration":1352,"isOffset":false,"isSlot":false,"src":"2128:7:12","valueSize":1},{"declaration":1348,"isOffset":false,"isSlot":false,"src":"2001:7:12","valueSize":1},{"declaration":1341,"isOffset":false,"isSlot":false,"src":"2024:6:12","valueSize":1},{"declaration":1343,"isOffset":false,"isSlot":false,"src":"2032:5:12","valueSize":1}],"flags":["memory-safe"],"id":1354,"nodeType":"InlineAssembly","src":"1962:198:12"}]},"documentation":{"id":1339,"nodeType":"StructuredDocumentation","src":"1667:107:12","text":"@dev Same as {callReturn64Bytes-address-bytes}, but allows specifying the value to be sent in the call."},"id":1356,"implemented":true,"kind":"function","modifiers":[],"name":"callReturn64Bytes","nameLocation":"1788:17:12","nodeType":"FunctionDefinition","parameters":{"id":1346,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1341,"mutability":"mutable","name":"target","nameLocation":"1823:6:12","nodeType":"VariableDeclaration","scope":1356,"src":"1815:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1340,"name":"address","nodeType":"ElementaryTypeName","src":"1815:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1343,"mutability":"mutable","name":"value","nameLocation":"1847:5:12","nodeType":"VariableDeclaration","scope":1356,"src":"1839:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1342,"name":"uint256","nodeType":"ElementaryTypeName","src":"1839:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1345,"mutability":"mutable","name":"data","nameLocation":"1875:4:12","nodeType":"VariableDeclaration","scope":1356,"src":"1862:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1344,"name":"bytes","nodeType":"ElementaryTypeName","src":"1862:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1805:80:12"},"returnParameters":{"id":1353,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1348,"mutability":"mutable","name":"success","nameLocation":"1909:7:12","nodeType":"VariableDeclaration","scope":1356,"src":"1904:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1347,"name":"bool","nodeType":"ElementaryTypeName","src":"1904:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1350,"mutability":"mutable","name":"result1","nameLocation":"1926:7:12","nodeType":"VariableDeclaration","scope":1356,"src":"1918:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1349,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1918:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1352,"mutability":"mutable","name":"result2","nameLocation":"1943:7:12","nodeType":"VariableDeclaration","scope":1356,"src":"1935:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1351,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1935:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1903:48:12"},"scope":1442,"src":"1779:387:12","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1367,"nodeType":"Block","src":"2380:143:12","statements":[{"AST":{"nativeSrc":"2415:102:12","nodeType":"YulBlock","src":"2415:102:12","statements":[{"nativeSrc":"2429:78:12","nodeType":"YulAssignment","src":"2429:78:12","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nativeSrc":"2451:3:12","nodeType":"YulIdentifier","src":"2451:3:12"},"nativeSrc":"2451:5:12","nodeType":"YulFunctionCall","src":"2451:5:12"},{"name":"target","nativeSrc":"2458:6:12","nodeType":"YulIdentifier","src":"2458:6:12"},{"arguments":[{"name":"data","nativeSrc":"2470:4:12","nodeType":"YulIdentifier","src":"2470:4:12"},{"kind":"number","nativeSrc":"2476:4:12","nodeType":"YulLiteral","src":"2476:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"2466:3:12","nodeType":"YulIdentifier","src":"2466:3:12"},"nativeSrc":"2466:15:12","nodeType":"YulFunctionCall","src":"2466:15:12"},{"arguments":[{"name":"data","nativeSrc":"2489:4:12","nodeType":"YulIdentifier","src":"2489:4:12"}],"functionName":{"name":"mload","nativeSrc":"2483:5:12","nodeType":"YulIdentifier","src":"2483:5:12"},"nativeSrc":"2483:11:12","nodeType":"YulFunctionCall","src":"2483:11:12"},{"kind":"number","nativeSrc":"2496:4:12","nodeType":"YulLiteral","src":"2496:4:12","type":"","value":"0x00"},{"kind":"number","nativeSrc":"2502:4:12","nodeType":"YulLiteral","src":"2502:4:12","type":"","value":"0x00"}],"functionName":{"name":"staticcall","nativeSrc":"2440:10:12","nodeType":"YulIdentifier","src":"2440:10:12"},"nativeSrc":"2440:67:12","nodeType":"YulFunctionCall","src":"2440:67:12"},"variableNames":[{"name":"success","nativeSrc":"2429:7:12","nodeType":"YulIdentifier","src":"2429:7:12"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1361,"isOffset":false,"isSlot":false,"src":"2470:4:12","valueSize":1},{"declaration":1361,"isOffset":false,"isSlot":false,"src":"2489:4:12","valueSize":1},{"declaration":1364,"isOffset":false,"isSlot":false,"src":"2429:7:12","valueSize":1},{"declaration":1359,"isOffset":false,"isSlot":false,"src":"2458:6:12","valueSize":1}],"flags":["memory-safe"],"id":1366,"nodeType":"InlineAssembly","src":"2390:127:12"}]},"documentation":{"id":1357,"nodeType":"StructuredDocumentation","src":"2172:103:12","text":"@dev Performs a Solidity function call using a low level `staticcall` and ignoring the return data."},"id":1368,"implemented":true,"kind":"function","modifiers":[],"name":"staticcallNoReturn","nameLocation":"2289:18:12","nodeType":"FunctionDefinition","parameters":{"id":1362,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1359,"mutability":"mutable","name":"target","nameLocation":"2316:6:12","nodeType":"VariableDeclaration","scope":1368,"src":"2308:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1358,"name":"address","nodeType":"ElementaryTypeName","src":"2308:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1361,"mutability":"mutable","name":"data","nameLocation":"2337:4:12","nodeType":"VariableDeclaration","scope":1368,"src":"2324:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1360,"name":"bytes","nodeType":"ElementaryTypeName","src":"2324:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"2307:35:12"},"returnParameters":{"id":1365,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1364,"mutability":"mutable","name":"success","nameLocation":"2371:7:12","nodeType":"VariableDeclaration","scope":1368,"src":"2366:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1363,"name":"bool","nodeType":"ElementaryTypeName","src":"2366:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2365:14:12"},"scope":1442,"src":"2280:243:12","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1383,"nodeType":"Block","src":"3090:213:12","statements":[{"AST":{"nativeSrc":"3125:172:12","nodeType":"YulBlock","src":"3125:172:12","statements":[{"nativeSrc":"3139:78:12","nodeType":"YulAssignment","src":"3139:78:12","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nativeSrc":"3161:3:12","nodeType":"YulIdentifier","src":"3161:3:12"},"nativeSrc":"3161:5:12","nodeType":"YulFunctionCall","src":"3161:5:12"},{"name":"target","nativeSrc":"3168:6:12","nodeType":"YulIdentifier","src":"3168:6:12"},{"arguments":[{"name":"data","nativeSrc":"3180:4:12","nodeType":"YulIdentifier","src":"3180:4:12"},{"kind":"number","nativeSrc":"3186:4:12","nodeType":"YulLiteral","src":"3186:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"3176:3:12","nodeType":"YulIdentifier","src":"3176:3:12"},"nativeSrc":"3176:15:12","nodeType":"YulFunctionCall","src":"3176:15:12"},{"arguments":[{"name":"data","nativeSrc":"3199:4:12","nodeType":"YulIdentifier","src":"3199:4:12"}],"functionName":{"name":"mload","nativeSrc":"3193:5:12","nodeType":"YulIdentifier","src":"3193:5:12"},"nativeSrc":"3193:11:12","nodeType":"YulFunctionCall","src":"3193:11:12"},{"kind":"number","nativeSrc":"3206:4:12","nodeType":"YulLiteral","src":"3206:4:12","type":"","value":"0x00"},{"kind":"number","nativeSrc":"3212:4:12","nodeType":"YulLiteral","src":"3212:4:12","type":"","value":"0x40"}],"functionName":{"name":"staticcall","nativeSrc":"3150:10:12","nodeType":"YulIdentifier","src":"3150:10:12"},"nativeSrc":"3150:67:12","nodeType":"YulFunctionCall","src":"3150:67:12"},"variableNames":[{"name":"success","nativeSrc":"3139:7:12","nodeType":"YulIdentifier","src":"3139:7:12"}]},{"nativeSrc":"3230:22:12","nodeType":"YulAssignment","src":"3230:22:12","value":{"arguments":[{"kind":"number","nativeSrc":"3247:4:12","nodeType":"YulLiteral","src":"3247:4:12","type":"","value":"0x00"}],"functionName":{"name":"mload","nativeSrc":"3241:5:12","nodeType":"YulIdentifier","src":"3241:5:12"},"nativeSrc":"3241:11:12","nodeType":"YulFunctionCall","src":"3241:11:12"},"variableNames":[{"name":"result1","nativeSrc":"3230:7:12","nodeType":"YulIdentifier","src":"3230:7:12"}]},{"nativeSrc":"3265:22:12","nodeType":"YulAssignment","src":"3265:22:12","value":{"arguments":[{"kind":"number","nativeSrc":"3282:4:12","nodeType":"YulLiteral","src":"3282:4:12","type":"","value":"0x20"}],"functionName":{"name":"mload","nativeSrc":"3276:5:12","nodeType":"YulIdentifier","src":"3276:5:12"},"nativeSrc":"3276:11:12","nodeType":"YulFunctionCall","src":"3276:11:12"},"variableNames":[{"name":"result2","nativeSrc":"3265:7:12","nodeType":"YulIdentifier","src":"3265:7:12"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1373,"isOffset":false,"isSlot":false,"src":"3180:4:12","valueSize":1},{"declaration":1373,"isOffset":false,"isSlot":false,"src":"3199:4:12","valueSize":1},{"declaration":1378,"isOffset":false,"isSlot":false,"src":"3230:7:12","valueSize":1},{"declaration":1380,"isOffset":false,"isSlot":false,"src":"3265:7:12","valueSize":1},{"declaration":1376,"isOffset":false,"isSlot":false,"src":"3139:7:12","valueSize":1},{"declaration":1371,"isOffset":false,"isSlot":false,"src":"3168:6:12","valueSize":1}],"flags":["memory-safe"],"id":1382,"nodeType":"InlineAssembly","src":"3100:197:12"}]},"documentation":{"id":1369,"nodeType":"StructuredDocumentation","src":"2529:395:12","text":"@dev Performs a Solidity function call using a low level `staticcall` and returns the first 64 bytes of the result\n in the scratch space of memory. Useful for functions that return a tuple with two single-word values.\n WARNING: Do not assume that the results are zero if `success` is false. Memory can be already allocated\n and this function doesn't zero it out."},"id":1384,"implemented":true,"kind":"function","modifiers":[],"name":"staticcallReturn64Bytes","nameLocation":"2938:23:12","nodeType":"FunctionDefinition","parameters":{"id":1374,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1371,"mutability":"mutable","name":"target","nameLocation":"2979:6:12","nodeType":"VariableDeclaration","scope":1384,"src":"2971:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1370,"name":"address","nodeType":"ElementaryTypeName","src":"2971:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1373,"mutability":"mutable","name":"data","nameLocation":"3008:4:12","nodeType":"VariableDeclaration","scope":1384,"src":"2995:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1372,"name":"bytes","nodeType":"ElementaryTypeName","src":"2995:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"2961:57:12"},"returnParameters":{"id":1381,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1376,"mutability":"mutable","name":"success","nameLocation":"3047:7:12","nodeType":"VariableDeclaration","scope":1384,"src":"3042:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1375,"name":"bool","nodeType":"ElementaryTypeName","src":"3042:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1378,"mutability":"mutable","name":"result1","nameLocation":"3064:7:12","nodeType":"VariableDeclaration","scope":1384,"src":"3056:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1377,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3056:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1380,"mutability":"mutable","name":"result2","nameLocation":"3081:7:12","nodeType":"VariableDeclaration","scope":1384,"src":"3073:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1379,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3073:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3041:48:12"},"scope":1442,"src":"2929:374:12","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1395,"nodeType":"Block","src":"3516:145:12","statements":[{"AST":{"nativeSrc":"3551:104:12","nodeType":"YulBlock","src":"3551:104:12","statements":[{"nativeSrc":"3565:80:12","nodeType":"YulAssignment","src":"3565:80:12","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nativeSrc":"3589:3:12","nodeType":"YulIdentifier","src":"3589:3:12"},"nativeSrc":"3589:5:12","nodeType":"YulFunctionCall","src":"3589:5:12"},{"name":"target","nativeSrc":"3596:6:12","nodeType":"YulIdentifier","src":"3596:6:12"},{"arguments":[{"name":"data","nativeSrc":"3608:4:12","nodeType":"YulIdentifier","src":"3608:4:12"},{"kind":"number","nativeSrc":"3614:4:12","nodeType":"YulLiteral","src":"3614:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"3604:3:12","nodeType":"YulIdentifier","src":"3604:3:12"},"nativeSrc":"3604:15:12","nodeType":"YulFunctionCall","src":"3604:15:12"},{"arguments":[{"name":"data","nativeSrc":"3627:4:12","nodeType":"YulIdentifier","src":"3627:4:12"}],"functionName":{"name":"mload","nativeSrc":"3621:5:12","nodeType":"YulIdentifier","src":"3621:5:12"},"nativeSrc":"3621:11:12","nodeType":"YulFunctionCall","src":"3621:11:12"},{"kind":"number","nativeSrc":"3634:4:12","nodeType":"YulLiteral","src":"3634:4:12","type":"","value":"0x00"},{"kind":"number","nativeSrc":"3640:4:12","nodeType":"YulLiteral","src":"3640:4:12","type":"","value":"0x00"}],"functionName":{"name":"delegatecall","nativeSrc":"3576:12:12","nodeType":"YulIdentifier","src":"3576:12:12"},"nativeSrc":"3576:69:12","nodeType":"YulFunctionCall","src":"3576:69:12"},"variableNames":[{"name":"success","nativeSrc":"3565:7:12","nodeType":"YulIdentifier","src":"3565:7:12"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1389,"isOffset":false,"isSlot":false,"src":"3608:4:12","valueSize":1},{"declaration":1389,"isOffset":false,"isSlot":false,"src":"3627:4:12","valueSize":1},{"declaration":1392,"isOffset":false,"isSlot":false,"src":"3565:7:12","valueSize":1},{"declaration":1387,"isOffset":false,"isSlot":false,"src":"3596:6:12","valueSize":1}],"flags":["memory-safe"],"id":1394,"nodeType":"InlineAssembly","src":"3526:129:12"}]},"documentation":{"id":1385,"nodeType":"StructuredDocumentation","src":"3309:105:12","text":"@dev Performs a Solidity function call using a low level `delegatecall` and ignoring the return data."},"id":1396,"implemented":true,"kind":"function","modifiers":[],"name":"delegatecallNoReturn","nameLocation":"3428:20:12","nodeType":"FunctionDefinition","parameters":{"id":1390,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1387,"mutability":"mutable","name":"target","nameLocation":"3457:6:12","nodeType":"VariableDeclaration","scope":1396,"src":"3449:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1386,"name":"address","nodeType":"ElementaryTypeName","src":"3449:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1389,"mutability":"mutable","name":"data","nameLocation":"3478:4:12","nodeType":"VariableDeclaration","scope":1396,"src":"3465:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1388,"name":"bytes","nodeType":"ElementaryTypeName","src":"3465:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3448:35:12"},"returnParameters":{"id":1393,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1392,"mutability":"mutable","name":"success","nameLocation":"3507:7:12","nodeType":"VariableDeclaration","scope":1396,"src":"3502:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1391,"name":"bool","nodeType":"ElementaryTypeName","src":"3502:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"3501:14:12"},"scope":1442,"src":"3419:242:12","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1411,"nodeType":"Block","src":"4227:215:12","statements":[{"AST":{"nativeSrc":"4262:174:12","nodeType":"YulBlock","src":"4262:174:12","statements":[{"nativeSrc":"4276:80:12","nodeType":"YulAssignment","src":"4276:80:12","value":{"arguments":[{"arguments":[],"functionName":{"name":"gas","nativeSrc":"4300:3:12","nodeType":"YulIdentifier","src":"4300:3:12"},"nativeSrc":"4300:5:12","nodeType":"YulFunctionCall","src":"4300:5:12"},{"name":"target","nativeSrc":"4307:6:12","nodeType":"YulIdentifier","src":"4307:6:12"},{"arguments":[{"name":"data","nativeSrc":"4319:4:12","nodeType":"YulIdentifier","src":"4319:4:12"},{"kind":"number","nativeSrc":"4325:4:12","nodeType":"YulLiteral","src":"4325:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"4315:3:12","nodeType":"YulIdentifier","src":"4315:3:12"},"nativeSrc":"4315:15:12","nodeType":"YulFunctionCall","src":"4315:15:12"},{"arguments":[{"name":"data","nativeSrc":"4338:4:12","nodeType":"YulIdentifier","src":"4338:4:12"}],"functionName":{"name":"mload","nativeSrc":"4332:5:12","nodeType":"YulIdentifier","src":"4332:5:12"},"nativeSrc":"4332:11:12","nodeType":"YulFunctionCall","src":"4332:11:12"},{"kind":"number","nativeSrc":"4345:4:12","nodeType":"YulLiteral","src":"4345:4:12","type":"","value":"0x00"},{"kind":"number","nativeSrc":"4351:4:12","nodeType":"YulLiteral","src":"4351:4:12","type":"","value":"0x40"}],"functionName":{"name":"delegatecall","nativeSrc":"4287:12:12","nodeType":"YulIdentifier","src":"4287:12:12"},"nativeSrc":"4287:69:12","nodeType":"YulFunctionCall","src":"4287:69:12"},"variableNames":[{"name":"success","nativeSrc":"4276:7:12","nodeType":"YulIdentifier","src":"4276:7:12"}]},{"nativeSrc":"4369:22:12","nodeType":"YulAssignment","src":"4369:22:12","value":{"arguments":[{"kind":"number","nativeSrc":"4386:4:12","nodeType":"YulLiteral","src":"4386:4:12","type":"","value":"0x00"}],"functionName":{"name":"mload","nativeSrc":"4380:5:12","nodeType":"YulIdentifier","src":"4380:5:12"},"nativeSrc":"4380:11:12","nodeType":"YulFunctionCall","src":"4380:11:12"},"variableNames":[{"name":"result1","nativeSrc":"4369:7:12","nodeType":"YulIdentifier","src":"4369:7:12"}]},{"nativeSrc":"4404:22:12","nodeType":"YulAssignment","src":"4404:22:12","value":{"arguments":[{"kind":"number","nativeSrc":"4421:4:12","nodeType":"YulLiteral","src":"4421:4:12","type":"","value":"0x20"}],"functionName":{"name":"mload","nativeSrc":"4415:5:12","nodeType":"YulIdentifier","src":"4415:5:12"},"nativeSrc":"4415:11:12","nodeType":"YulFunctionCall","src":"4415:11:12"},"variableNames":[{"name":"result2","nativeSrc":"4404:7:12","nodeType":"YulIdentifier","src":"4404:7:12"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1401,"isOffset":false,"isSlot":false,"src":"4319:4:12","valueSize":1},{"declaration":1401,"isOffset":false,"isSlot":false,"src":"4338:4:12","valueSize":1},{"declaration":1406,"isOffset":false,"isSlot":false,"src":"4369:7:12","valueSize":1},{"declaration":1408,"isOffset":false,"isSlot":false,"src":"4404:7:12","valueSize":1},{"declaration":1404,"isOffset":false,"isSlot":false,"src":"4276:7:12","valueSize":1},{"declaration":1399,"isOffset":false,"isSlot":false,"src":"4307:6:12","valueSize":1}],"flags":["memory-safe"],"id":1410,"nodeType":"InlineAssembly","src":"4237:199:12"}]},"documentation":{"id":1397,"nodeType":"StructuredDocumentation","src":"3667:397:12","text":"@dev Performs a Solidity function call using a low level `delegatecall` and returns the first 64 bytes of the result\n in the scratch space of memory. Useful for functions that return a tuple with two single-word values.\n WARNING: Do not assume that the results are zero if `success` is false. Memory can be already allocated\n and this function doesn't zero it out."},"id":1412,"implemented":true,"kind":"function","modifiers":[],"name":"delegatecallReturn64Bytes","nameLocation":"4078:25:12","nodeType":"FunctionDefinition","parameters":{"id":1402,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1399,"mutability":"mutable","name":"target","nameLocation":"4121:6:12","nodeType":"VariableDeclaration","scope":1412,"src":"4113:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1398,"name":"address","nodeType":"ElementaryTypeName","src":"4113:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1401,"mutability":"mutable","name":"data","nameLocation":"4150:4:12","nodeType":"VariableDeclaration","scope":1412,"src":"4137:17:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1400,"name":"bytes","nodeType":"ElementaryTypeName","src":"4137:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4103:57:12"},"returnParameters":{"id":1409,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1404,"mutability":"mutable","name":"success","nameLocation":"4184:7:12","nodeType":"VariableDeclaration","scope":1412,"src":"4179:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1403,"name":"bool","nodeType":"ElementaryTypeName","src":"4179:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1406,"mutability":"mutable","name":"result1","nameLocation":"4201:7:12","nodeType":"VariableDeclaration","scope":1412,"src":"4193:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1405,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4193:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1408,"mutability":"mutable","name":"result2","nameLocation":"4218:7:12","nodeType":"VariableDeclaration","scope":1412,"src":"4210:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1407,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4210:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4178:48:12"},"scope":1442,"src":"4069:373:12","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1419,"nodeType":"Block","src":"4568:89:12","statements":[{"AST":{"nativeSrc":"4603:48:12","nodeType":"YulBlock","src":"4603:48:12","statements":[{"nativeSrc":"4617:24:12","nodeType":"YulAssignment","src":"4617:24:12","value":{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"4625:14:12","nodeType":"YulIdentifier","src":"4625:14:12"},"nativeSrc":"4625:16:12","nodeType":"YulFunctionCall","src":"4625:16:12"},"variableNames":[{"name":"size","nativeSrc":"4617:4:12","nodeType":"YulIdentifier","src":"4617:4:12"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1416,"isOffset":false,"isSlot":false,"src":"4617:4:12","valueSize":1}],"flags":["memory-safe"],"id":1418,"nodeType":"InlineAssembly","src":"4578:73:12"}]},"documentation":{"id":1413,"nodeType":"StructuredDocumentation","src":"4448:52:12","text":"@dev Returns the size of the return data buffer."},"id":1420,"implemented":true,"kind":"function","modifiers":[],"name":"returnDataSize","nameLocation":"4514:14:12","nodeType":"FunctionDefinition","parameters":{"id":1414,"nodeType":"ParameterList","parameters":[],"src":"4528:2:12"},"returnParameters":{"id":1417,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1416,"mutability":"mutable","name":"size","nameLocation":"4562:4:12","nodeType":"VariableDeclaration","scope":1420,"src":"4554:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1415,"name":"uint256","nodeType":"ElementaryTypeName","src":"4554:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4553:14:12"},"scope":1442,"src":"4505:152:12","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1427,"nodeType":"Block","src":"4806:268:12","statements":[{"AST":{"nativeSrc":"4841:227:12","nodeType":"YulBlock","src":"4841:227:12","statements":[{"nativeSrc":"4855:21:12","nodeType":"YulAssignment","src":"4855:21:12","value":{"arguments":[{"kind":"number","nativeSrc":"4871:4:12","nodeType":"YulLiteral","src":"4871:4:12","type":"","value":"0x40"}],"functionName":{"name":"mload","nativeSrc":"4865:5:12","nodeType":"YulIdentifier","src":"4865:5:12"},"nativeSrc":"4865:11:12","nodeType":"YulFunctionCall","src":"4865:11:12"},"variableNames":[{"name":"result","nativeSrc":"4855:6:12","nodeType":"YulIdentifier","src":"4855:6:12"}]},{"expression":{"arguments":[{"name":"result","nativeSrc":"4896:6:12","nodeType":"YulIdentifier","src":"4896:6:12"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"4904:14:12","nodeType":"YulIdentifier","src":"4904:14:12"},"nativeSrc":"4904:16:12","nodeType":"YulFunctionCall","src":"4904:16:12"}],"functionName":{"name":"mstore","nativeSrc":"4889:6:12","nodeType":"YulIdentifier","src":"4889:6:12"},"nativeSrc":"4889:32:12","nodeType":"YulFunctionCall","src":"4889:32:12"},"nativeSrc":"4889:32:12","nodeType":"YulExpressionStatement","src":"4889:32:12"},{"expression":{"arguments":[{"arguments":[{"name":"result","nativeSrc":"4953:6:12","nodeType":"YulIdentifier","src":"4953:6:12"},{"kind":"number","nativeSrc":"4961:4:12","nodeType":"YulLiteral","src":"4961:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"4949:3:12","nodeType":"YulIdentifier","src":"4949:3:12"},"nativeSrc":"4949:17:12","nodeType":"YulFunctionCall","src":"4949:17:12"},{"kind":"number","nativeSrc":"4968:4:12","nodeType":"YulLiteral","src":"4968:4:12","type":"","value":"0x00"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"4974:14:12","nodeType":"YulIdentifier","src":"4974:14:12"},"nativeSrc":"4974:16:12","nodeType":"YulFunctionCall","src":"4974:16:12"}],"functionName":{"name":"returndatacopy","nativeSrc":"4934:14:12","nodeType":"YulIdentifier","src":"4934:14:12"},"nativeSrc":"4934:57:12","nodeType":"YulFunctionCall","src":"4934:57:12"},"nativeSrc":"4934:57:12","nodeType":"YulExpressionStatement","src":"4934:57:12"},{"expression":{"arguments":[{"kind":"number","nativeSrc":"5011:4:12","nodeType":"YulLiteral","src":"5011:4:12","type":"","value":"0x40"},{"arguments":[{"name":"result","nativeSrc":"5021:6:12","nodeType":"YulIdentifier","src":"5021:6:12"},{"arguments":[{"kind":"number","nativeSrc":"5033:4:12","nodeType":"YulLiteral","src":"5033:4:12","type":"","value":"0x20"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"5039:14:12","nodeType":"YulIdentifier","src":"5039:14:12"},"nativeSrc":"5039:16:12","nodeType":"YulFunctionCall","src":"5039:16:12"}],"functionName":{"name":"add","nativeSrc":"5029:3:12","nodeType":"YulIdentifier","src":"5029:3:12"},"nativeSrc":"5029:27:12","nodeType":"YulFunctionCall","src":"5029:27:12"}],"functionName":{"name":"add","nativeSrc":"5017:3:12","nodeType":"YulIdentifier","src":"5017:3:12"},"nativeSrc":"5017:40:12","nodeType":"YulFunctionCall","src":"5017:40:12"}],"functionName":{"name":"mstore","nativeSrc":"5004:6:12","nodeType":"YulIdentifier","src":"5004:6:12"},"nativeSrc":"5004:54:12","nodeType":"YulFunctionCall","src":"5004:54:12"},"nativeSrc":"5004:54:12","nodeType":"YulExpressionStatement","src":"5004:54:12"}]},"evmVersion":"cancun","externalReferences":[{"declaration":1424,"isOffset":false,"isSlot":false,"src":"4855:6:12","valueSize":1},{"declaration":1424,"isOffset":false,"isSlot":false,"src":"4896:6:12","valueSize":1},{"declaration":1424,"isOffset":false,"isSlot":false,"src":"4953:6:12","valueSize":1},{"declaration":1424,"isOffset":false,"isSlot":false,"src":"5021:6:12","valueSize":1}],"flags":["memory-safe"],"id":1426,"nodeType":"InlineAssembly","src":"4816:252:12"}]},"documentation":{"id":1421,"nodeType":"StructuredDocumentation","src":"4663:72:12","text":"@dev Returns a buffer containing the return data from the last call."},"id":1428,"implemented":true,"kind":"function","modifiers":[],"name":"returnData","nameLocation":"4749:10:12","nodeType":"FunctionDefinition","parameters":{"id":1422,"nodeType":"ParameterList","parameters":[],"src":"4759:2:12"},"returnParameters":{"id":1425,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1424,"mutability":"mutable","name":"result","nameLocation":"4798:6:12","nodeType":"VariableDeclaration","scope":1428,"src":"4785:19:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1423,"name":"bytes","nodeType":"ElementaryTypeName","src":"4785:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4784:21:12"},"scope":1442,"src":"4740:334:12","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1433,"nodeType":"Block","src":"5179:185:12","statements":[{"AST":{"nativeSrc":"5214:144:12","nodeType":"YulBlock","src":"5214:144:12","statements":[{"nativeSrc":"5228:22:12","nodeType":"YulVariableDeclaration","src":"5228:22:12","value":{"arguments":[{"kind":"number","nativeSrc":"5245:4:12","nodeType":"YulLiteral","src":"5245:4:12","type":"","value":"0x40"}],"functionName":{"name":"mload","nativeSrc":"5239:5:12","nodeType":"YulIdentifier","src":"5239:5:12"},"nativeSrc":"5239:11:12","nodeType":"YulFunctionCall","src":"5239:11:12"},"variables":[{"name":"fmp","nativeSrc":"5232:3:12","nodeType":"YulTypedName","src":"5232:3:12","type":""}]},{"expression":{"arguments":[{"name":"fmp","nativeSrc":"5278:3:12","nodeType":"YulIdentifier","src":"5278:3:12"},{"kind":"number","nativeSrc":"5283:4:12","nodeType":"YulLiteral","src":"5283:4:12","type":"","value":"0x00"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"5289:14:12","nodeType":"YulIdentifier","src":"5289:14:12"},"nativeSrc":"5289:16:12","nodeType":"YulFunctionCall","src":"5289:16:12"}],"functionName":{"name":"returndatacopy","nativeSrc":"5263:14:12","nodeType":"YulIdentifier","src":"5263:14:12"},"nativeSrc":"5263:43:12","nodeType":"YulFunctionCall","src":"5263:43:12"},"nativeSrc":"5263:43:12","nodeType":"YulExpressionStatement","src":"5263:43:12"},{"expression":{"arguments":[{"name":"fmp","nativeSrc":"5326:3:12","nodeType":"YulIdentifier","src":"5326:3:12"},{"arguments":[],"functionName":{"name":"returndatasize","nativeSrc":"5331:14:12","nodeType":"YulIdentifier","src":"5331:14:12"},"nativeSrc":"5331:16:12","nodeType":"YulFunctionCall","src":"5331:16:12"}],"functionName":{"name":"revert","nativeSrc":"5319:6:12","nodeType":"YulIdentifier","src":"5319:6:12"},"nativeSrc":"5319:29:12","nodeType":"YulFunctionCall","src":"5319:29:12"},"nativeSrc":"5319:29:12","nodeType":"YulExpressionStatement","src":"5319:29:12"}]},"evmVersion":"cancun","externalReferences":[],"flags":["memory-safe"],"id":1432,"nodeType":"InlineAssembly","src":"5189:169:12"}]},"documentation":{"id":1429,"nodeType":"StructuredDocumentation","src":"5080:56:12","text":"@dev Revert with the return data from the last call."},"id":1434,"implemented":true,"kind":"function","modifiers":[],"name":"bubbleRevert","nameLocation":"5150:12:12","nodeType":"FunctionDefinition","parameters":{"id":1430,"nodeType":"ParameterList","parameters":[],"src":"5162:2:12"},"returnParameters":{"id":1431,"nodeType":"ParameterList","parameters":[],"src":"5179:0:12"},"scope":1442,"src":"5141:223:12","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1440,"nodeType":"Block","src":"5431:113:12","statements":[{"AST":{"nativeSrc":"5466:72:12","nodeType":"YulBlock","src":"5466:72:12","statements":[{"expression":{"arguments":[{"arguments":[{"name":"returndata","nativeSrc":"5491:10:12","nodeType":"YulIdentifier","src":"5491:10:12"},{"kind":"number","nativeSrc":"5503:4:12","nodeType":"YulLiteral","src":"5503:4:12","type":"","value":"0x20"}],"functionName":{"name":"add","nativeSrc":"5487:3:12","nodeType":"YulIdentifier","src":"5487:3:12"},"nativeSrc":"5487:21:12","nodeType":"YulFunctionCall","src":"5487:21:12"},{"arguments":[{"name":"returndata","nativeSrc":"5516:10:12","nodeType":"YulIdentifier","src":"5516:10:12"}],"functionName":{"name":"mload","nativeSrc":"5510:5:12","nodeType":"YulIdentifier","src":"5510:5:12"},"nativeSrc":"5510:17:12","nodeType":"YulFunctionCall","src":"5510:17:12"}],"functionName":{"name":"revert","nativeSrc":"5480:6:12","nodeType":"YulIdentifier","src":"5480:6:12"},"nativeSrc":"5480:48:12","nodeType":"YulFunctionCall","src":"5480:48:12"},"nativeSrc":"5480:48:12","nodeType":"YulExpressionStatement","src":"5480:48:12"}]},"evmVersion":"cancun","externalReferences":[{"declaration":1436,"isOffset":false,"isSlot":false,"src":"5491:10:12","valueSize":1},{"declaration":1436,"isOffset":false,"isSlot":false,"src":"5516:10:12","valueSize":1}],"flags":["memory-safe"],"id":1439,"nodeType":"InlineAssembly","src":"5441:97:12"}]},"id":1441,"implemented":true,"kind":"function","modifiers":[],"name":"bubbleRevert","nameLocation":"5379:12:12","nodeType":"FunctionDefinition","parameters":{"id":1437,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1436,"mutability":"mutable","name":"returndata","nameLocation":"5405:10:12","nodeType":"VariableDeclaration","scope":1441,"src":"5392:23:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1435,"name":"bytes","nodeType":"ElementaryTypeName","src":"5392:5:12","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5391:25:12"},"returnParameters":{"id":1438,"nodeType":"ParameterList","parameters":[],"src":"5431:0:12"},"scope":1442,"src":"5370:174:12","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":1443,"src":"421:5125:12","usedErrors":[],"usedEvents":[]}],"src":"106:5441:12"}},"@openzeppelin/contracts/utils/StorageSlot.sol":{"id":13,"ast":{"absolutePath":"@openzeppelin/contracts/utils/StorageSlot.sol","exportedSymbols":{"StorageSlot":[1566]},"id":1567,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1444,"literals":["solidity","^","0.8",".20"],"nodeType":"PragmaDirective","src":"193:24:13"},{"abstract":false,"baseContracts":[],"canonicalName":"StorageSlot","contractDependencies":[],"contractKind":"library","documentation":{"id":1445,"nodeType":"StructuredDocumentation","src":"219:1187:13","text":" @dev Library for reading and writing primitive types to specific storage slots.\n Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.\n This library helps with reading and writing to such slots without the need for inline assembly.\n The functions in this library return Slot structs that contain a `value` member that can be used to read or write.\n Example usage to set ERC-1967 implementation slot:\n ```solidity\n contract ERC1967 {\n // Define the slot. Alternatively, use the SlotDerivation library to derive the slot.\n bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;\n function _getImplementation() internal view returns (address) {\n return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;\n }\n function _setImplementation(address newImplementation) internal {\n require(newImplementation.code.length > 0);\n StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;\n }\n }\n ```\n TIP: Consider using this library along with {SlotDerivation}."},"fullyImplemented":true,"id":1566,"linearizedBaseContracts":[1566],"name":"StorageSlot","nameLocation":"1415:11:13","nodeType":"ContractDefinition","nodes":[{"canonicalName":"StorageSlot.AddressSlot","id":1448,"members":[{"constant":false,"id":1447,"mutability":"mutable","name":"value","nameLocation":"1470:5:13","nodeType":"VariableDeclaration","scope":1448,"src":"1462:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1446,"name":"address","nodeType":"ElementaryTypeName","src":"1462:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"name":"AddressSlot","nameLocation":"1440:11:13","nodeType":"StructDefinition","scope":1566,"src":"1433:49:13","visibility":"public"},{"canonicalName":"StorageSlot.BooleanSlot","id":1451,"members":[{"constant":false,"id":1450,"mutability":"mutable","name":"value","nameLocation":"1522:5:13","nodeType":"VariableDeclaration","scope":1451,"src":"1517:10:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1449,"name":"bool","nodeType":"ElementaryTypeName","src":"1517:4:13","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"name":"BooleanSlot","nameLocation":"1495:11:13","nodeType":"StructDefinition","scope":1566,"src":"1488:46:13","visibility":"public"},{"canonicalName":"StorageSlot.Bytes32Slot","id":1454,"members":[{"constant":false,"id":1453,"mutability":"mutable","name":"value","nameLocation":"1577:5:13","nodeType":"VariableDeclaration","scope":1454,"src":"1569:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1452,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1569:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"Bytes32Slot","nameLocation":"1547:11:13","nodeType":"StructDefinition","scope":1566,"src":"1540:49:13","visibility":"public"},{"canonicalName":"StorageSlot.Uint256Slot","id":1457,"members":[{"constant":false,"id":1456,"mutability":"mutable","name":"value","nameLocation":"1632:5:13","nodeType":"VariableDeclaration","scope":1457,"src":"1624:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1455,"name":"uint256","nodeType":"ElementaryTypeName","src":"1624:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"Uint256Slot","nameLocation":"1602:11:13","nodeType":"StructDefinition","scope":1566,"src":"1595:49:13","visibility":"public"},{"canonicalName":"StorageSlot.Int256Slot","id":1460,"members":[{"constant":false,"id":1459,"mutability":"mutable","name":"value","nameLocation":"1685:5:13","nodeType":"VariableDeclaration","scope":1460,"src":"1678:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":1458,"name":"int256","nodeType":"ElementaryTypeName","src":"1678:6:13","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"name":"Int256Slot","nameLocation":"1657:10:13","nodeType":"StructDefinition","scope":1566,"src":"1650:47:13","visibility":"public"},{"canonicalName":"StorageSlot.StringSlot","id":1463,"members":[{"constant":false,"id":1462,"mutability":"mutable","name":"value","nameLocation":"1738:5:13","nodeType":"VariableDeclaration","scope":1463,"src":"1731:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"},"typeName":{"id":1461,"name":"string","nodeType":"ElementaryTypeName","src":"1731:6:13","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"name":"StringSlot","nameLocation":"1710:10:13","nodeType":"StructDefinition","scope":1566,"src":"1703:47:13","visibility":"public"},{"canonicalName":"StorageSlot.BytesSlot","id":1466,"members":[{"constant":false,"id":1465,"mutability":"mutable","name":"value","nameLocation":"1789:5:13","nodeType":"VariableDeclaration","scope":1466,"src":"1783:11:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"},"typeName":{"id":1464,"name":"bytes","nodeType":"ElementaryTypeName","src":"1783:5:13","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"name":"BytesSlot","nameLocation":"1763:9:13","nodeType":"StructDefinition","scope":1566,"src":"1756:45:13","visibility":"public"},{"body":{"id":1476,"nodeType":"Block","src":"1983:79:13","statements":[{"AST":{"nativeSrc":"2018:38:13","nodeType":"YulBlock","src":"2018:38:13","statements":[{"nativeSrc":"2032:14:13","nodeType":"YulAssignment","src":"2032:14:13","value":{"name":"slot","nativeSrc":"2042:4:13","nodeType":"YulIdentifier","src":"2042:4:13"},"variableNames":[{"name":"r.slot","nativeSrc":"2032:6:13","nodeType":"YulIdentifier","src":"2032:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1473,"isOffset":false,"isSlot":true,"src":"2032:6:13","suffix":"slot","valueSize":1},{"declaration":1469,"isOffset":false,"isSlot":false,"src":"2042:4:13","valueSize":1}],"flags":["memory-safe"],"id":1475,"nodeType":"InlineAssembly","src":"1993:63:13"}]},"documentation":{"id":1467,"nodeType":"StructuredDocumentation","src":"1807:87:13","text":" @dev Returns an `AddressSlot` with member `value` located at `slot`."},"id":1477,"implemented":true,"kind":"function","modifiers":[],"name":"getAddressSlot","nameLocation":"1908:14:13","nodeType":"FunctionDefinition","parameters":{"id":1470,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1469,"mutability":"mutable","name":"slot","nameLocation":"1931:4:13","nodeType":"VariableDeclaration","scope":1477,"src":"1923:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1468,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1923:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1922:14:13"},"returnParameters":{"id":1474,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1473,"mutability":"mutable","name":"r","nameLocation":"1980:1:13","nodeType":"VariableDeclaration","scope":1477,"src":"1960:21:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot"},"typeName":{"id":1472,"nodeType":"UserDefinedTypeName","pathNode":{"id":1471,"name":"AddressSlot","nameLocations":["1960:11:13"],"nodeType":"IdentifierPath","referencedDeclaration":1448,"src":"1960:11:13"},"referencedDeclaration":1448,"src":"1960:11:13","typeDescriptions":{"typeIdentifier":"t_struct$_AddressSlot_$1448_storage_ptr","typeString":"struct StorageSlot.AddressSlot"}},"visibility":"internal"}],"src":"1959:23:13"},"scope":1566,"src":"1899:163:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1487,"nodeType":"Block","src":"2243:79:13","statements":[{"AST":{"nativeSrc":"2278:38:13","nodeType":"YulBlock","src":"2278:38:13","statements":[{"nativeSrc":"2292:14:13","nodeType":"YulAssignment","src":"2292:14:13","value":{"name":"slot","nativeSrc":"2302:4:13","nodeType":"YulIdentifier","src":"2302:4:13"},"variableNames":[{"name":"r.slot","nativeSrc":"2292:6:13","nodeType":"YulIdentifier","src":"2292:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1484,"isOffset":false,"isSlot":true,"src":"2292:6:13","suffix":"slot","valueSize":1},{"declaration":1480,"isOffset":false,"isSlot":false,"src":"2302:4:13","valueSize":1}],"flags":["memory-safe"],"id":1486,"nodeType":"InlineAssembly","src":"2253:63:13"}]},"documentation":{"id":1478,"nodeType":"StructuredDocumentation","src":"2068:86:13","text":" @dev Returns a `BooleanSlot` with member `value` located at `slot`."},"id":1488,"implemented":true,"kind":"function","modifiers":[],"name":"getBooleanSlot","nameLocation":"2168:14:13","nodeType":"FunctionDefinition","parameters":{"id":1481,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1480,"mutability":"mutable","name":"slot","nameLocation":"2191:4:13","nodeType":"VariableDeclaration","scope":1488,"src":"2183:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1479,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2183:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2182:14:13"},"returnParameters":{"id":1485,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1484,"mutability":"mutable","name":"r","nameLocation":"2240:1:13","nodeType":"VariableDeclaration","scope":1488,"src":"2220:21:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_BooleanSlot_$1451_storage_ptr","typeString":"struct StorageSlot.BooleanSlot"},"typeName":{"id":1483,"nodeType":"UserDefinedTypeName","pathNode":{"id":1482,"name":"BooleanSlot","nameLocations":["2220:11:13"],"nodeType":"IdentifierPath","referencedDeclaration":1451,"src":"2220:11:13"},"referencedDeclaration":1451,"src":"2220:11:13","typeDescriptions":{"typeIdentifier":"t_struct$_BooleanSlot_$1451_storage_ptr","typeString":"struct StorageSlot.BooleanSlot"}},"visibility":"internal"}],"src":"2219:23:13"},"scope":1566,"src":"2159:163:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1498,"nodeType":"Block","src":"2503:79:13","statements":[{"AST":{"nativeSrc":"2538:38:13","nodeType":"YulBlock","src":"2538:38:13","statements":[{"nativeSrc":"2552:14:13","nodeType":"YulAssignment","src":"2552:14:13","value":{"name":"slot","nativeSrc":"2562:4:13","nodeType":"YulIdentifier","src":"2562:4:13"},"variableNames":[{"name":"r.slot","nativeSrc":"2552:6:13","nodeType":"YulIdentifier","src":"2552:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1495,"isOffset":false,"isSlot":true,"src":"2552:6:13","suffix":"slot","valueSize":1},{"declaration":1491,"isOffset":false,"isSlot":false,"src":"2562:4:13","valueSize":1}],"flags":["memory-safe"],"id":1497,"nodeType":"InlineAssembly","src":"2513:63:13"}]},"documentation":{"id":1489,"nodeType":"StructuredDocumentation","src":"2328:86:13","text":" @dev Returns a `Bytes32Slot` with member `value` located at `slot`."},"id":1499,"implemented":true,"kind":"function","modifiers":[],"name":"getBytes32Slot","nameLocation":"2428:14:13","nodeType":"FunctionDefinition","parameters":{"id":1492,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1491,"mutability":"mutable","name":"slot","nameLocation":"2451:4:13","nodeType":"VariableDeclaration","scope":1499,"src":"2443:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1490,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2443:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2442:14:13"},"returnParameters":{"id":1496,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1495,"mutability":"mutable","name":"r","nameLocation":"2500:1:13","nodeType":"VariableDeclaration","scope":1499,"src":"2480:21:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_Bytes32Slot_$1454_storage_ptr","typeString":"struct StorageSlot.Bytes32Slot"},"typeName":{"id":1494,"nodeType":"UserDefinedTypeName","pathNode":{"id":1493,"name":"Bytes32Slot","nameLocations":["2480:11:13"],"nodeType":"IdentifierPath","referencedDeclaration":1454,"src":"2480:11:13"},"referencedDeclaration":1454,"src":"2480:11:13","typeDescriptions":{"typeIdentifier":"t_struct$_Bytes32Slot_$1454_storage_ptr","typeString":"struct StorageSlot.Bytes32Slot"}},"visibility":"internal"}],"src":"2479:23:13"},"scope":1566,"src":"2419:163:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1509,"nodeType":"Block","src":"2763:79:13","statements":[{"AST":{"nativeSrc":"2798:38:13","nodeType":"YulBlock","src":"2798:38:13","statements":[{"nativeSrc":"2812:14:13","nodeType":"YulAssignment","src":"2812:14:13","value":{"name":"slot","nativeSrc":"2822:4:13","nodeType":"YulIdentifier","src":"2822:4:13"},"variableNames":[{"name":"r.slot","nativeSrc":"2812:6:13","nodeType":"YulIdentifier","src":"2812:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1506,"isOffset":false,"isSlot":true,"src":"2812:6:13","suffix":"slot","valueSize":1},{"declaration":1502,"isOffset":false,"isSlot":false,"src":"2822:4:13","valueSize":1}],"flags":["memory-safe"],"id":1508,"nodeType":"InlineAssembly","src":"2773:63:13"}]},"documentation":{"id":1500,"nodeType":"StructuredDocumentation","src":"2588:86:13","text":" @dev Returns a `Uint256Slot` with member `value` located at `slot`."},"id":1510,"implemented":true,"kind":"function","modifiers":[],"name":"getUint256Slot","nameLocation":"2688:14:13","nodeType":"FunctionDefinition","parameters":{"id":1503,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1502,"mutability":"mutable","name":"slot","nameLocation":"2711:4:13","nodeType":"VariableDeclaration","scope":1510,"src":"2703:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1501,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2703:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2702:14:13"},"returnParameters":{"id":1507,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1506,"mutability":"mutable","name":"r","nameLocation":"2760:1:13","nodeType":"VariableDeclaration","scope":1510,"src":"2740:21:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_Uint256Slot_$1457_storage_ptr","typeString":"struct StorageSlot.Uint256Slot"},"typeName":{"id":1505,"nodeType":"UserDefinedTypeName","pathNode":{"id":1504,"name":"Uint256Slot","nameLocations":["2740:11:13"],"nodeType":"IdentifierPath","referencedDeclaration":1457,"src":"2740:11:13"},"referencedDeclaration":1457,"src":"2740:11:13","typeDescriptions":{"typeIdentifier":"t_struct$_Uint256Slot_$1457_storage_ptr","typeString":"struct StorageSlot.Uint256Slot"}},"visibility":"internal"}],"src":"2739:23:13"},"scope":1566,"src":"2679:163:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1520,"nodeType":"Block","src":"3020:79:13","statements":[{"AST":{"nativeSrc":"3055:38:13","nodeType":"YulBlock","src":"3055:38:13","statements":[{"nativeSrc":"3069:14:13","nodeType":"YulAssignment","src":"3069:14:13","value":{"name":"slot","nativeSrc":"3079:4:13","nodeType":"YulIdentifier","src":"3079:4:13"},"variableNames":[{"name":"r.slot","nativeSrc":"3069:6:13","nodeType":"YulIdentifier","src":"3069:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1517,"isOffset":false,"isSlot":true,"src":"3069:6:13","suffix":"slot","valueSize":1},{"declaration":1513,"isOffset":false,"isSlot":false,"src":"3079:4:13","valueSize":1}],"flags":["memory-safe"],"id":1519,"nodeType":"InlineAssembly","src":"3030:63:13"}]},"documentation":{"id":1511,"nodeType":"StructuredDocumentation","src":"2848:85:13","text":" @dev Returns a `Int256Slot` with member `value` located at `slot`."},"id":1521,"implemented":true,"kind":"function","modifiers":[],"name":"getInt256Slot","nameLocation":"2947:13:13","nodeType":"FunctionDefinition","parameters":{"id":1514,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1513,"mutability":"mutable","name":"slot","nameLocation":"2969:4:13","nodeType":"VariableDeclaration","scope":1521,"src":"2961:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1512,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2961:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2960:14:13"},"returnParameters":{"id":1518,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1517,"mutability":"mutable","name":"r","nameLocation":"3017:1:13","nodeType":"VariableDeclaration","scope":1521,"src":"2998:20:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_Int256Slot_$1460_storage_ptr","typeString":"struct StorageSlot.Int256Slot"},"typeName":{"id":1516,"nodeType":"UserDefinedTypeName","pathNode":{"id":1515,"name":"Int256Slot","nameLocations":["2998:10:13"],"nodeType":"IdentifierPath","referencedDeclaration":1460,"src":"2998:10:13"},"referencedDeclaration":1460,"src":"2998:10:13","typeDescriptions":{"typeIdentifier":"t_struct$_Int256Slot_$1460_storage_ptr","typeString":"struct StorageSlot.Int256Slot"}},"visibility":"internal"}],"src":"2997:22:13"},"scope":1566,"src":"2938:161:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1531,"nodeType":"Block","src":"3277:79:13","statements":[{"AST":{"nativeSrc":"3312:38:13","nodeType":"YulBlock","src":"3312:38:13","statements":[{"nativeSrc":"3326:14:13","nodeType":"YulAssignment","src":"3326:14:13","value":{"name":"slot","nativeSrc":"3336:4:13","nodeType":"YulIdentifier","src":"3336:4:13"},"variableNames":[{"name":"r.slot","nativeSrc":"3326:6:13","nodeType":"YulIdentifier","src":"3326:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1528,"isOffset":false,"isSlot":true,"src":"3326:6:13","suffix":"slot","valueSize":1},{"declaration":1524,"isOffset":false,"isSlot":false,"src":"3336:4:13","valueSize":1}],"flags":["memory-safe"],"id":1530,"nodeType":"InlineAssembly","src":"3287:63:13"}]},"documentation":{"id":1522,"nodeType":"StructuredDocumentation","src":"3105:85:13","text":" @dev Returns a `StringSlot` with member `value` located at `slot`."},"id":1532,"implemented":true,"kind":"function","modifiers":[],"name":"getStringSlot","nameLocation":"3204:13:13","nodeType":"FunctionDefinition","parameters":{"id":1525,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1524,"mutability":"mutable","name":"slot","nameLocation":"3226:4:13","nodeType":"VariableDeclaration","scope":1532,"src":"3218:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1523,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3218:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3217:14:13"},"returnParameters":{"id":1529,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1528,"mutability":"mutable","name":"r","nameLocation":"3274:1:13","nodeType":"VariableDeclaration","scope":1532,"src":"3255:20:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_StringSlot_$1463_storage_ptr","typeString":"struct StorageSlot.StringSlot"},"typeName":{"id":1527,"nodeType":"UserDefinedTypeName","pathNode":{"id":1526,"name":"StringSlot","nameLocations":["3255:10:13"],"nodeType":"IdentifierPath","referencedDeclaration":1463,"src":"3255:10:13"},"referencedDeclaration":1463,"src":"3255:10:13","typeDescriptions":{"typeIdentifier":"t_struct$_StringSlot_$1463_storage_ptr","typeString":"struct StorageSlot.StringSlot"}},"visibility":"internal"}],"src":"3254:22:13"},"scope":1566,"src":"3195:161:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1542,"nodeType":"Block","src":"3558:85:13","statements":[{"AST":{"nativeSrc":"3593:44:13","nodeType":"YulBlock","src":"3593:44:13","statements":[{"nativeSrc":"3607:20:13","nodeType":"YulAssignment","src":"3607:20:13","value":{"name":"store.slot","nativeSrc":"3617:10:13","nodeType":"YulIdentifier","src":"3617:10:13"},"variableNames":[{"name":"r.slot","nativeSrc":"3607:6:13","nodeType":"YulIdentifier","src":"3607:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1539,"isOffset":false,"isSlot":true,"src":"3607:6:13","suffix":"slot","valueSize":1},{"declaration":1535,"isOffset":false,"isSlot":true,"src":"3617:10:13","suffix":"slot","valueSize":1}],"flags":["memory-safe"],"id":1541,"nodeType":"InlineAssembly","src":"3568:69:13"}]},"documentation":{"id":1533,"nodeType":"StructuredDocumentation","src":"3362:101:13","text":" @dev Returns an `StringSlot` representation of the string storage pointer `store`."},"id":1543,"implemented":true,"kind":"function","modifiers":[],"name":"getStringSlot","nameLocation":"3477:13:13","nodeType":"FunctionDefinition","parameters":{"id":1536,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1535,"mutability":"mutable","name":"store","nameLocation":"3506:5:13","nodeType":"VariableDeclaration","scope":1543,"src":"3491:20:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"},"typeName":{"id":1534,"name":"string","nodeType":"ElementaryTypeName","src":"3491:6:13","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"3490:22:13"},"returnParameters":{"id":1540,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1539,"mutability":"mutable","name":"r","nameLocation":"3555:1:13","nodeType":"VariableDeclaration","scope":1543,"src":"3536:20:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_StringSlot_$1463_storage_ptr","typeString":"struct StorageSlot.StringSlot"},"typeName":{"id":1538,"nodeType":"UserDefinedTypeName","pathNode":{"id":1537,"name":"StringSlot","nameLocations":["3536:10:13"],"nodeType":"IdentifierPath","referencedDeclaration":1463,"src":"3536:10:13"},"referencedDeclaration":1463,"src":"3536:10:13","typeDescriptions":{"typeIdentifier":"t_struct$_StringSlot_$1463_storage_ptr","typeString":"struct StorageSlot.StringSlot"}},"visibility":"internal"}],"src":"3535:22:13"},"scope":1566,"src":"3468:175:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1553,"nodeType":"Block","src":"3818:79:13","statements":[{"AST":{"nativeSrc":"3853:38:13","nodeType":"YulBlock","src":"3853:38:13","statements":[{"nativeSrc":"3867:14:13","nodeType":"YulAssignment","src":"3867:14:13","value":{"name":"slot","nativeSrc":"3877:4:13","nodeType":"YulIdentifier","src":"3877:4:13"},"variableNames":[{"name":"r.slot","nativeSrc":"3867:6:13","nodeType":"YulIdentifier","src":"3867:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1550,"isOffset":false,"isSlot":true,"src":"3867:6:13","suffix":"slot","valueSize":1},{"declaration":1546,"isOffset":false,"isSlot":false,"src":"3877:4:13","valueSize":1}],"flags":["memory-safe"],"id":1552,"nodeType":"InlineAssembly","src":"3828:63:13"}]},"documentation":{"id":1544,"nodeType":"StructuredDocumentation","src":"3649:84:13","text":" @dev Returns a `BytesSlot` with member `value` located at `slot`."},"id":1554,"implemented":true,"kind":"function","modifiers":[],"name":"getBytesSlot","nameLocation":"3747:12:13","nodeType":"FunctionDefinition","parameters":{"id":1547,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1546,"mutability":"mutable","name":"slot","nameLocation":"3768:4:13","nodeType":"VariableDeclaration","scope":1554,"src":"3760:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1545,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3760:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3759:14:13"},"returnParameters":{"id":1551,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1550,"mutability":"mutable","name":"r","nameLocation":"3815:1:13","nodeType":"VariableDeclaration","scope":1554,"src":"3797:19:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_BytesSlot_$1466_storage_ptr","typeString":"struct StorageSlot.BytesSlot"},"typeName":{"id":1549,"nodeType":"UserDefinedTypeName","pathNode":{"id":1548,"name":"BytesSlot","nameLocations":["3797:9:13"],"nodeType":"IdentifierPath","referencedDeclaration":1466,"src":"3797:9:13"},"referencedDeclaration":1466,"src":"3797:9:13","typeDescriptions":{"typeIdentifier":"t_struct$_BytesSlot_$1466_storage_ptr","typeString":"struct StorageSlot.BytesSlot"}},"visibility":"internal"}],"src":"3796:21:13"},"scope":1566,"src":"3738:159:13","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1564,"nodeType":"Block","src":"4094:85:13","statements":[{"AST":{"nativeSrc":"4129:44:13","nodeType":"YulBlock","src":"4129:44:13","statements":[{"nativeSrc":"4143:20:13","nodeType":"YulAssignment","src":"4143:20:13","value":{"name":"store.slot","nativeSrc":"4153:10:13","nodeType":"YulIdentifier","src":"4153:10:13"},"variableNames":[{"name":"r.slot","nativeSrc":"4143:6:13","nodeType":"YulIdentifier","src":"4143:6:13"}]}]},"evmVersion":"cancun","externalReferences":[{"declaration":1561,"isOffset":false,"isSlot":true,"src":"4143:6:13","suffix":"slot","valueSize":1},{"declaration":1557,"isOffset":false,"isSlot":true,"src":"4153:10:13","suffix":"slot","valueSize":1}],"flags":["memory-safe"],"id":1563,"nodeType":"InlineAssembly","src":"4104:69:13"}]},"documentation":{"id":1555,"nodeType":"StructuredDocumentation","src":"3903:99:13","text":" @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`."},"id":1565,"implemented":true,"kind":"function","modifiers":[],"name":"getBytesSlot","nameLocation":"4016:12:13","nodeType":"FunctionDefinition","parameters":{"id":1558,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1557,"mutability":"mutable","name":"store","nameLocation":"4043:5:13","nodeType":"VariableDeclaration","scope":1565,"src":"4029:19:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"},"typeName":{"id":1556,"name":"bytes","nodeType":"ElementaryTypeName","src":"4029:5:13","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4028:21:13"},"returnParameters":{"id":1562,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1561,"mutability":"mutable","name":"r","nameLocation":"4091:1:13","nodeType":"VariableDeclaration","scope":1565,"src":"4073:19:13","stateVariable":false,"storageLocation":"storage","typeDescriptions":{"typeIdentifier":"t_struct$_BytesSlot_$1466_storage_ptr","typeString":"struct StorageSlot.BytesSlot"},"typeName":{"id":1560,"nodeType":"UserDefinedTypeName","pathNode":{"id":1559,"name":"BytesSlot","nameLocations":["4073:9:13"],"nodeType":"IdentifierPath","referencedDeclaration":1466,"src":"4073:9:13"},"referencedDeclaration":1466,"src":"4073:9:13","typeDescriptions":{"typeIdentifier":"t_struct$_BytesSlot_$1466_storage_ptr","typeString":"struct StorageSlot.BytesSlot"}},"visibility":"internal"}],"src":"4072:21:13"},"scope":1566,"src":"4007:172:13","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":1567,"src":"1407:2774:13","usedErrors":[],"usedEvents":[]}],"src":"193:3989:13"}},"contracts/ProxyAdmin2Step.sol":{"id":14,"ast":{"absolutePath":"contracts/ProxyAdmin2Step.sol","exportedSymbols":{"IProxyAdmin2Step":[1765],"Ownable":[147],"Ownable2Step":[233],"ProxyAdmin":[705],"ProxyAdmin2Step":[1634]},"id":1635,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1568,"literals":["solidity","^","0.8",".22"],"nodeType":"PragmaDirective","src":"32:24:14"},{"absolutePath":"@openzeppelin/contracts/access/Ownable.sol","file":"@openzeppelin/contracts/access/Ownable.sol","id":1570,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1635,"sourceUnit":148,"src":"58:69:14","symbolAliases":[{"foreign":{"id":1569,"name":"Ownable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":147,"src":"67:7:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/access/Ownable2Step.sol","file":"@openzeppelin/contracts/access/Ownable2Step.sol","id":1572,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1635,"sourceUnit":234,"src":"128:79:14","symbolAliases":[{"foreign":{"id":1571,"name":"Ownable2Step","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"137:12:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol","file":"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol","id":1574,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1635,"sourceUnit":706,"src":"208:86:14","symbolAliases":[{"foreign":{"id":1573,"name":"ProxyAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":705,"src":"217:10:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/interfaces/IProxyAdmin2Step.sol","file":"./interfaces/IProxyAdmin2Step.sol","id":1576,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1635,"sourceUnit":1766,"src":"295:69:14","symbolAliases":[{"foreign":{"id":1575,"name":"IProxyAdmin2Step","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1765,"src":"304:16:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1578,"name":"IProxyAdmin2Step","nameLocations":["589:16:14"],"nodeType":"IdentifierPath","referencedDeclaration":1765,"src":"589:16:14"},"id":1579,"nodeType":"InheritanceSpecifier","src":"589:16:14"},{"baseName":{"id":1580,"name":"ProxyAdmin","nameLocations":["607:10:14"],"nodeType":"IdentifierPath","referencedDeclaration":705,"src":"607:10:14"},"id":1581,"nodeType":"InheritanceSpecifier","src":"607:10:14"},{"baseName":{"id":1582,"name":"Ownable2Step","nameLocations":["619:12:14"],"nodeType":"IdentifierPath","referencedDeclaration":233,"src":"619:12:14"},"id":1583,"nodeType":"InheritanceSpecifier","src":"619:12:14"}],"canonicalName":"ProxyAdmin2Step","contractDependencies":[],"contractKind":"contract","documentation":{"id":1577,"nodeType":"StructuredDocumentation","src":"366:194:14","text":" @title ProxyAdmin2Step\n @author LayerZero Labs (tinom.eth)\n @custom:version 1.0.0\n @notice OZ's `ProxyAdmin` with `Ownable2Step` ownership transfers and disallowed renouncement."},"fullyImplemented":true,"id":1634,"linearizedBaseContracts":[1634,233,705,147,1261,1765],"name":"ProxyAdmin2Step","nameLocation":"570:15:14","nodeType":"ContractDefinition","nodes":[{"body":{"id":1591,"nodeType":"Block","src":"699:2:14","statements":[]},"id":1592,"implemented":true,"kind":"constructor","modifiers":[{"arguments":[{"id":1588,"name":"_initialOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1585,"src":"684:13:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"id":1589,"kind":"baseConstructorSpecifier","modifierName":{"id":1587,"name":"ProxyAdmin","nameLocations":["673:10:14"],"nodeType":"IdentifierPath","referencedDeclaration":705,"src":"673:10:14"},"nodeType":"ModifierInvocation","src":"673:25:14"}],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":1586,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1585,"mutability":"mutable","name":"_initialOwner","nameLocation":"658:13:14","nodeType":"VariableDeclaration","scope":1592,"src":"650:21:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1584,"name":"address","nodeType":"ElementaryTypeName","src":"650:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"649:23:14"},"returnParameters":{"id":1590,"nodeType":"ParameterList","parameters":[],"src":"699:0:14"},"scope":1634,"src":"638:63:14","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"baseFunctions":[126,191],"body":{"id":1607,"nodeType":"Block","src":"848:58:14","statements":[{"expression":{"arguments":[{"id":1604,"name":"_newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1595,"src":"889:9:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":1601,"name":"Ownable2Step","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"858:12:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Ownable2Step_$233_$","typeString":"type(contract Ownable2Step)"}},"id":1603,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"871:17:14","memberName":"transferOwnership","nodeType":"MemberAccess","referencedDeclaration":191,"src":"858:30:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":1605,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"858:41:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1606,"nodeType":"ExpressionStatement","src":"858:41:14"}]},"documentation":{"id":1593,"nodeType":"StructuredDocumentation","src":"707:43:14","text":" @inheritdoc Ownable2Step"},"functionSelector":"f2fde38b","id":1608,"implemented":true,"kind":"function","modifiers":[],"name":"transferOwnership","nameLocation":"764:17:14","nodeType":"FunctionDefinition","overrides":{"id":1599,"nodeType":"OverrideSpecifier","overrides":[{"id":1597,"name":"Ownable","nameLocations":["825:7:14"],"nodeType":"IdentifierPath","referencedDeclaration":147,"src":"825:7:14"},{"id":1598,"name":"Ownable2Step","nameLocations":["834:12:14"],"nodeType":"IdentifierPath","referencedDeclaration":233,"src":"834:12:14"}],"src":"816:31:14"},"parameters":{"id":1596,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1595,"mutability":"mutable","name":"_newOwner","nameLocation":"790:9:14","nodeType":"VariableDeclaration","scope":1608,"src":"782:17:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1594,"name":"address","nodeType":"ElementaryTypeName","src":"782:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"781:19:14"},"returnParameters":{"id":1600,"nodeType":"ParameterList","parameters":[],"src":"848:0:14"},"scope":1634,"src":"755:151:14","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[146,208],"body":{"id":1623,"nodeType":"Block","src":"1056:59:14","statements":[{"expression":{"arguments":[{"id":1620,"name":"_newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1611,"src":"1098:9:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":1617,"name":"Ownable2Step","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"1066:12:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_Ownable2Step_$233_$","typeString":"type(contract Ownable2Step)"}},"id":1619,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1079:18:14","memberName":"_transferOwnership","nodeType":"MemberAccess","referencedDeclaration":208,"src":"1066:31:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":1621,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1066:42:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1622,"nodeType":"ExpressionStatement","src":"1066:42:14"}]},"documentation":{"id":1609,"nodeType":"StructuredDocumentation","src":"912:43:14","text":" @inheritdoc Ownable2Step"},"id":1624,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"969:18:14","nodeType":"FunctionDefinition","overrides":{"id":1615,"nodeType":"OverrideSpecifier","overrides":[{"id":1613,"name":"Ownable","nameLocations":["1033:7:14"],"nodeType":"IdentifierPath","referencedDeclaration":147,"src":"1033:7:14"},{"id":1614,"name":"Ownable2Step","nameLocations":["1042:12:14"],"nodeType":"IdentifierPath","referencedDeclaration":233,"src":"1042:12:14"}],"src":"1024:31:14"},"parameters":{"id":1612,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1611,"mutability":"mutable","name":"_newOwner","nameLocation":"996:9:14","nodeType":"VariableDeclaration","scope":1624,"src":"988:17:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1610,"name":"address","nodeType":"ElementaryTypeName","src":"988:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"987:19:14"},"returnParameters":{"id":1616,"nodeType":"ParameterList","parameters":[],"src":"1056:0:14"},"scope":1634,"src":"960:155:14","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"baseFunctions":[98],"body":{"id":1632,"nodeType":"Block","src":"1271:49:14","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"id":1629,"name":"CannotRenounceOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1764,"src":"1288:23:14","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":1630,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1288:25:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1631,"nodeType":"RevertStatement","src":"1281:32:14"}]},"documentation":{"id":1625,"nodeType":"StructuredDocumentation","src":"1121:92:14","text":" @dev Override to prevent renouncing ownership.\n @inheritdoc Ownable"},"functionSelector":"715018a6","id":1633,"implemented":true,"kind":"function","modifiers":[],"name":"renounceOwnership","nameLocation":"1227:17:14","nodeType":"FunctionDefinition","overrides":{"id":1627,"nodeType":"OverrideSpecifier","overrides":[],"src":"1262:8:14"},"parameters":{"id":1626,"nodeType":"ParameterList","parameters":[],"src":"1244:2:14"},"returnParameters":{"id":1628,"nodeType":"ParameterList","parameters":[],"src":"1271:0:14"},"scope":1634,"src":"1218:102:14","stateMutability":"nonpayable","virtual":true,"visibility":"public"}],"scope":1635,"src":"561:761:14","usedErrors":[13,18,1764],"usedEvents":[24,162]}],"src":"32:1291:14"}},"contracts/TransparentUpgradeableProxy2Step.sol":{"id":15,"ast":{"absolutePath":"contracts/TransparentUpgradeableProxy2Step.sol","exportedSymbols":{"ERC1967Proxy":[317],"ERC1967Utils":[611],"ITransparentUpgradeableProxy":[727],"ProxyAdmin2Step":[1634],"TransparentUpgradeableProxy2Step":[1758]},"id":1759,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1636,"literals":["solidity","^","0.8",".22"],"nodeType":"PragmaDirective","src":"133:24:15"},{"absolutePath":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol","file":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol","id":1638,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1759,"sourceUnit":318,"src":"159:86:15","symbolAliases":[{"foreign":{"id":1637,"name":"ERC1967Proxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":317,"src":"168:12:15","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol","file":"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol","id":1640,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1759,"sourceUnit":612,"src":"246:86:15","symbolAliases":[{"foreign":{"id":1639,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"255:12:15","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol","file":"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol","id":1642,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1759,"sourceUnit":842,"src":"333:121:15","symbolAliases":[{"foreign":{"id":1641,"name":"ITransparentUpgradeableProxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":727,"src":"342:28:15","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/ProxyAdmin2Step.sol","file":"./ProxyAdmin2Step.sol","id":1644,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1759,"sourceUnit":1635,"src":"455:56:15","symbolAliases":[{"foreign":{"id":1643,"name":"ProxyAdmin2Step","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"464:15:15","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1646,"name":"ERC1967Proxy","nameLocations":["3981:12:15"],"nodeType":"IdentifierPath","referencedDeclaration":317,"src":"3981:12:15"},"id":1647,"nodeType":"InheritanceSpecifier","src":"3981:12:15"}],"canonicalName":"TransparentUpgradeableProxy2Step","contractDependencies":[1634],"contractKind":"contract","documentation":{"id":1645,"nodeType":"StructuredDocumentation","src":"513:3422:15","text":" @dev This contract implements a proxy that is upgradeable through an associated {ProxyAdmin2Step} instance.\n To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector\n clashing], which can potentially be used in an attack, this contract uses the\n https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two\n things that go hand in hand:\n 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if\n that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself.\n 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to\n the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating\n the proxy admin cannot fallback to the target implementation.\n These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a\n dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to\n call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin2Step} and\n allows upgrades only if they come through it. You should think of the `ProxyAdmin2Step` instance as the administrative\n interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership.\n NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not\n inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch\n mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to\n fully implement transparency without decoding reverts caused by selector clashes between the proxy and the\n implementation.\n NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin2Step} of this contract won't send a\n meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract.\n IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an\n immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be\n overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an\n undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot\n is generally fine if the implementation is trusted.\n WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the\n compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new\n function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This\n could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.\n @dev Differs from OZ's `TransparentUpgradeableProxy` by deploying `ProxyAdmin2Step` instead of `ProxyAdmin`."},"fullyImplemented":true,"id":1758,"linearizedBaseContracts":[1758,317,647],"name":"TransparentUpgradeableProxy2Step","nameLocation":"3945:32:15","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":1649,"mutability":"immutable","name":"_admin","nameLocation":"4366:6:15","nodeType":"VariableDeclaration","scope":1758,"src":"4340:32:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1648,"name":"address","nodeType":"ElementaryTypeName","src":"4340:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"documentation":{"id":1650,"nodeType":"StructuredDocumentation","src":"4379:102:15","text":" @dev The proxy caller is the current admin, and can't fallback to the proxy target."},"errorSelector":"d2b576ec","id":1652,"name":"ProxyDeniedAdminAccess","nameLocation":"4492:22:15","nodeType":"ErrorDefinition","parameters":{"id":1651,"nodeType":"ParameterList","parameters":[],"src":"4514:2:15"},"src":"4486:31:15"},{"body":{"id":1684,"nodeType":"Block","src":"4900:195:15","statements":[{"expression":{"id":1675,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1666,"name":"_admin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1649,"src":"4910:6:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"id":1672,"name":"initialOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1657,"src":"4947:12:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1671,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"NewExpression","src":"4927:19:15","typeDescriptions":{"typeIdentifier":"t_function_creation_nonpayable$_t_address_$returns$_t_contract$_ProxyAdmin2Step_$1634_$","typeString":"function (address) returns (contract ProxyAdmin2Step)"},"typeName":{"id":1670,"nodeType":"UserDefinedTypeName","pathNode":{"id":1669,"name":"ProxyAdmin2Step","nameLocations":["4931:15:15"],"nodeType":"IdentifierPath","referencedDeclaration":1634,"src":"4931:15:15"},"referencedDeclaration":1634,"src":"4931:15:15","typeDescriptions":{"typeIdentifier":"t_contract$_ProxyAdmin2Step_$1634","typeString":"contract ProxyAdmin2Step"}}},"id":1673,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4927:33:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_ProxyAdmin2Step_$1634","typeString":"contract ProxyAdmin2Step"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_ProxyAdmin2Step_$1634","typeString":"contract ProxyAdmin2Step"}],"id":1668,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4919:7:15","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1667,"name":"address","nodeType":"ElementaryTypeName","src":"4919:7:15","typeDescriptions":{}}},"id":1674,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4919:42:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4910:51:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1676,"nodeType":"ExpressionStatement","src":"4910:51:15"},{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":1680,"name":"_proxyAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"5074:11:15","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":1681,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5074:13:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":1677,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"5049:12:15","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ERC1967Utils_$611_$","typeString":"type(library ERC1967Utils)"}},"id":1679,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5062:11:15","memberName":"changeAdmin","nodeType":"MemberAccess","referencedDeclaration":493,"src":"5049:24:15","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":1682,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5049:39:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1683,"nodeType":"ExpressionStatement","src":"5049:39:15"}]},"documentation":{"id":1653,"nodeType":"StructuredDocumentation","src":"4523:266:15","text":" @dev Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin2Step} with an `initialOwner`,\n backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in\n {ERC1967Proxy-constructor}."},"id":1685,"implemented":true,"kind":"constructor","modifiers":[{"arguments":[{"id":1662,"name":"_logic","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1655,"src":"4885:6:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1663,"name":"_data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"4893:5:15","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"id":1664,"kind":"baseConstructorSpecifier","modifierName":{"id":1661,"name":"ERC1967Proxy","nameLocations":["4872:12:15"],"nodeType":"IdentifierPath","referencedDeclaration":317,"src":"4872:12:15"},"nodeType":"ModifierInvocation","src":"4872:27:15"}],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":1660,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1655,"mutability":"mutable","name":"_logic","nameLocation":"4814:6:15","nodeType":"VariableDeclaration","scope":1685,"src":"4806:14:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1654,"name":"address","nodeType":"ElementaryTypeName","src":"4806:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1657,"mutability":"mutable","name":"initialOwner","nameLocation":"4830:12:15","nodeType":"VariableDeclaration","scope":1685,"src":"4822:20:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1656,"name":"address","nodeType":"ElementaryTypeName","src":"4822:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1659,"mutability":"mutable","name":"_data","nameLocation":"4857:5:15","nodeType":"VariableDeclaration","scope":1685,"src":"4844:18:15","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1658,"name":"bytes","nodeType":"ElementaryTypeName","src":"4844:5:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4805:58:15"},"returnParameters":{"id":1665,"nodeType":"ParameterList","parameters":[],"src":"4900:0:15"},"scope":1758,"src":"4794:301:15","stateMutability":"payable","virtual":false,"visibility":"public"},{"body":{"id":1693,"nodeType":"Block","src":"5225:30:15","statements":[{"expression":{"id":1691,"name":"_admin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1649,"src":"5242:6:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1690,"id":1692,"nodeType":"Return","src":"5235:13:15"}]},"documentation":{"id":1686,"nodeType":"StructuredDocumentation","src":"5101:56:15","text":" @dev Returns the admin of this proxy."},"id":1694,"implemented":true,"kind":"function","modifiers":[],"name":"_proxyAdmin","nameLocation":"5171:11:15","nodeType":"FunctionDefinition","parameters":{"id":1687,"nodeType":"ParameterList","parameters":[],"src":"5182:2:15"},"returnParameters":{"id":1690,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1689,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1694,"src":"5216:7:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1688,"name":"address","nodeType":"ElementaryTypeName","src":"5216:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"5215:9:15"},"scope":1758,"src":"5162:93:15","stateMutability":"view","virtual":true,"visibility":"internal"},{"baseFunctions":[638],"body":{"id":1727,"nodeType":"Block","src":"5444:322:15","statements":[{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1703,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1699,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"5458:3:15","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1700,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5462:6:15","memberName":"sender","nodeType":"MemberAccess","src":"5458:10:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":1701,"name":"_proxyAdmin","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"5472:11:15","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":1702,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5472:13:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"5458:27:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1725,"nodeType":"Block","src":"5718:42:15","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"expression":{"id":1720,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"5732:5:15","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_TransparentUpgradeableProxy2Step_$1758_$","typeString":"type(contract super TransparentUpgradeableProxy2Step)"}},"id":1722,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5738:9:15","memberName":"_fallback","nodeType":"MemberAccess","referencedDeclaration":638,"src":"5732:15:15","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1723,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5732:17:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1724,"nodeType":"ExpressionStatement","src":"5732:17:15"}]},"id":1726,"nodeType":"IfStatement","src":"5454:306:15","trueBody":{"id":1719,"nodeType":"Block","src":"5487:225:15","statements":[{"condition":{"commonType":{"typeIdentifier":"t_bytes4","typeString":"bytes4"},"id":1709,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1704,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"5505:3:15","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1705,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5509:3:15","memberName":"sig","nodeType":"MemberAccess","src":"5505:7:15","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"expression":{"id":1706,"name":"ITransparentUpgradeableProxy","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":727,"src":"5516:28:15","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ITransparentUpgradeableProxy_$727_$","typeString":"type(contract ITransparentUpgradeableProxy)"}},"id":1707,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"5545:16:15","memberName":"upgradeToAndCall","nodeType":"MemberAccess","referencedDeclaration":726,"src":"5516:45:15","typeDescriptions":{"typeIdentifier":"t_function_declaration_payable$_t_address_$_t_bytes_calldata_ptr_$returns$__$","typeString":"function ITransparentUpgradeableProxy.upgradeToAndCall(address,bytes calldata) payable"}},"id":1708,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"5562:8:15","memberName":"selector","nodeType":"MemberAccess","src":"5516:54:15","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},"src":"5505:65:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1717,"nodeType":"Block","src":"5642:60:15","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1714,"name":"_dispatchUpgradeToAndCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1757,"src":"5660:25:15","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1715,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5660:27:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1716,"nodeType":"ExpressionStatement","src":"5660:27:15"}]},"id":1718,"nodeType":"IfStatement","src":"5501:201:15","trueBody":{"id":1713,"nodeType":"Block","src":"5572:64:15","statements":[{"errorCall":{"arguments":[],"expression":{"argumentTypes":[],"id":1710,"name":"ProxyDeniedAdminAccess","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1652,"src":"5597:22:15","typeDescriptions":{"typeIdentifier":"t_function_error_pure$__$returns$_t_error_$","typeString":"function () pure returns (error)"}},"id":1711,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5597:24:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_error","typeString":"error"}},"id":1712,"nodeType":"RevertStatement","src":"5590:31:15"}]}}]}}]},"documentation":{"id":1695,"nodeType":"StructuredDocumentation","src":"5261:131:15","text":" @dev If caller is the admin process the call internally, otherwise transparently fallback to the proxy behavior."},"id":1728,"implemented":true,"kind":"function","modifiers":[],"name":"_fallback","nameLocation":"5406:9:15","nodeType":"FunctionDefinition","overrides":{"id":1697,"nodeType":"OverrideSpecifier","overrides":[],"src":"5435:8:15"},"parameters":{"id":1696,"nodeType":"ParameterList","parameters":[],"src":"5415:2:15"},"returnParameters":{"id":1698,"nodeType":"ParameterList","parameters":[],"src":"5444:0:15"},"scope":1758,"src":"5397:369:15","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":1756,"nodeType":"Block","src":"6013:172:15","statements":[{"assignments":[1733,1735],"declarations":[{"constant":false,"id":1733,"mutability":"mutable","name":"newImplementation","nameLocation":"6032:17:15","nodeType":"VariableDeclaration","scope":1756,"src":"6024:25:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1732,"name":"address","nodeType":"ElementaryTypeName","src":"6024:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1735,"mutability":"mutable","name":"data","nameLocation":"6064:4:15","nodeType":"VariableDeclaration","scope":1756,"src":"6051:17:15","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1734,"name":"bytes","nodeType":"ElementaryTypeName","src":"6051:5:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1748,"initialValue":{"arguments":[{"baseExpression":{"expression":{"id":1738,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"6083:3:15","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1739,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6087:4:15","memberName":"data","nodeType":"MemberAccess","src":"6083:8:15","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":1741,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"IndexRangeAccess","src":"6083:12:15","startExpression":{"hexValue":"34","id":1740,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6092:1:15","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr_slice","typeString":"bytes calldata slice"}},{"components":[{"id":1743,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6098:7:15","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1742,"name":"address","nodeType":"ElementaryTypeName","src":"6098:7:15","typeDescriptions":{}}},{"id":1745,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6107:5:15","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1744,"name":"bytes","nodeType":"ElementaryTypeName","src":"6107:5:15","typeDescriptions":{}}}],"id":1746,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"6097:16:15","typeDescriptions":{"typeIdentifier":"t_tuple$_t_type$_t_address_$_$_t_type$_t_bytes_storage_ptr_$_$","typeString":"tuple(type(address),type(bytes storage pointer))"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_calldata_ptr_slice","typeString":"bytes calldata slice"},{"typeIdentifier":"t_tuple$_t_type$_t_address_$_$_t_type$_t_bytes_storage_ptr_$_$","typeString":"tuple(type(address),type(bytes storage pointer))"}],"expression":{"id":1736,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"6072:3:15","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1737,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6076:6:15","memberName":"decode","nodeType":"MemberAccess","src":"6072:10:15","typeDescriptions":{"typeIdentifier":"t_function_abidecode_pure$__$returns$__$","typeString":"function () pure"}},"id":1747,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6072:42:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_payable_$_t_bytes_memory_ptr_$","typeString":"tuple(address payable,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6023:91:15"},{"expression":{"arguments":[{"id":1752,"name":"newImplementation","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1733,"src":"6154:17:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1753,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1735,"src":"6173:4:15","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1749,"name":"ERC1967Utils","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"6124:12:15","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_ERC1967Utils_$611_$","typeString":"type(library ERC1967Utils)"}},"id":1751,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6137:16:15","memberName":"upgradeToAndCall","nodeType":"MemberAccess","referencedDeclaration":426,"src":"6124:29:15","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (address,bytes memory)"}},"id":1754,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6124:54:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1755,"nodeType":"ExpressionStatement","src":"6124:54:15"}]},"documentation":{"id":1729,"nodeType":"StructuredDocumentation","src":"5772:191:15","text":" @dev Upgrade the implementation of the proxy. See {ERC1967Utils-upgradeToAndCall}.\n Requirements:\n - If `data` is empty, `msg.value` must be zero."},"id":1757,"implemented":true,"kind":"function","modifiers":[],"name":"_dispatchUpgradeToAndCall","nameLocation":"5977:25:15","nodeType":"FunctionDefinition","parameters":{"id":1730,"nodeType":"ParameterList","parameters":[],"src":"6002:2:15"},"returnParameters":{"id":1731,"nodeType":"ParameterList","parameters":[],"src":"6013:0:15"},"scope":1758,"src":"5968:217:15","stateMutability":"nonpayable","virtual":false,"visibility":"private"}],"scope":1759,"src":"3936:2251:15","usedErrors":[266,337,342,350,853,1274,1652],"usedEvents":[241,248]}],"src":"133:6055:15"}},"contracts/interfaces/IProxyAdmin2Step.sol":{"id":16,"ast":{"absolutePath":"contracts/interfaces/IProxyAdmin2Step.sol","exportedSymbols":{"IProxyAdmin2Step":[1765]},"id":1766,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1760,"literals":["solidity","^","0.8",".22"],"nodeType":"PragmaDirective","src":"32:24:16"},{"abstract":false,"baseContracts":[],"canonicalName":"IProxyAdmin2Step","contractDependencies":[],"contractKind":"interface","documentation":{"id":1761,"nodeType":"StructuredDocumentation","src":"58:154:16","text":" @title IProxyAdmin2Step\n @author LayerZero Labs (tinom.eth)\n @custom:version 1.0.0\n @notice Interface for the `ProxyAdmin2Step` contract."},"fullyImplemented":true,"id":1765,"linearizedBaseContracts":[1765],"name":"IProxyAdmin2Step","nameLocation":"223:16:16","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":1762,"nodeType":"StructuredDocumentation","src":"246:68:16","text":" @notice Thrown when trying to renounce ownership."},"errorSelector":"77aeb0ad","id":1764,"name":"CannotRenounceOwnership","nameLocation":"325:23:16","nodeType":"ErrorDefinition","parameters":{"id":1763,"nodeType":"ParameterList","parameters":[],"src":"348:2:16"},"src":"319:32:16"}],"scope":1766,"src":"213:140:16","usedErrors":[1764],"usedEvents":[]}],"src":"32:322:16"}}},"contracts":{"@openzeppelin/contracts/access/Ownable.sol":{"Ownable":{"abi":[{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"storageLayout":{"storage":[{"astId":8,"contract":"@openzeppelin/contracts/access/Ownable.sol:Ownable","label":"_owner","offset":0,"slot":"0","type":"t_address"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"}}},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. The initial owner is set to the address provided by the deployer. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.\",\"errors\":{\"OwnableInvalidOwner(address)\":[{\"details\":\"The owner is not a valid owner account. (eg. `address(0)`)\"}],\"OwnableUnauthorizedAccount(address)\":[{\"details\":\"The caller account is not authorized to perform an operation.\"}]},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"details\":\"Initializes the contract setting the address provided by the deployer as the initial owner.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/access/Ownable.sol\":\"Ownable\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6\",\"dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]}},\"version\":1}","devdoc":{"details":"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. The initial owner is set to the address provided by the deployer. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.","errors":{"OwnableInvalidOwner(address)":[{"details":"The owner is not a valid owner account. (eg. `address(0)`)"}],"OwnableUnauthorizedAccount(address)":[{"details":"The caller account is not authorized to perform an operation."}]},"kind":"dev","methods":{"constructor":{"details":"Initializes the contract setting the address provided by the deployer as the initial owner."},"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"evm":{"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null}},"@openzeppelin/contracts/access/Ownable2Step.sol":{"Ownable2Step":{"abi":[{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"storageLayout":{"storage":[{"astId":8,"contract":"@openzeppelin/contracts/access/Ownable2Step.sol:Ownable2Step","label":"_owner","offset":0,"slot":"0","type":"t_address"},{"astId":156,"contract":"@openzeppelin/contracts/access/Ownable2Step.sol:Ownable2Step","label":"_pendingOwner","offset":0,"slot":"1","type":"t_address"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"}}},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. This extension of the {Ownable} contract includes a two-step mechanism to transfer ownership, where the new owner must call {acceptOwnership} in order to replace the old one. This can help prevent common mistakes, such as transfers of ownership to incorrect accounts, or to contracts that are unable to interact with the permission system. The initial owner is specified at deployment time in the constructor for `Ownable`. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).\",\"errors\":{\"OwnableInvalidOwner(address)\":[{\"details\":\"The owner is not a valid owner account. (eg. `address(0)`)\"}],\"OwnableUnauthorizedAccount(address)\":[{\"details\":\"The caller account is not authorized to perform an operation.\"}]},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner. Setting `newOwner` to the zero address is allowed; this can be used to cancel an initiated ownership transfer.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/access/Ownable2Step.sol\":\"Ownable2Step\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6\",\"dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a\"]},\"@openzeppelin/contracts/access/Ownable2Step.sol\":{\"keccak256\":\"0xdcad8898fda432696597752e8ec361b87d85c82cb258115427af006dacf7128c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e2c9d517f0c136d54bd00cd57959d25681d4d6273f5bbbc263afe228303772f0\",\"dweb:/ipfs/QmReNFjXBiufByiAAzfSQ2SM5r3qeUErn46BmN3yVRvrek\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]}},\"version\":1}","devdoc":{"details":"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. This extension of the {Ownable} contract includes a two-step mechanism to transfer ownership, where the new owner must call {acceptOwnership} in order to replace the old one. This can help prevent common mistakes, such as transfers of ownership to incorrect accounts, or to contracts that are unable to interact with the permission system. The initial owner is specified at deployment time in the constructor for `Ownable`. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).","errors":{"OwnableInvalidOwner(address)":[{"details":"The owner is not a valid owner account. (eg. `address(0)`)"}],"OwnableUnauthorizedAccount(address)":[{"details":"The caller account is not authorized to perform an operation."}]},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner. Setting `newOwner` to the zero address is allowed; this can be used to cancel an initiated ownership transfer."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"evm":{"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null}},"@openzeppelin/contracts/interfaces/IERC1967.sol":{"IERC1967":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beacon","type":"address"}],"name":"BeaconUpgraded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"}],"storageLayout":{"storage":[],"types":null},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"previousAdmin\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"AdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"beacon\",\"type\":\"address\"}],\"name\":\"BeaconUpgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"}],\"devdoc\":{\"details\":\"ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.\",\"events\":{\"AdminChanged(address,address)\":{\"details\":\"Emitted when the admin account has changed.\"},\"BeaconUpgraded(address)\":{\"details\":\"Emitted when the beacon is changed.\"},\"Upgraded(address)\":{\"details\":\"Emitted when the implementation is upgraded.\"}},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/interfaces/IERC1967.sol\":\"IERC1967\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/interfaces/IERC1967.sol\":{\"keccak256\":\"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c\",\"dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz\"]}},\"version\":1}","devdoc":{"details":"ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.","events":{"AdminChanged(address,address)":{"details":"Emitted when the admin account has changed."},"BeaconUpgraded(address)":{"details":"Emitted when the beacon is changed."},"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"evm":{},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null}},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"ERC1967Proxy":{"abi":[{"inputs":[{"internalType":"address","name":"implementation","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"},{"inputs":[],"name":"ERC1967ProxyUninitialized","type":"error"},{"inputs":[],"name":"FailedCall","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"}],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"implementation","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"},{"inputs":[],"name":"ERC1967ProxyUninitialized","type":"error"},{"inputs":[],"name":"FailedCall","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"}],"devdoc":{"details":"This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an implementation address that can be changed. This address is stored in storage in the location specified by https://eips.ethereum.org/EIPS/eip-1967[ERC-1967], so that it doesn't conflict with the storage layout of the implementation behind the proxy.","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}],"ERC1967ProxyUninitialized()":[{"details":"The proxy is left uninitialized."}],"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}]},"events":{"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{"constructor":{"details":"Initializes the upgradeable proxy with an initial implementation specified by `implementation`. Provided `_data` is passed in a delegate call to `implementation`. This will typically be an encoded function call, and allows initializing the storage of the proxy like a Solidity constructor. By default construction will fail if `_data` is empty. This behavior can be overridden using a custom {_unsafeAllowUninitialized} that returns true. In that case, empty `_data` is ignored and no delegate call to the implementation is performed during construction. Requirements: - If `data` is empty, `msg.value` must be zero."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":"ERC1967Proxy"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5","license":"MIT","urls":["bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c","dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"keccak256":"0x0ba33f46520b83144086db1c93072c12228edc7cc70a9edd09b530f5a40ce440","license":"MIT","urls":["bzz-raw://9e924fb7d3a76f56a468886039b1288335a3cd4284a325360cba229eda1e5568","dweb:/ipfs/Qmcv6vSGaqgGYoSSGCExEhmFL9iwt6oWQuMDb9vJe9vQFC"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0x3d8b816f00b4cabe9a9fb7e84908ef785d6e5b0ef988bcd3c52fe811b4559686","license":"MIT","urls":["bzz-raw://1e41440b371ccf99aa64903f055a5aa2419bf5b9dde0cb6a89f49b1317881dce","dweb:/ipfs/QmQY4wtjmo75SvystNQwsNLXix2PHTduvJXkPK5qyu7Niz"]},"@openzeppelin/contracts/proxy/Proxy.sol":{"keccak256":"0x80935e4fae2c414f4e7789e13a820d06901182a5733ab006f8d68b5b09db993f","license":"MIT","urls":["bzz-raw://752d991d6ca1087587b48103bc623f74888054f58581ff29166d90889c4765c5","dweb:/ipfs/QmRBsa6K2ChKxVWYY54YiyYhDBPbmY5HyKCtij5LoWh56o"]},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b","license":"MIT","urls":["bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d","dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye"]},"@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346","license":"MIT","urls":["bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710","dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d"]},"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]},"@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","license":"MIT","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an implementation address that can be changed. This address is stored in storage in the location specified by https://eips.ethereum.org/EIPS/eip-1967[ERC-1967], so that it doesn't conflict with the storage layout of the implementation behind the proxy.","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}],"ERC1967ProxyUninitialized()":[{"details":"The proxy is left uninitialized."}],"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}]},"events":{"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{"constructor":{"details":"Initializes the upgradeable proxy with an initial implementation specified by `implementation`. Provided `_data` is passed in a delegate call to `implementation`. This will typically be an encoded function call, and allows initializing the storage of the proxy like a Solidity constructor. By default construction will fail if `_data` is empty. This behavior can be overridden using a custom {_unsafeAllowUninitialized} that returns true. In that case, empty `_data` is ignored and no delegate call to the implementation is performed during construction. Requirements: - If `data` is empty, `msg.value` must be zero."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"000200000000000200040000000000020000006004100270000000610340019700010000003103550000001f0540018f00000062044001970000000100200190000000480000c13d0000008002000039000000400020043f0000006b02000041000000000202041a000000000004004b000000150000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000047004b000000110000c13d0000006402200197000000000005004b000000230000613d000000000141034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000000003000414000000610030009c0000006103008041000000c003300210000000000113019f0180017b0000040f000100000001035500000060051002700000001f0450018f000000610050019d0000006203500198000000360000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000037004b000000320000c13d0000006105500197000000000004004b000000440000613d000000000131034f0000000304400210000000000603043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000013043500000060015002100000000100200190000000d80000613d000001810001042e0000001f0230003900000063022001970000008002200039000000400020043f0000008002400039000000000004004b000000550000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b000000510000c13d000000000005004b000000620000613d000000000141034f0000000304500210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000003f0030008c000000670000a13d000000800900043d000000640090009c000000690000a13d00000000010000190000018200010430000000a00200043d000000650020009c000000670000213d00000080033000390000009f01200039000000000031004b000000670000813d00000080012000390000000001010433000000660010009c0000007a0000413d0000007701000041000000000010043f0000004101000039000000040010043f000000720100004100000182000104300000001f0410003900000067044001970000003f044000390000006804400197000000400a00043d00000000044a00190000000000a4004b00000000050000390000000105004039000000650040009c000000740000213d0000000100500190000000740000c13d000000400040043f000000000b1a0436000000a0022000390000000004120019000000000034004b000000670000213d00000078041001970000001f0310018f0000000000b2004b000000a10000813d000000000004004b0000009d0000613d000000000632001900000000053b0019000000200550008a000000200660008a0000000007450019000000000846001900000000080804330000000000870435000000200440008c000000970000c13d000000000003004b000000b70000613d00000000050b0019000000ad0000013d00000000054b0019000000000004004b000000aa0000613d000000000602001900000000070b001900000000680604340000000007870436000000000057004b000000a60000c13d000000000003004b000000b70000613d00000000024200190000000303300210000000000405043300000000043401cf000000000434022f00000000020204330000010003300089000000000232022f00000000023201cf000000000242019f000000000025043500000000011b0019000000000001043500000000010a0433000000000001004b000000c00000c13d0000007601000041000000000010043f0000007001000041000001820001043000020000000b001d00030000000a001d0000006901000041000000000010044300000004009004430000000001000414000000610010009c0000006101008041000000c0011002100000006a011001c70000800202000039000400000009001d018001760000040f0000000100200190000001260000613d00000004060000290000006405600197000000000101043b000000000001004b000000d90000c13d0000007501000041000000000010043f000000040050043f000000720100004100000182000104300000006b01000041000000000201041a0000006c02200197000000000262019f000000000021041b0000000001000414000000610010009c0000006101008041000000c0011002100000006d011001c70000800d0200003900000002030000390000006e04000041000100000005001d018001710000040f0000000403000029000000010020019000000003020000290000000204000029000000670000613d0000000001020433000000000001004b000000f70000c13d0000000001000416000000000001004b0000014d0000613d0000007301000041000000000010043f00000070010000410000018200010430000000610040009c000000610400804100000040014002100000000004000415000200000004001d0000000002020433000000610020009c00000061020080410000006002200210000000000112019f0000000002000414000000610020009c0000006102008041000000c002200210000000000121019f00000000020300190180017b0000040f0000006003100270000000610030019d000000610330019700010000000103550000000100200190000001270000613d000000000003004b0000012d0000c13d00000069010000410000000000100443000000040100002900000004001004430000000001000414000000610010009c0000006101008041000000c0011002100000006a011001c70000800202000039018001760000040f0000000100200190000001260000613d000000000101043b000000000001004b0000012d0000c13d0000007101000041000000000010043f0000000101000029000000040010043f00000072010000410000018200010430000000000001042f000000000003004b000001520000c13d0000006f01000041000000000010043f000000700100004100000182000104300000000001000031000000400200043d000000000212043600000078041001980000001f0510018f000000000342001900000001060003670000013b0000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000001370000c13d000000000005004b000001480000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000020110006900000000010000020000002001000039000001000010044300000120000004430000007401000041000001810001042e0000001f0530018f0000006206300198000000400200043d00000000046200190000015d0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000001590000c13d000000000005004b0000016a0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000000610020009c00000061020080410000004002200210000000000112019f0000018200010430000000000001042f00000174002104210000000102000039000000000001042d0000000002000019000000000001042d00000179002104230000000102000039000000000001042d0000000002000019000000000001042d0000017e002104250000000102000039000000000001042d0000000002000019000000000001042d0000018000000432000001810001042e0000018200010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000000ffffffe000000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3bd6bda2750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000009996b315000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000b398979f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000400000010000000000000000004c9c8ce300000000000000000000000000000000000000000000000000000000c28a273c000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a26469706673582212207def3c83348d65c47145da1e4b6416f250730d1e9bbb4ce147dc70ba438dfd8864736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"000200000000000200040000000000020000006004100270000000610340019700010000003103550000001f0540018f00000062044001970000000100200190000000480000c13d0000008002000039000000400020043f0000006b02000041000000000202041a000000000004004b000000150000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000047004b000000110000c13d0000006402200197000000000005004b000000230000613d000000000141034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000000003000414000000610030009c0000006103008041000000c003300210000000000113019f0180017b0000040f000100000001035500000060051002700000001f0450018f000000610050019d0000006203500198000000360000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000037004b000000320000c13d0000006105500197000000000004004b000000440000613d000000000131034f0000000304400210000000000603043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000013043500000060015002100000000100200190000000d80000613d000001810001042e0000001f0230003900000063022001970000008002200039000000400020043f0000008002400039000000000004004b000000550000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b000000510000c13d000000000005004b000000620000613d000000000141034f0000000304500210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000003f0030008c000000670000a13d000000800900043d000000640090009c000000690000a13d00000000010000190000018200010430000000a00200043d000000650020009c000000670000213d00000080033000390000009f01200039000000000031004b000000670000813d00000080012000390000000001010433000000660010009c0000007a0000413d0000007701000041000000000010043f0000004101000039000000040010043f000000720100004100000182000104300000001f0410003900000067044001970000003f044000390000006804400197000000400a00043d00000000044a00190000000000a4004b00000000050000390000000105004039000000650040009c000000740000213d0000000100500190000000740000c13d000000400040043f000000000b1a0436000000a0022000390000000004120019000000000034004b000000670000213d00000078041001970000001f0310018f0000000000b2004b000000a10000813d000000000004004b0000009d0000613d000000000632001900000000053b0019000000200550008a000000200660008a0000000007450019000000000846001900000000080804330000000000870435000000200440008c000000970000c13d000000000003004b000000b70000613d00000000050b0019000000ad0000013d00000000054b0019000000000004004b000000aa0000613d000000000602001900000000070b001900000000680604340000000007870436000000000057004b000000a60000c13d000000000003004b000000b70000613d00000000024200190000000303300210000000000405043300000000043401cf000000000434022f00000000020204330000010003300089000000000232022f00000000023201cf000000000242019f000000000025043500000000011b0019000000000001043500000000010a0433000000000001004b000000c00000c13d0000007601000041000000000010043f0000007001000041000001820001043000020000000b001d00030000000a001d0000006901000041000000000010044300000004009004430000000001000414000000610010009c0000006101008041000000c0011002100000006a011001c70000800202000039000400000009001d018001760000040f0000000100200190000001260000613d00000004060000290000006405600197000000000101043b000000000001004b000000d90000c13d0000007501000041000000000010043f000000040050043f000000720100004100000182000104300000006b01000041000000000201041a0000006c02200197000000000262019f000000000021041b0000000001000414000000610010009c0000006101008041000000c0011002100000006d011001c70000800d0200003900000002030000390000006e04000041000100000005001d018001710000040f0000000403000029000000010020019000000003020000290000000204000029000000670000613d0000000001020433000000000001004b000000f70000c13d0000000001000416000000000001004b0000014d0000613d0000007301000041000000000010043f00000070010000410000018200010430000000610040009c000000610400804100000040014002100000000004000415000200000004001d0000000002020433000000610020009c00000061020080410000006002200210000000000112019f0000000002000414000000610020009c0000006102008041000000c002200210000000000121019f00000000020300190180017b0000040f0000006003100270000000610030019d000000610330019700010000000103550000000100200190000001270000613d000000000003004b0000012d0000c13d00000069010000410000000000100443000000040100002900000004001004430000000001000414000000610010009c0000006101008041000000c0011002100000006a011001c70000800202000039018001760000040f0000000100200190000001260000613d000000000101043b000000000001004b0000012d0000c13d0000007101000041000000000010043f0000000101000029000000040010043f00000072010000410000018200010430000000000001042f000000000003004b000001520000c13d0000006f01000041000000000010043f000000700100004100000182000104300000000001000031000000400200043d000000000212043600000078041001980000001f0510018f000000000342001900000001060003670000013b0000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000001370000c13d000000000005004b000001480000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000020110006900000000010000020000002001000039000001000010044300000120000004430000007401000041000001810001042e0000001f0530018f0000006206300198000000400200043d00000000046200190000015d0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000001590000c13d000000000005004b0000016a0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000000610020009c00000061020080410000004002200210000000000112019f0000018200010430000000000001042f00000174002104210000000102000039000000000001042d0000000002000019000000000001042d00000179002104230000000102000039000000000001042d0000000002000019000000000001042d0000017e002104250000000102000039000000000001042d0000000002000019000000000001042d0000018000000432000001810001042e0000018200010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000000ffffffe000000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3bd6bda2750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000009996b315000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000b398979f0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000400000010000000000000000004c9c8ce300000000000000000000000000000000000000000000000000000000c28a273c000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a26469706673582212207def3c83348d65c47145da1e4b6416f250730d1e9bbb4ce147dc70ba438dfd8864736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"0100007d5e97ee0e41c0cae4acb420cd7f0f8522c70a3b68a646f38e66486186","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"ERC1967Utils":{"abi":[{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"ERC1967InvalidAdmin","type":"error"},{"inputs":[{"internalType":"address","name":"beacon","type":"address"}],"name":"ERC1967InvalidBeacon","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"}],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"ERC1967InvalidAdmin","type":"error"},{"inputs":[{"internalType":"address","name":"beacon","type":"address"}],"name":"ERC1967InvalidBeacon","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"}],"devdoc":{"details":"This library provides getters and event emitting update functions for https://eips.ethereum.org/EIPS/eip-1967[ERC-1967] slots.","errors":{"ERC1967InvalidAdmin(address)":[{"details":"The `admin` of the proxy is invalid."}],"ERC1967InvalidBeacon(address)":[{"details":"The `beacon` of the proxy is invalid."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}]},"kind":"dev","methods":{},"stateVariables":{"ADMIN_SLOT":{"details":"Storage slot with the admin of the contract. This is the keccak-256 hash of \"eip1967.proxy.admin\" subtracted by 1."},"BEACON_SLOT":{"details":"The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy. This is the keccak-256 hash of \"eip1967.proxy.beacon\" subtracted by 1."},"IMPLEMENTATION_SLOT":{"details":"Storage slot with the address of the current implementation. This is the keccak-256 hash of \"eip1967.proxy.implementation\" subtracted by 1."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":"ERC1967Utils"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5","license":"MIT","urls":["bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c","dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0x3d8b816f00b4cabe9a9fb7e84908ef785d6e5b0ef988bcd3c52fe811b4559686","license":"MIT","urls":["bzz-raw://1e41440b371ccf99aa64903f055a5aa2419bf5b9dde0cb6a89f49b1317881dce","dweb:/ipfs/QmQY4wtjmo75SvystNQwsNLXix2PHTduvJXkPK5qyu7Niz"]},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b","license":"MIT","urls":["bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d","dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye"]},"@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346","license":"MIT","urls":["bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710","dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d"]},"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]},"@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","license":"MIT","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"This library provides getters and event emitting update functions for https://eips.ethereum.org/EIPS/eip-1967[ERC-1967] slots.","errors":{"ERC1967InvalidAdmin(address)":[{"details":"The `admin` of the proxy is invalid."}],"ERC1967InvalidBeacon(address)":[{"details":"The `beacon` of the proxy is invalid."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}]},"kind":"dev","methods":{},"stateVariables":{"ADMIN_SLOT":{"details":"Storage slot with the admin of the contract. This is the keccak-256 hash of \"eip1967.proxy.admin\" subtracted by 1."},"BEACON_SLOT":{"details":"The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy. This is the keccak-256 hash of \"eip1967.proxy.beacon\" subtracted by 1."},"IMPLEMENTATION_SLOT":{"details":"Storage slot with the address of the current implementation. This is the keccak-256 hash of \"eip1967.proxy.implementation\" subtracted by 1."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220ff5208364f89a1a6843d06f4becb4c3d2316ca9499d59e53005d1e5f7a7ae34b64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220ff5208364f89a1a6843d06f4becb4c3d2316ca9499d59e53005d1e5f7a7ae34b64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"0100000b22d972905f4f5a969500df7cce40173966b8e65edb45b7b34c730572","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"@openzeppelin/contracts/proxy/Proxy.sol":{"Proxy":{"abi":[{"stateMutability":"payable","type":"fallback"}],"storageLayout":{"storage":[],"types":null},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"}],\"devdoc\":{\"details\":\"This abstract contract provides a fallback function that delegates all calls to another contract using the EVM instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to be specified by overriding the virtual {_implementation} function. Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a different contract through the {_delegate} function. The success and return data of the delegated call will be returned back to the caller of the proxy.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":\"Proxy\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x80935e4fae2c414f4e7789e13a820d06901182a5733ab006f8d68b5b09db993f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://752d991d6ca1087587b48103bc623f74888054f58581ff29166d90889c4765c5\",\"dweb:/ipfs/QmRBsa6K2ChKxVWYY54YiyYhDBPbmY5HyKCtij5LoWh56o\"]}},\"version\":1}","devdoc":{"details":"This abstract contract provides a fallback function that delegates all calls to another contract using the EVM instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to be specified by overriding the virtual {_implementation} function. Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a different contract through the {_delegate} function. The success and return data of the delegated call will be returned back to the caller of the proxy.","kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"evm":{},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null}},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"IBeacon":{"abi":[{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}],"storageLayout":{"storage":[],"types":null},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"implementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This is the interface that {BeaconProxy} expects of its beacon.\",\"kind\":\"dev\",\"methods\":{\"implementation()\":{\"details\":\"Must return an address that can be used as a delegate call target. {UpgradeableBeacon} will check that this address is a contract.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/proxy/beacon/IBeacon.sol\":\"IBeacon\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/beacon/IBeacon.sol\":{\"keccak256\":\"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d\",\"dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye\"]}},\"version\":1}","devdoc":{"details":"This is the interface that {BeaconProxy} expects of its beacon.","kind":"dev","methods":{"implementation()":{"details":"Must return an address that can be used as a delegate call target. {UpgradeableBeacon} will check that this address is a contract."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"evm":{"methodIdentifiers":{"implementation()":"5c60da1b"}},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null}},"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":{"ProxyAdmin":{"abi":[{"inputs":[{"internalType":"address","name":"initialOwner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"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":"UPGRADE_INTERFACE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract ITransparentUpgradeableProxy","name":"proxy","type":"address"},{"internalType":"address","name":"implementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"upgradeAndCall","outputs":[],"stateMutability":"payable","type":"function"}],"storageLayout":{"storage":[{"astId":8,"contract":"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol:ProxyAdmin","label":"_owner","offset":0,"slot":"0","type":"t_address"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"}}},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"initialOwner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"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":"UPGRADE_INTERFACE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract ITransparentUpgradeableProxy","name":"proxy","type":"address"},{"internalType":"address","name":"implementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"upgradeAndCall","outputs":[],"stateMutability":"payable","type":"function"}],"devdoc":{"details":"This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}.","errors":{"OwnableInvalidOwner(address)":[{"details":"The owner is not a valid owner account. (eg. `address(0)`)"}],"OwnableUnauthorizedAccount(address)":[{"details":"The caller account is not authorized to perform an operation."}]},"kind":"dev","methods":{"constructor":{"details":"Sets the initial owner who can perform upgrades."},"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."},"upgradeAndCall(address,address,bytes)":{"details":"Upgrades `proxy` to `implementation` and calls a function on the new implementation. See {TransparentUpgradeableProxy-_dispatchUpgradeToAndCall}. Requirements: - This contract must be the admin of `proxy`. - If `data` is empty, `msg.value` must be zero."}},"stateVariables":{"UPGRADE_INTERFACE_VERSION":{"details":"The version of the upgrade interface of the contract. If this getter is missing, both `upgrade(address,address)` and `upgradeAndCall(address,address,bytes)` are present, and `upgrade` must be used if no function should be called, while `upgradeAndCall` will invoke the `receive` function if the third argument is the empty byte string. If the getter returns `\"5.0.0\"`, only `upgradeAndCall(address,address,bytes)` is present, and the third argument must be the empty byte string if no function should be called, making it impossible to invoke the `receive` function during an upgrade."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":"ProxyAdmin"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/access/Ownable.sol":{"keccak256":"0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb","license":"MIT","urls":["bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6","dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a"]},"@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5","license":"MIT","urls":["bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c","dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"keccak256":"0x0ba33f46520b83144086db1c93072c12228edc7cc70a9edd09b530f5a40ce440","license":"MIT","urls":["bzz-raw://9e924fb7d3a76f56a468886039b1288335a3cd4284a325360cba229eda1e5568","dweb:/ipfs/Qmcv6vSGaqgGYoSSGCExEhmFL9iwt6oWQuMDb9vJe9vQFC"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0x3d8b816f00b4cabe9a9fb7e84908ef785d6e5b0ef988bcd3c52fe811b4559686","license":"MIT","urls":["bzz-raw://1e41440b371ccf99aa64903f055a5aa2419bf5b9dde0cb6a89f49b1317881dce","dweb:/ipfs/QmQY4wtjmo75SvystNQwsNLXix2PHTduvJXkPK5qyu7Niz"]},"@openzeppelin/contracts/proxy/Proxy.sol":{"keccak256":"0x80935e4fae2c414f4e7789e13a820d06901182a5733ab006f8d68b5b09db993f","license":"MIT","urls":["bzz-raw://752d991d6ca1087587b48103bc623f74888054f58581ff29166d90889c4765c5","dweb:/ipfs/QmRBsa6K2ChKxVWYY54YiyYhDBPbmY5HyKCtij5LoWh56o"]},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b","license":"MIT","urls":["bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d","dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye"]},"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":{"keccak256":"0x46f86003755f50eff00a7c5aaf493ae62e024142b8aec4493a313851d3c14872","license":"MIT","urls":["bzz-raw://462c770cb667cc75ab22df5a29c50873b24b267274edf87ac5cfe0112bf4c3f7","dweb:/ipfs/QmTfKk32AkQ2yyYZCYJ44V69EM5t9ryBFC6bRF7FVMHXvj"]},"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":{"keccak256":"0xdf97190b9e4cb6e9dba52bd6d1d02aa8be0e1fd1bbabc1cdcfd1486ac41d45bd","license":"MIT","urls":["bzz-raw://ffc1631dcbb282c41a875d09e61a4cd87a7e5a00da01218b79c7ed6e5ad9af08","dweb:/ipfs/Qma1Q6a6ruAQQiJD4AfrHK3nQC32mWuxgRbYb1J5KhTkVJ"]},"@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346","license":"MIT","urls":["bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710","dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d"]},"@openzeppelin/contracts/utils/Context.sol":{"keccak256":"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2","license":"MIT","urls":["bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12","dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF"]},"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]},"@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","license":"MIT","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}.","errors":{"OwnableInvalidOwner(address)":[{"details":"The owner is not a valid owner account. (eg. `address(0)`)"}],"OwnableUnauthorizedAccount(address)":[{"details":"The caller account is not authorized to perform an operation."}]},"kind":"dev","methods":{"constructor":{"details":"Sets the initial owner who can perform upgrades."},"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."},"upgradeAndCall(address,address,bytes)":{"details":"Upgrades `proxy` to `implementation` and calls a function on the new implementation. See {TransparentUpgradeableProxy-_dispatchUpgradeToAndCall}. Requirements: - This contract must be the admin of `proxy`. - If `data` is empty, `msg.value` must be zero."}},"stateVariables":{"UPGRADE_INTERFACE_VERSION":{"details":"The version of the upgrade interface of the contract. If this getter is missing, both `upgrade(address,address)` and `upgradeAndCall(address,address,bytes)` are present, and `upgrade` must be used if no function should be called, while `upgradeAndCall` will invoke the `receive` function if the third argument is the empty byte string. If the getter returns `\"5.0.0\"`, only `upgradeAndCall(address,address,bytes)` is present, and the third argument must be the empty byte string if no function should be called, making it impossible to invoke the `receive` function during an upgrade."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"000200000000000200000060031002700000007a0330019700000001002001900000002f0000c13d0000008002000039000000400020043f000000040030008c000000df0000413d000000000201043b000000e002200270000000820020009c000000590000a13d000000830020009c000000650000613d000000840020009c000000850000613d000000850020009c000000df0000c13d0000000002000416000000000002004b000000df0000c13d000000240030008c000000df0000413d0000000401100370000000000101043b0000007d0010009c000000df0000213d000000000200041a0000007d052001970000000003000411000000000035004b000000d10000c13d0000007d06100198000000540000613d0000007e02200197000000000112019f000000000010041b00000000010004140000007a0010009c0000007a01008041000000c0011002100000007f011001c70000800d0200003900000003030000390000008004000041000000b20000013d0000000002000416000000000002004b000000df0000c13d0000001f023000390000007b022001970000008002200039000000400020043f0000001f0430018f0000007c053001980000008002500039000000400000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b0000003c0000c13d000000000004004b0000004d0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000df0000413d000000800100043d0000007d0010009c000000df0000213d0000007d06100198000000b70000c13d0000008a01000041000000000010043f000000040000043f0000008901000041000001e600010430000000860020009c0000009f0000613d000000870020009c000000df0000c13d0000000001000416000000000001004b000000df0000c13d000000000100041a0000007d01100197000000800010043f0000009401000041000001e50001042e000000640030008c000000df0000413d0000000402100370000000000202043b0000007d0020009c000000df0000213d0000002404100370000000000a04043b0000007d00a0009c000000df0000213d0000004404100370000000000504043b0000008c0050009c000000df0000213d0000002304500039000000000034004b000000df0000813d0000000406500039000000000461034f000000000404043b0000008d0040009c0000007f0000813d0000001f074000390000008e077001970000008f0070009c000000d60000a13d0000009301000041000000000010043f0000004101000039000000040010043f0000008901000041000001e6000104300000000001000416000000000001004b000000df0000c13d0000008001000039000000400200003901e401950000040f0000000501000039000000800010043f0000008b01000041000000a00010043f0000002001000039000000400200043d000200000002001d0000000002120436000000800100003901e401a70000040f000000020200002900000000012100490000007a0010009c0000007a0100804100000060011002100000007a0020009c0000007a020080410000004002200210000000000121019f000001e50001042e0000000001000416000000000001004b000000df0000c13d000000000100041a0000007d051001970000000002000411000000000025004b000000cc0000c13d0000007e01100197000000000010041b00000000010004140000007a0010009c0000007a01008041000000c0011002100000007f011001c70000800d0200003900000003030000390000008004000041000000000600001901e401da0000040f0000000100200190000000df0000613d0000000001000019000001e50001042e000000000200041a0000007e03200197000000000113019f000000000010041b00000000010004140000007a0010009c0000007a010080410000007d05200197000000c0011002100000007f011001c70000800d020000390000000303000039000000800400004101e401da0000040f0000000100200190000000df0000613d0000002001000039000001000010044300000120000004430000008101000041000001e50001042e0000008801000041000000000010043f000000040020043f0000008901000041000001e6000104300000008801000041000000000010043f000000040030043f0000008901000041000001e6000104300000003f077000390000008e077001970000008007700039000000400070043f000000800040043f00000000054500190000002405500039000000000035004b000000e10000a13d0000000001000019000001e6000104300000002003600039000000000331034f00000095054001980000001f0640018f000000a001500039000000ed0000613d000000a007000039000000000803034f000000008908043c0000000007970436000000000017004b000000e90000c13d000000000006004b000000fa0000613d000000000353034f0000000305600210000000000601043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000310435000000a0014000390000000000010435000000000100041a0000007d031001970000000001000411000000000013004b000001360000c13d00020000000a001d0000007d0220019700000090010000410000000000100443000100000002001d000000040020044300000000010004140000007a0010009c0000007a01008041000000c00110021000000091011001c7000080020200003901e401df0000040f00000001002001900000013b0000613d000000000101043b000000000001004b0000000201000029000000df0000613d0000007d01100197000000400500043d00000024025000390000004003000039000000000032043500000092020000410000000000250435000000040250003900000000001204350000004402500039000000800100043d000000000012043500000095041001970000001f0310018f000200000005001d0000006402500039000000a10020008c0000013c0000413d000000000004004b000001310000613d000000000632001900000080053001bf000000200660008a0000000007460019000000000845001900000000080804330000000000870435000000200440008c0000012b0000c13d000000000003004b000001520000613d000000a0040000390000000005020019000001480000013d0000008802000041000000000020043f000000040010043f0000008901000041000001e600010430000000000001042f0000000005420019000000000004004b000001450000613d000000a006000039000000000702001900000000680604340000000007870436000000000057004b000001410000c13d000000000003004b000001520000613d000000a0044000390000000303300210000000000605043300000000063601cf000000000636022f00000000040404330000010003300089000000000434022f00000000033401cf000000000363019f00000000003504350000001f0310003900000095033001970000000001210019000000000001043500000064013000390000007a0010009c0000007a01008041000000600110021000000002020000290000007a0020009c0000007a020080410000004002200210000000000121019f00000000020004140000007a0020009c0000007a02008041000000c002200210000000000112019f0000000003000416000000000003004b000001690000c13d00000001020000290000016d0000013d0000007f011001c700008009020000390000000104000029000000000500001901e401da0000040f0000000100200190000001750000613d0000000201000029000000000200001901e401950000040f0000000001000019000001e50001042e00000060061002700000001f0460018f0000007c05600198000000400200043d0000000003520019000001810000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000038004b0000017d0000c13d0000007a06600197000000000004004b0000018f0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f000000000013043500000060016002100000007a0020009c0000007a020080410000004002200210000000000121019f000001e6000104300000001f0220003900000095022001970000000001120019000000000021004b000000000200003900000001020040390000008c0010009c000001a10000213d0000000100200190000001a10000c13d000000400010043f000000000001042d0000009301000041000000000010043f0000004101000039000000040010043f0000008901000041000001e6000104300000000043010434000000000132043600000095063001970000001f0530018f000000000014004b000001bd0000813d000000000006004b000001b90000613d00000000085400190000000007510019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000001b30000c13d000000000005004b000001d30000613d0000000007010019000001c90000013d0000000007610019000000000006004b000001c60000613d00000000080400190000000009010019000000008a0804340000000009a90436000000000079004b000001c20000c13d000000000005004b000001d30000613d00000000046400190000000305500210000000000607043300000000065601cf000000000656022f00000000040404330000010005500089000000000454022f00000000045401cf000000000464019f0000000000470435000000000431001900000000000404350000001f0330003900000095023001970000000001210019000000000001042d000000000001042f000001dd002104210000000102000039000000000001042d0000000002000019000000000001042d000001e2002104230000000102000039000000000001042d0000000002000019000000000001042d000001e400000432000001e50001042e000001e600010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e00000000200000000000000000000000000000040000001000000000000000000000000000000000000000000000000000000000000000000000000009623609c000000000000000000000000000000000000000000000000000000009623609d00000000000000000000000000000000000000000000000000000000ad3cb1cc00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000008da5cb5b118cdaa70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000001e4fbdf700000000000000000000000000000000000000000000000000000000352e302e30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff401806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b8302000002000000000000000000000000000000240000000000000000000000004f1ef286000000000000000000000000000000000000000000000000000000004e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000a2646970667358221220e82c94d0a3500e73da1d0644849ed680b1b6a0077cff98429f4a518c5421db4e64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"000200000000000200000060031002700000007a0330019700000001002001900000002f0000c13d0000008002000039000000400020043f000000040030008c000000df0000413d000000000201043b000000e002200270000000820020009c000000590000a13d000000830020009c000000650000613d000000840020009c000000850000613d000000850020009c000000df0000c13d0000000002000416000000000002004b000000df0000c13d000000240030008c000000df0000413d0000000401100370000000000101043b0000007d0010009c000000df0000213d000000000200041a0000007d052001970000000003000411000000000035004b000000d10000c13d0000007d06100198000000540000613d0000007e02200197000000000112019f000000000010041b00000000010004140000007a0010009c0000007a01008041000000c0011002100000007f011001c70000800d0200003900000003030000390000008004000041000000b20000013d0000000002000416000000000002004b000000df0000c13d0000001f023000390000007b022001970000008002200039000000400020043f0000001f0430018f0000007c053001980000008002500039000000400000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b0000003c0000c13d000000000004004b0000004d0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000df0000413d000000800100043d0000007d0010009c000000df0000213d0000007d06100198000000b70000c13d0000008a01000041000000000010043f000000040000043f0000008901000041000001e600010430000000860020009c0000009f0000613d000000870020009c000000df0000c13d0000000001000416000000000001004b000000df0000c13d000000000100041a0000007d01100197000000800010043f0000009401000041000001e50001042e000000640030008c000000df0000413d0000000402100370000000000202043b0000007d0020009c000000df0000213d0000002404100370000000000a04043b0000007d00a0009c000000df0000213d0000004404100370000000000504043b0000008c0050009c000000df0000213d0000002304500039000000000034004b000000df0000813d0000000406500039000000000461034f000000000404043b0000008d0040009c0000007f0000813d0000001f074000390000008e077001970000008f0070009c000000d60000a13d0000009301000041000000000010043f0000004101000039000000040010043f0000008901000041000001e6000104300000000001000416000000000001004b000000df0000c13d0000008001000039000000400200003901e401950000040f0000000501000039000000800010043f0000008b01000041000000a00010043f0000002001000039000000400200043d000200000002001d0000000002120436000000800100003901e401a70000040f000000020200002900000000012100490000007a0010009c0000007a0100804100000060011002100000007a0020009c0000007a020080410000004002200210000000000121019f000001e50001042e0000000001000416000000000001004b000000df0000c13d000000000100041a0000007d051001970000000002000411000000000025004b000000cc0000c13d0000007e01100197000000000010041b00000000010004140000007a0010009c0000007a01008041000000c0011002100000007f011001c70000800d0200003900000003030000390000008004000041000000000600001901e401da0000040f0000000100200190000000df0000613d0000000001000019000001e50001042e000000000200041a0000007e03200197000000000113019f000000000010041b00000000010004140000007a0010009c0000007a010080410000007d05200197000000c0011002100000007f011001c70000800d020000390000000303000039000000800400004101e401da0000040f0000000100200190000000df0000613d0000002001000039000001000010044300000120000004430000008101000041000001e50001042e0000008801000041000000000010043f000000040020043f0000008901000041000001e6000104300000008801000041000000000010043f000000040030043f0000008901000041000001e6000104300000003f077000390000008e077001970000008007700039000000400070043f000000800040043f00000000054500190000002405500039000000000035004b000000e10000a13d0000000001000019000001e6000104300000002003600039000000000331034f00000095054001980000001f0640018f000000a001500039000000ed0000613d000000a007000039000000000803034f000000008908043c0000000007970436000000000017004b000000e90000c13d000000000006004b000000fa0000613d000000000353034f0000000305600210000000000601043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000310435000000a0014000390000000000010435000000000100041a0000007d031001970000000001000411000000000013004b000001360000c13d00020000000a001d0000007d0220019700000090010000410000000000100443000100000002001d000000040020044300000000010004140000007a0010009c0000007a01008041000000c00110021000000091011001c7000080020200003901e401df0000040f00000001002001900000013b0000613d000000000101043b000000000001004b0000000201000029000000df0000613d0000007d01100197000000400500043d00000024025000390000004003000039000000000032043500000092020000410000000000250435000000040250003900000000001204350000004402500039000000800100043d000000000012043500000095041001970000001f0310018f000200000005001d0000006402500039000000a10020008c0000013c0000413d000000000004004b000001310000613d000000000632001900000080053001bf000000200660008a0000000007460019000000000845001900000000080804330000000000870435000000200440008c0000012b0000c13d000000000003004b000001520000613d000000a0040000390000000005020019000001480000013d0000008802000041000000000020043f000000040010043f0000008901000041000001e600010430000000000001042f0000000005420019000000000004004b000001450000613d000000a006000039000000000702001900000000680604340000000007870436000000000057004b000001410000c13d000000000003004b000001520000613d000000a0044000390000000303300210000000000605043300000000063601cf000000000636022f00000000040404330000010003300089000000000434022f00000000033401cf000000000363019f00000000003504350000001f0310003900000095033001970000000001210019000000000001043500000064013000390000007a0010009c0000007a01008041000000600110021000000002020000290000007a0020009c0000007a020080410000004002200210000000000121019f00000000020004140000007a0020009c0000007a02008041000000c002200210000000000112019f0000000003000416000000000003004b000001690000c13d00000001020000290000016d0000013d0000007f011001c700008009020000390000000104000029000000000500001901e401da0000040f0000000100200190000001750000613d0000000201000029000000000200001901e401950000040f0000000001000019000001e50001042e00000060061002700000001f0460018f0000007c05600198000000400200043d0000000003520019000001810000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000038004b0000017d0000c13d0000007a06600197000000000004004b0000018f0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f000000000013043500000060016002100000007a0020009c0000007a020080410000004002200210000000000121019f000001e6000104300000001f0220003900000095022001970000000001120019000000000021004b000000000200003900000001020040390000008c0010009c000001a10000213d0000000100200190000001a10000c13d000000400010043f000000000001042d0000009301000041000000000010043f0000004101000039000000040010043f0000008901000041000001e6000104300000000043010434000000000132043600000095063001970000001f0530018f000000000014004b000001bd0000813d000000000006004b000001b90000613d00000000085400190000000007510019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000001b30000c13d000000000005004b000001d30000613d0000000007010019000001c90000013d0000000007610019000000000006004b000001c60000613d00000000080400190000000009010019000000008a0804340000000009a90436000000000079004b000001c20000c13d000000000005004b000001d30000613d00000000046400190000000305500210000000000607043300000000065601cf000000000656022f00000000040404330000010005500089000000000454022f00000000045401cf000000000464019f0000000000470435000000000431001900000000000404350000001f0330003900000095023001970000000001210019000000000001042d000000000001042f000001dd002104210000000102000039000000000001042d0000000002000019000000000001042d000001e2002104230000000102000039000000000001042d0000000002000019000000000001042d000001e400000432000001e50001042e000001e600010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e00000000200000000000000000000000000000040000001000000000000000000000000000000000000000000000000000000000000000000000000009623609c000000000000000000000000000000000000000000000000000000009623609d00000000000000000000000000000000000000000000000000000000ad3cb1cc00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000008da5cb5b118cdaa70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000001e4fbdf700000000000000000000000000000000000000000000000000000000352e302e30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff401806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b8302000002000000000000000000000000000000240000000000000000000000004f1ef286000000000000000000000000000000000000000000000000000000004e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000a2646970667358221220e82c94d0a3500e73da1d0644849ed680b1b6a0077cff98429f4a518c5421db4e64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"methodIdentifiers":{"UPGRADE_INTERFACE_VERSION()":"ad3cb1cc","owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b","upgradeAndCall(address,address,bytes)":"9623609d"}},"hash":"010000991558c774985964efc4e39ccc30ce62f4f80a77e40a473f81806799f3","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":{"ITransparentUpgradeableProxy":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beacon","type":"address"}],"name":"BeaconUpgraded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"upgradeToAndCall","outputs":[],"stateMutability":"payable","type":"function"}],"storageLayout":{"storage":[],"types":null},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"previousAdmin\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"AdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"beacon\",\"type\":\"address\"}],\"name\":\"BeaconUpgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"upgradeToAndCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for {TransparentUpgradeableProxy}. In order to implement transparency, {TransparentUpgradeableProxy} does not implement this interface directly, and its upgradeability mechanism is implemented by an internal dispatch mechanism. The compiler is unaware that these functions are implemented by {TransparentUpgradeableProxy} and will not include them in the ABI so this interface must be used to interact with it.\",\"events\":{\"AdminChanged(address,address)\":{\"details\":\"Emitted when the admin account has changed.\"},\"BeaconUpgraded(address)\":{\"details\":\"Emitted when the beacon is changed.\"},\"Upgraded(address)\":{\"details\":\"Emitted when the implementation is upgraded.\"}},\"kind\":\"dev\",\"methods\":{\"upgradeToAndCall(address,bytes)\":{\"details\":\"See {UUPSUpgradeable-upgradeToAndCall}\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol\":\"ITransparentUpgradeableProxy\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6\",\"dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a\"]},\"@openzeppelin/contracts/interfaces/IERC1967.sol\":{\"keccak256\":\"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c\",\"dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz\"]},\"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol\":{\"keccak256\":\"0x0ba33f46520b83144086db1c93072c12228edc7cc70a9edd09b530f5a40ce440\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9e924fb7d3a76f56a468886039b1288335a3cd4284a325360cba229eda1e5568\",\"dweb:/ipfs/Qmcv6vSGaqgGYoSSGCExEhmFL9iwt6oWQuMDb9vJe9vQFC\"]},\"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol\":{\"keccak256\":\"0x3d8b816f00b4cabe9a9fb7e84908ef785d6e5b0ef988bcd3c52fe811b4559686\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1e41440b371ccf99aa64903f055a5aa2419bf5b9dde0cb6a89f49b1317881dce\",\"dweb:/ipfs/QmQY4wtjmo75SvystNQwsNLXix2PHTduvJXkPK5qyu7Niz\"]},\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x80935e4fae2c414f4e7789e13a820d06901182a5733ab006f8d68b5b09db993f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://752d991d6ca1087587b48103bc623f74888054f58581ff29166d90889c4765c5\",\"dweb:/ipfs/QmRBsa6K2ChKxVWYY54YiyYhDBPbmY5HyKCtij5LoWh56o\"]},\"@openzeppelin/contracts/proxy/beacon/IBeacon.sol\":{\"keccak256\":\"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d\",\"dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye\"]},\"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol\":{\"keccak256\":\"0x46f86003755f50eff00a7c5aaf493ae62e024142b8aec4493a313851d3c14872\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://462c770cb667cc75ab22df5a29c50873b24b267274edf87ac5cfe0112bf4c3f7\",\"dweb:/ipfs/QmTfKk32AkQ2yyYZCYJ44V69EM5t9ryBFC6bRF7FVMHXvj\"]},\"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol\":{\"keccak256\":\"0xdf97190b9e4cb6e9dba52bd6d1d02aa8be0e1fd1bbabc1cdcfd1486ac41d45bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ffc1631dcbb282c41a875d09e61a4cd87a7e5a00da01218b79c7ed6e5ad9af08\",\"dweb:/ipfs/Qma1Q6a6ruAQQiJD4AfrHK3nQC32mWuxgRbYb1J5KhTkVJ\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710\",\"dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]},\"@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"@openzeppelin/contracts/utils/LowLevelCall.sol\":{\"keccak256\":\"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5\",\"dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]}},\"version\":1}","devdoc":{"details":"Interface for {TransparentUpgradeableProxy}. In order to implement transparency, {TransparentUpgradeableProxy} does not implement this interface directly, and its upgradeability mechanism is implemented by an internal dispatch mechanism. The compiler is unaware that these functions are implemented by {TransparentUpgradeableProxy} and will not include them in the ABI so this interface must be used to interact with it.","events":{"AdminChanged(address,address)":{"details":"Emitted when the admin account has changed."},"BeaconUpgraded(address)":{"details":"Emitted when the beacon is changed."},"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{"upgradeToAndCall(address,bytes)":{"details":"See {UUPSUpgradeable-upgradeToAndCall}"}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"evm":{"methodIdentifiers":{"upgradeToAndCall(address,bytes)":"4f1ef286"}},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null},"TransparentUpgradeableProxy":{"abi":[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"address","name":"initialOwner","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"ERC1967InvalidAdmin","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"},{"inputs":[],"name":"ERC1967ProxyUninitialized","type":"error"},{"inputs":[],"name":"FailedCall","type":"error"},{"inputs":[],"name":"ProxyDeniedAdminAccess","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"}],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"address","name":"initialOwner","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"ERC1967InvalidAdmin","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"},{"inputs":[],"name":"ERC1967ProxyUninitialized","type":"error"},{"inputs":[],"name":"FailedCall","type":"error"},{"inputs":[],"name":"ProxyDeniedAdminAccess","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"}],"devdoc":{"details":"This contract implements a proxy that is upgradeable through an associated {ProxyAdmin} instance. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself. 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating the proxy admin cannot fallback to the target implementation. These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin} and allows upgrades only if they come through it. You should think of the `ProxyAdmin` instance as the administrative interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership. NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to fully implement transparency without decoding reverts caused by selector clashes between the proxy and the implementation. NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin} of this contract won't send a meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract. IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot is generally fine if the implementation is trusted. WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}],"ERC1967InvalidAdmin(address)":[{"details":"The `admin` of the proxy is invalid."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}],"ERC1967ProxyUninitialized()":[{"details":"The proxy is left uninitialized."}],"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}],"ProxyDeniedAdminAccess()":[{"details":"The proxy caller is the current admin, and can't fallback to the proxy target."}]},"events":{"AdminChanged(address,address)":{"details":"Emitted when the admin account has changed."},"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{"constructor":{"details":"Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin} with an `initialOwner`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":"TransparentUpgradeableProxy"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/access/Ownable.sol":{"keccak256":"0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb","license":"MIT","urls":["bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6","dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a"]},"@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5","license":"MIT","urls":["bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c","dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"keccak256":"0x0ba33f46520b83144086db1c93072c12228edc7cc70a9edd09b530f5a40ce440","license":"MIT","urls":["bzz-raw://9e924fb7d3a76f56a468886039b1288335a3cd4284a325360cba229eda1e5568","dweb:/ipfs/Qmcv6vSGaqgGYoSSGCExEhmFL9iwt6oWQuMDb9vJe9vQFC"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0x3d8b816f00b4cabe9a9fb7e84908ef785d6e5b0ef988bcd3c52fe811b4559686","license":"MIT","urls":["bzz-raw://1e41440b371ccf99aa64903f055a5aa2419bf5b9dde0cb6a89f49b1317881dce","dweb:/ipfs/QmQY4wtjmo75SvystNQwsNLXix2PHTduvJXkPK5qyu7Niz"]},"@openzeppelin/contracts/proxy/Proxy.sol":{"keccak256":"0x80935e4fae2c414f4e7789e13a820d06901182a5733ab006f8d68b5b09db993f","license":"MIT","urls":["bzz-raw://752d991d6ca1087587b48103bc623f74888054f58581ff29166d90889c4765c5","dweb:/ipfs/QmRBsa6K2ChKxVWYY54YiyYhDBPbmY5HyKCtij5LoWh56o"]},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b","license":"MIT","urls":["bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d","dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye"]},"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":{"keccak256":"0x46f86003755f50eff00a7c5aaf493ae62e024142b8aec4493a313851d3c14872","license":"MIT","urls":["bzz-raw://462c770cb667cc75ab22df5a29c50873b24b267274edf87ac5cfe0112bf4c3f7","dweb:/ipfs/QmTfKk32AkQ2yyYZCYJ44V69EM5t9ryBFC6bRF7FVMHXvj"]},"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":{"keccak256":"0xdf97190b9e4cb6e9dba52bd6d1d02aa8be0e1fd1bbabc1cdcfd1486ac41d45bd","license":"MIT","urls":["bzz-raw://ffc1631dcbb282c41a875d09e61a4cd87a7e5a00da01218b79c7ed6e5ad9af08","dweb:/ipfs/Qma1Q6a6ruAQQiJD4AfrHK3nQC32mWuxgRbYb1J5KhTkVJ"]},"@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346","license":"MIT","urls":["bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710","dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d"]},"@openzeppelin/contracts/utils/Context.sol":{"keccak256":"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2","license":"MIT","urls":["bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12","dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF"]},"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]},"@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","license":"MIT","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"This contract implements a proxy that is upgradeable through an associated {ProxyAdmin} instance. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself. 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating the proxy admin cannot fallback to the target implementation. These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin} and allows upgrades only if they come through it. You should think of the `ProxyAdmin` instance as the administrative interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership. NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to fully implement transparency without decoding reverts caused by selector clashes between the proxy and the implementation. NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin} of this contract won't send a meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract. IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot is generally fine if the implementation is trusted. WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}],"ERC1967InvalidAdmin(address)":[{"details":"The `admin` of the proxy is invalid."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}],"ERC1967ProxyUninitialized()":[{"details":"The proxy is left uninitialized."}],"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}],"ProxyDeniedAdminAccess()":[{"details":"The proxy caller is the current admin, and can't fallback to the proxy target."}]},"events":{"AdminChanged(address,address)":{"details":"Emitted when the admin account has changed."},"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{"constructor":{"details":"Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin} with an `initialOwner`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"000400000000000200050000000000020000006004100270000000bc0340019700030000003103550002000000010355000000bc0040019d0000000100200190000000960000c13d0000008001000039000000400010043f000000d70100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000d8011001c7000080050200003902e602dc0000040f00000001002001900000022d0000613d0000000203000367000000000101043b000000bf011001970000000002000411000000000012004b000000bb0000c13d000000000103043b000000d901100197000000da0010009c000000fc0000c13d00000000080004150000000002000031000000dc0020009c000000b90000213d000000440020008c000000b90000413d0000000401300370000000000a01043b000000bf00a0009c000000b90000213d0000002401300370000000000401043b000000c00040009c000000b90000213d0000002301400039000000000021004b000000b90000813d0000000405400039000000000153034f000000000101043b000000c00010009c0000010b0000213d0000001f06100039000000c2066001970000003f06600039000000c306600197000000400900043d0000000006690019000000000096004b00000000070000390000000107004039000000c00060009c0000010b0000213d00000001007001900000010b0000c13d000000400060043f000000000b19043600000000041400190000002404400039000000000024004b000000b90000213d000100000008001d0000002002500039000000000323034f000000e0041001980000001f0510018f00000000024b0019000000590000613d000000000603034f00000000070b0019000000006806043c0000000007870436000000000027004b000000550000c13d000400000009001d00030000000a001d000000bf06a00197000000000005004b000000690000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f000000000032043500020000000b001d00000000011b00190000000000010435000000c4010000410000000000100443000500000006001d00000004006004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000016a0000613d000000c601000041000000000201041a000000c70220019700000003022001af000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c904000041000000050500002902e602d70000040f000000010020019000000004020000290000000203000029000000b90000613d0000000001020433000000000001004b000002020000c13d0000000001000416000000000001004b0000018b0000c13d000002840000013d0000001f02300039000000bd02200197000000a002200039000000400020043f0000001f0430018f000000be05300198000000a002500039000000a40000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000a00000c13d000000000004004b000000b10000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000005f0030008c000000b90000a13d000000a00a00043d000000bf00a0009c000000b90000213d000000c00900043d000000bf0090009c000001000000a13d0000000001000019000002e8000104300000000001000031000000e0041001980000001f0510018f000000c602000041000000000202041a000000c70000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000047004b000000c30000c13d000000bf02200197000000000005004b000000d50000613d000000000343034f0000000305500210000000000604043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000340435000000bc0010009c000000bc0100804100000060011002100000000003000414000000bc0030009c000000bc03008041000000c003300210000000000113019f02e602e10000040f000300000001035500000060051002700000001f0450018f000100bc0050019d000000be03500198000000ea0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000037004b000000e60000c13d000000bc05500197000000000004004b000000f80000613d000000000131034f0000000304400210000000000603043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000013043500000060015002100000000100200190000002c70000613d000002e70001042e000000db01000041000000000010043f000000d601000041000002e800010430000000e00200043d000000c00020009c000000b90000213d000000a003300039000000bf01200039000000000031004b000000b90000813d000000a0012000390000000001010433000000c10010009c000001110000413d000000df01000041000000000010043f0000004101000039000000040010043f000000cb01000041000002e8000104300000001f04100039000000c2044001970000003f04400039000000c304400197000000400b00043d00000000044b00190000000000b4004b00000000050000390000000105004039000000c00040009c0000010b0000213d00000001005001900000010b0000c13d000000400040043f000000000c1b0436000000c0022000390000000004120019000000000034004b000000b90000213d000000e0041001970000001f0310018f0000000000c2004b000001380000813d000000000004004b000001340000613d000000000632001900000000053c0019000000200550008a000000200660008a0000000007450019000000000846001900000000080804330000000000870435000000200440008c0000012e0000c13d000000000003004b0000014e0000613d00000000050c0019000001440000013d00000000054c0019000000000004004b000001410000613d000000000602001900000000070c001900000000680604340000000007870436000000000057004b0000013d0000c13d000000000003004b0000014e0000613d00000000024200190000000303300210000000000405043300000000043401cf000000000434022f00000000020204330000010003300089000000000232022f00000000023201cf000000000242019f000000000025043500000000011c0019000000000001043500000000010b0433000000000001004b000001570000c13d000000d501000041000000000010043f000000d601000041000002e80001043000020000000c001d00030000000b001d000400000009001d000000c401000041000000000010044300050000000a001d0000000400a004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000001700000c13d000000d401000041000000000010043f0000000501000029000000040010043f000000cb01000041000002e800010430000000c601000041000000000201041a000000c7022001970000000505000029000000000252019f000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c90400004102e602d70000040f00000005040000290000000100200190000000040300002900000003020000290000000205000029000000b90000613d0000000001020433000000000001004b0000018f0000c13d0000000001000416000000000001004b000001d90000613d000000de01000041000000000010043f000000d601000041000002e800010430000000bc0050009c000000bc0500804100000040015002100000000003000415000200000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000000204001902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000022e0000613d000000000003004b000001b80000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000022b0000613d0000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000001c60000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000001c20000c13d000000000005004b000001d30000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000020110006900000000010000020000000403000029000000400100043d000000cc0010009c0000010b0000213d000000840210003900000000003204350000002402100039000000bb0300004100000000003204350000006402100039000000000300041400000020040000390000000000420435000000440210003900000060040000390000000000420435000000cd02000041000000000021043500000004021000390000000000020435000000bc0010009c000000bc010080410000004001100210000000bc0030009c000000bc03008041000000c002300210000000000112019f000000ce011001c7000080060200003902e602d70000040f0000000100200190000002420000613d000000000101043b000000000200003100000002030003670003000000230355000100000000003f000000000001004b000002a70000c13d000000000123034f0000000002000019000002460000013d000000bc0030009c000000bc0300804100000040013002100000000003000415000300000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000050200002902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000023c0000613d000000000003004b000002640000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000002640000c13d000000ca010000410000016b0000013d000000000001042f000000000003004b0000023e0000613d0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002370000c13d000002940000013d000000000003004b000002890000c13d000000dd01000041000000000010043f000000d601000041000002e80001043000030000000103550000006002100270000100bc0020019d000000bc022001970000001f0520018f000000be06200198000000400300043d0000000004630019000002510000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000048004b0000024d0000c13d000000000005004b0000025e0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001200210000000bc0030009c000000bc030080410000004002300210000000000112019f000002e8000104300000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000002720000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b0000026e0000c13d000000000005004b0000027f0000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000030110006900000000010000020000000001000415000000010110006900000000010000020000000001000019000002e70001042e0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002900000c13d000000000005004b000002a10000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000000bc0020009c000000bc020080410000004002200210000000000112019f000002e800010430000000bf03100197000000800030043f000000cf01000041000000000401041a000000400100043d0000002002100039000500000003001d0000000000320435000400000004001d000000bf024001970000000000210435000000bc0010009c000000bc0100804100000040011002100000000002000414000000bc0020009c000000bc02008041000000c002200210000000000112019f000000d0011001c70000800d020000390000000103000039000000d10400004102e602d70000040f0000000100200190000000b90000613d000000050000006b000002c80000c13d000000d301000041000000000010043f000000040000043f000000cb01000041000002e8000104300000000401000029000000c70110019700000005011001af000000cf02000041000000000012041b000000800100043d000001400000044300000160001004430000002001000039000001000010044300000001010000390000012000100443000000d201000041000002e70001042e000000000001042f000002da002104210000000102000039000000000001042d0000000002000019000000000001042d000002df002104230000000102000039000000000001042d0000000002000019000000000001042d000002e4002104250000000102000039000000000001042d0000000002000019000000000001042d000002e600000432000002e70001042e000002e800010430000000000000000000000000000000000000000000000000010000991558c774985964efc4e39ccc30ce62f4f80a77e40a473f81806799f300000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b9996b315000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7b9c4d535bdea7cd8a978f128b93471df48c7dbab89d703809115bdc118c235bfd02000000000000000000000000000000000000a4000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f000000020000000000000000000000000000008000000100000000000000000062e77ba2000000000000000000000000000000000000000000000000000000004c9c8ce300000000000000000000000000000000000000000000000000000000c28a273c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000004f1ef28600000000000000000000000000000000000000000000000000000000d2b576ec000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6bda27500000000000000000000000000000000000000000000000000000000b398979f000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220d90f0601f0c343f055d712f15d1f767e4aba765a51a47d0b06978ffdd30e15ba64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"000400000000000200050000000000020000006004100270000000bc0340019700030000003103550002000000010355000000bc0040019d0000000100200190000000960000c13d0000008001000039000000400010043f000000d70100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000d8011001c7000080050200003902e602dc0000040f00000001002001900000022d0000613d0000000203000367000000000101043b000000bf011001970000000002000411000000000012004b000000bb0000c13d000000000103043b000000d901100197000000da0010009c000000fc0000c13d00000000080004150000000002000031000000dc0020009c000000b90000213d000000440020008c000000b90000413d0000000401300370000000000a01043b000000bf00a0009c000000b90000213d0000002401300370000000000401043b000000c00040009c000000b90000213d0000002301400039000000000021004b000000b90000813d0000000405400039000000000153034f000000000101043b000000c00010009c0000010b0000213d0000001f06100039000000c2066001970000003f06600039000000c306600197000000400900043d0000000006690019000000000096004b00000000070000390000000107004039000000c00060009c0000010b0000213d00000001007001900000010b0000c13d000000400060043f000000000b19043600000000041400190000002404400039000000000024004b000000b90000213d000100000008001d0000002002500039000000000323034f000000e0041001980000001f0510018f00000000024b0019000000590000613d000000000603034f00000000070b0019000000006806043c0000000007870436000000000027004b000000550000c13d000400000009001d00030000000a001d000000bf06a00197000000000005004b000000690000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f000000000032043500020000000b001d00000000011b00190000000000010435000000c4010000410000000000100443000500000006001d00000004006004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000016a0000613d000000c601000041000000000201041a000000c70220019700000003022001af000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c904000041000000050500002902e602d70000040f000000010020019000000004020000290000000203000029000000b90000613d0000000001020433000000000001004b000002020000c13d0000000001000416000000000001004b0000018b0000c13d000002840000013d0000001f02300039000000bd02200197000000a002200039000000400020043f0000001f0430018f000000be05300198000000a002500039000000a40000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000a00000c13d000000000004004b000000b10000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000005f0030008c000000b90000a13d000000a00a00043d000000bf00a0009c000000b90000213d000000c00900043d000000bf0090009c000001000000a13d0000000001000019000002e8000104300000000001000031000000e0041001980000001f0510018f000000c602000041000000000202041a000000c70000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000047004b000000c30000c13d000000bf02200197000000000005004b000000d50000613d000000000343034f0000000305500210000000000604043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000340435000000bc0010009c000000bc0100804100000060011002100000000003000414000000bc0030009c000000bc03008041000000c003300210000000000113019f02e602e10000040f000300000001035500000060051002700000001f0450018f000100bc0050019d000000be03500198000000ea0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000037004b000000e60000c13d000000bc05500197000000000004004b000000f80000613d000000000131034f0000000304400210000000000603043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000013043500000060015002100000000100200190000002c70000613d000002e70001042e000000db01000041000000000010043f000000d601000041000002e800010430000000e00200043d000000c00020009c000000b90000213d000000a003300039000000bf01200039000000000031004b000000b90000813d000000a0012000390000000001010433000000c10010009c000001110000413d000000df01000041000000000010043f0000004101000039000000040010043f000000cb01000041000002e8000104300000001f04100039000000c2044001970000003f04400039000000c304400197000000400b00043d00000000044b00190000000000b4004b00000000050000390000000105004039000000c00040009c0000010b0000213d00000001005001900000010b0000c13d000000400040043f000000000c1b0436000000c0022000390000000004120019000000000034004b000000b90000213d000000e0041001970000001f0310018f0000000000c2004b000001380000813d000000000004004b000001340000613d000000000632001900000000053c0019000000200550008a000000200660008a0000000007450019000000000846001900000000080804330000000000870435000000200440008c0000012e0000c13d000000000003004b0000014e0000613d00000000050c0019000001440000013d00000000054c0019000000000004004b000001410000613d000000000602001900000000070c001900000000680604340000000007870436000000000057004b0000013d0000c13d000000000003004b0000014e0000613d00000000024200190000000303300210000000000405043300000000043401cf000000000434022f00000000020204330000010003300089000000000232022f00000000023201cf000000000242019f000000000025043500000000011c0019000000000001043500000000010b0433000000000001004b000001570000c13d000000d501000041000000000010043f000000d601000041000002e80001043000020000000c001d00030000000b001d000400000009001d000000c401000041000000000010044300050000000a001d0000000400a004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000001700000c13d000000d401000041000000000010043f0000000501000029000000040010043f000000cb01000041000002e800010430000000c601000041000000000201041a000000c7022001970000000505000029000000000252019f000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c90400004102e602d70000040f00000005040000290000000100200190000000040300002900000003020000290000000205000029000000b90000613d0000000001020433000000000001004b0000018f0000c13d0000000001000416000000000001004b000001d90000613d000000de01000041000000000010043f000000d601000041000002e800010430000000bc0050009c000000bc0500804100000040015002100000000003000415000200000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000000204001902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000022e0000613d000000000003004b000001b80000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000022b0000613d0000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000001c60000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000001c20000c13d000000000005004b000001d30000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000020110006900000000010000020000000403000029000000400100043d000000cc0010009c0000010b0000213d000000840210003900000000003204350000002402100039000000bb0300004100000000003204350000006402100039000000000300041400000020040000390000000000420435000000440210003900000060040000390000000000420435000000cd02000041000000000021043500000004021000390000000000020435000000bc0010009c000000bc010080410000004001100210000000bc0030009c000000bc03008041000000c002300210000000000112019f000000ce011001c7000080060200003902e602d70000040f0000000100200190000002420000613d000000000101043b000000000200003100000002030003670003000000230355000100000000003f000000000001004b000002a70000c13d000000000123034f0000000002000019000002460000013d000000bc0030009c000000bc0300804100000040013002100000000003000415000300000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000050200002902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000023c0000613d000000000003004b000002640000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000002640000c13d000000ca010000410000016b0000013d000000000001042f000000000003004b0000023e0000613d0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002370000c13d000002940000013d000000000003004b000002890000c13d000000dd01000041000000000010043f000000d601000041000002e80001043000030000000103550000006002100270000100bc0020019d000000bc022001970000001f0520018f000000be06200198000000400300043d0000000004630019000002510000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000048004b0000024d0000c13d000000000005004b0000025e0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001200210000000bc0030009c000000bc030080410000004002300210000000000112019f000002e8000104300000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000002720000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b0000026e0000c13d000000000005004b0000027f0000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000030110006900000000010000020000000001000415000000010110006900000000010000020000000001000019000002e70001042e0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002900000c13d000000000005004b000002a10000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000000bc0020009c000000bc020080410000004002200210000000000112019f000002e800010430000000bf03100197000000800030043f000000cf01000041000000000401041a000000400100043d0000002002100039000500000003001d0000000000320435000400000004001d000000bf024001970000000000210435000000bc0010009c000000bc0100804100000040011002100000000002000414000000bc0020009c000000bc02008041000000c002200210000000000112019f000000d0011001c70000800d020000390000000103000039000000d10400004102e602d70000040f0000000100200190000000b90000613d000000050000006b000002c80000c13d000000d301000041000000000010043f000000040000043f000000cb01000041000002e8000104300000000401000029000000c70110019700000005011001af000000cf02000041000000000012041b000000800100043d000001400000044300000160001004430000002001000039000001000010044300000001010000390000012000100443000000d201000041000002e70001042e000000000001042f000002da002104210000000102000039000000000001042d0000000002000019000000000001042d000002df002104230000000102000039000000000001042d0000000002000019000000000001042d000002e4002104250000000102000039000000000001042d0000000002000019000000000001042d000002e600000432000002e70001042e000002e800010430000000000000000000000000000000000000000000000000010000991558c774985964efc4e39ccc30ce62f4f80a77e40a473f81806799f300000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b9996b315000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7b9c4d535bdea7cd8a978f128b93471df48c7dbab89d703809115bdc118c235bfd02000000000000000000000000000000000000a4000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f000000020000000000000000000000000000008000000100000000000000000062e77ba2000000000000000000000000000000000000000000000000000000004c9c8ce300000000000000000000000000000000000000000000000000000000c28a273c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000004f1ef28600000000000000000000000000000000000000000000000000000000d2b576ec000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6bda27500000000000000000000000000000000000000000000000000000000b398979f000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220d90f0601f0c343f055d712f15d1f767e4aba765a51a47d0b06978ffdd30e15ba64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"010000e564289e4a0be84497dd62d2da4e038216388e63cd92afe3f21f9bc722","factoryDependenciesUnlinked":["@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol:ProxyAdmin"],"factoryDependencies":{"010000991558c774985964efc4e39ccc30ce62f4f80a77e40a473f81806799f3":"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol:ProxyAdmin"},"missingLibraries":[],"objectFormat":"raw"}},"@openzeppelin/contracts/utils/Address.sol":{"Address":{"abi":[{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"}],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"}],"devdoc":{"details":"Collection of functions related to the address type","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}]},"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/utils/Address.sol":"Address"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346","license":"MIT","urls":["bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710","dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d"]},"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"Collection of functions related to the address type","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}]},"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220a270c56433f1402d0ded662053105aaa93b8ce8c7d218e2f63bb6c58c74a324864736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220a270c56433f1402d0ded662053105aaa93b8ce8c7d218e2f63bb6c58c74a324864736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"0100000bc76ee1e23a60790f5c8d8e04af884a029063a8113d00202fd745e52a","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"@openzeppelin/contracts/utils/Context.sol":{"Context":{"abi":[],"storageLayout":{"storage":[],"types":null},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Context.sol\":\"Context\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]}},\"version\":1}","devdoc":{"details":"Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.","kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"evm":{},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null}},"@openzeppelin/contracts/utils/Errors.sol":{"Errors":{"abi":[{"inputs":[],"name":"FailedCall","type":"error"},{"inputs":[],"name":"FailedDeployment","type":"error"},{"inputs":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"InsufficientBalance","type":"error"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"MissingPrecompile","type":"error"}],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[],"name":"FailedCall","type":"error"},{"inputs":[],"name":"FailedDeployment","type":"error"},{"inputs":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"InsufficientBalance","type":"error"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"MissingPrecompile","type":"error"}],"devdoc":{"details":"Collection of common custom errors used in multiple contracts IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library. It is recommended to avoid relying on the error API for critical functionality. _Available since v5.1._","errors":{"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}],"FailedDeployment()":[{"details":"The deployment failed."}],"InsufficientBalance(uint256,uint256)":[{"details":"The ETH balance of the account is not enough to perform the operation."}],"MissingPrecompile(address)":[{"details":"A necessary precompile is missing."}]},"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/utils/Errors.sol":"Errors"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"Collection of common custom errors used in multiple contracts IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library. It is recommended to avoid relying on the error API for critical functionality. _Available since v5.1._","errors":{"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}],"FailedDeployment()":[{"details":"The deployment failed."}],"InsufficientBalance(uint256,uint256)":[{"details":"The ETH balance of the account is not enough to perform the operation."}],"MissingPrecompile(address)":[{"details":"A necessary precompile is missing."}]},"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220df7a6aa78bfbef5b69441c9cddba3d09f6fd2e8d55865d4e94c77854cd010fdb64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220df7a6aa78bfbef5b69441c9cddba3d09f6fd2e8d55865d4e94c77854cd010fdb64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"0100000b3ea468b27a06234299889b1e90be89200b1172ead15563d063697bd9","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"LowLevelCall":{"abi":[],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[],"devdoc":{"details":"Library of low level call functions that implement different calling strategies to deal with the return data. WARNING: Using this library requires an advanced understanding of Solidity and how the EVM works. It is recommended to use the {Address} library instead.","kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/utils/LowLevelCall.sol":"LowLevelCall"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"Library of low level call functions that implement different calling strategies to deal with the return data. WARNING: Using this library requires an advanced understanding of Solidity and how the EVM works. It is recommended to use the {Address} library instead.","kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a264697066735822122096739875e6e52cf6f52ce867b00e90b3a0b1f6c0920fccc34a5326efcad2bb0864736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a264697066735822122096739875e6e52cf6f52ce867b00e90b3a0b1f6c0920fccc34a5326efcad2bb0864736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"0100000bdbec6cb8be052572cd9369a4206858d7adb6ca162ec5165fe536ef37","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"@openzeppelin/contracts/utils/StorageSlot.sol":{"StorageSlot":{"abi":[],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[],"devdoc":{"details":"Library for reading and writing primitive types to specific storage slots. Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts. This library helps with reading and writing to such slots without the need for inline assembly. The functions in this library return Slot structs that contain a `value` member that can be used to read or write. Example usage to set ERC-1967 implementation slot: ```solidity contract ERC1967 { // Define the slot. Alternatively, use the SlotDerivation library to derive the slot. bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; function _getImplementation() internal view returns (address) { return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value; } function _setImplementation(address newImplementation) internal { require(newImplementation.code.length > 0); StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation; } } ``` TIP: Consider using this library along with {SlotDerivation}.","kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"@openzeppelin/contracts/utils/StorageSlot.sol":"StorageSlot"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","license":"MIT","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"Library for reading and writing primitive types to specific storage slots. Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts. This library helps with reading and writing to such slots without the need for inline assembly. The functions in this library return Slot structs that contain a `value` member that can be used to read or write. Example usage to set ERC-1967 implementation slot: ```solidity contract ERC1967 { // Define the slot. Alternatively, use the SlotDerivation library to derive the slot. bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; function _getImplementation() internal view returns (address) { return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value; } function _setImplementation(address newImplementation) internal { require(newImplementation.code.length > 0); StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation; } } ``` TIP: Consider using this library along with {SlotDerivation}.","kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220561930ec69bdf27960d4cef47d6eb4c503f32340679f7fa197c95cb9a53433ca64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"0000000100200190000000100000613d0000008001000039000000400010043f0000000001000416000000000001004b000000100000c13d00000140000004430000000001000410000001600010044300000020010000390000010000100443000000010100003900000120001004430000000601000041000000130001042e000000000100001900000014000104300000001200000432000000130001042e000000140001043000000000000000000000000000000000000000000000000000000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a2646970667358221220561930ec69bdf27960d4cef47d6eb4c503f32340679f7fa197c95cb9a53433ca64736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"0100000b59b5e141dc7c69db350312ec747c14a2a9d80b65f42a47f8609bdb2c","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"contracts/ProxyAdmin2Step.sol":{"ProxyAdmin2Step":{"abi":[{"inputs":[{"internalType":"address","name":"_initialOwner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"CannotRenounceOwnership","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"UPGRADE_INTERFACE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract ITransparentUpgradeableProxy","name":"proxy","type":"address"},{"internalType":"address","name":"implementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"upgradeAndCall","outputs":[],"stateMutability":"payable","type":"function"}],"storageLayout":{"storage":[{"astId":8,"contract":"contracts/ProxyAdmin2Step.sol:ProxyAdmin2Step","label":"_owner","offset":0,"slot":"0","type":"t_address"},{"astId":156,"contract":"contracts/ProxyAdmin2Step.sol:ProxyAdmin2Step","label":"_pendingOwner","offset":0,"slot":"1","type":"t_address"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"}}},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"_initialOwner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"CannotRenounceOwnership","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"UPGRADE_INTERFACE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract ITransparentUpgradeableProxy","name":"proxy","type":"address"},{"internalType":"address","name":"implementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"upgradeAndCall","outputs":[],"stateMutability":"payable","type":"function"}],"devdoc":{"author":"LayerZero Labs (tinom.eth)","custom:version":"1.0.0","errors":{"OwnableInvalidOwner(address)":[{"details":"The owner is not a valid owner account. (eg. `address(0)`)"}],"OwnableUnauthorizedAccount(address)":[{"details":"The caller account is not authorized to perform an operation."}]},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Override to prevent renouncing ownership."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner. Setting `newOwner` to the zero address is allowed; this can be used to cancel an initiated ownership transfer."},"upgradeAndCall(address,address,bytes)":{"details":"Upgrades `proxy` to `implementation` and calls a function on the new implementation. See {TransparentUpgradeableProxy-_dispatchUpgradeToAndCall}. Requirements: - This contract must be the admin of `proxy`. - If `data` is empty, `msg.value` must be zero."}},"title":"ProxyAdmin2Step","version":1},"userdoc":{"errors":{"CannotRenounceOwnership()":[{"notice":"Thrown when trying to renounce ownership."}]},"kind":"user","methods":{},"notice":"OZ's `ProxyAdmin` with `Ownable2Step` ownership transfers and disallowed renouncement.","version":1}},"settings":{"compilationTarget":{"contracts/ProxyAdmin2Step.sol":"ProxyAdmin2Step"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/access/Ownable.sol":{"keccak256":"0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb","license":"MIT","urls":["bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6","dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a"]},"@openzeppelin/contracts/access/Ownable2Step.sol":{"keccak256":"0xdcad8898fda432696597752e8ec361b87d85c82cb258115427af006dacf7128c","license":"MIT","urls":["bzz-raw://e2c9d517f0c136d54bd00cd57959d25681d4d6273f5bbbc263afe228303772f0","dweb:/ipfs/QmReNFjXBiufByiAAzfSQ2SM5r3qeUErn46BmN3yVRvrek"]},"@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5","license":"MIT","urls":["bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c","dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"keccak256":"0x0ba33f46520b83144086db1c93072c12228edc7cc70a9edd09b530f5a40ce440","license":"MIT","urls":["bzz-raw://9e924fb7d3a76f56a468886039b1288335a3cd4284a325360cba229eda1e5568","dweb:/ipfs/Qmcv6vSGaqgGYoSSGCExEhmFL9iwt6oWQuMDb9vJe9vQFC"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0x3d8b816f00b4cabe9a9fb7e84908ef785d6e5b0ef988bcd3c52fe811b4559686","license":"MIT","urls":["bzz-raw://1e41440b371ccf99aa64903f055a5aa2419bf5b9dde0cb6a89f49b1317881dce","dweb:/ipfs/QmQY4wtjmo75SvystNQwsNLXix2PHTduvJXkPK5qyu7Niz"]},"@openzeppelin/contracts/proxy/Proxy.sol":{"keccak256":"0x80935e4fae2c414f4e7789e13a820d06901182a5733ab006f8d68b5b09db993f","license":"MIT","urls":["bzz-raw://752d991d6ca1087587b48103bc623f74888054f58581ff29166d90889c4765c5","dweb:/ipfs/QmRBsa6K2ChKxVWYY54YiyYhDBPbmY5HyKCtij5LoWh56o"]},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b","license":"MIT","urls":["bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d","dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye"]},"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":{"keccak256":"0x46f86003755f50eff00a7c5aaf493ae62e024142b8aec4493a313851d3c14872","license":"MIT","urls":["bzz-raw://462c770cb667cc75ab22df5a29c50873b24b267274edf87ac5cfe0112bf4c3f7","dweb:/ipfs/QmTfKk32AkQ2yyYZCYJ44V69EM5t9ryBFC6bRF7FVMHXvj"]},"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":{"keccak256":"0xdf97190b9e4cb6e9dba52bd6d1d02aa8be0e1fd1bbabc1cdcfd1486ac41d45bd","license":"MIT","urls":["bzz-raw://ffc1631dcbb282c41a875d09e61a4cd87a7e5a00da01218b79c7ed6e5ad9af08","dweb:/ipfs/Qma1Q6a6ruAQQiJD4AfrHK3nQC32mWuxgRbYb1J5KhTkVJ"]},"@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346","license":"MIT","urls":["bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710","dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d"]},"@openzeppelin/contracts/utils/Context.sol":{"keccak256":"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2","license":"MIT","urls":["bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12","dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF"]},"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]},"@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","license":"MIT","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"]},"contracts/ProxyAdmin2Step.sol":{"keccak256":"0x802a1ee4cb3e117f011ea7e0c0075e49ee47c282f76596793799902a67a10e2d","license":"MIT","urls":["bzz-raw://846a22da5e07ea2890c11735a130bddfb8da47dd9ee222d2a42e0a3358086c8a","dweb:/ipfs/QmShRm35arxrxg9KL6QjEF7gbSKS58uh98W4chzLy4axCY"]},"contracts/interfaces/IProxyAdmin2Step.sol":{"keccak256":"0xd6d48951e3197e88995a334c56261ead44217a605654a15564096a1a8a2256c4","license":"MIT","urls":["bzz-raw://0510ec4c1616bcc5f26c07a881fd912847bb41e2f7b88c358924530980cca186","dweb:/ipfs/QmZYaiyt2t1xoJwU3MUDbtKjzpdWb3KGHoxT73WJfTCgHb"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"author":"LayerZero Labs (tinom.eth)","custom:version":"1.0.0","errors":{"OwnableInvalidOwner(address)":[{"details":"The owner is not a valid owner account. (eg. `address(0)`)"}],"OwnableUnauthorizedAccount(address)":[{"details":"The caller account is not authorized to perform an operation."}]},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Override to prevent renouncing ownership."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner. Setting `newOwner` to the zero address is allowed; this can be used to cancel an initiated ownership transfer."},"upgradeAndCall(address,address,bytes)":{"details":"Upgrades `proxy` to `implementation` and calls a function on the new implementation. See {TransparentUpgradeableProxy-_dispatchUpgradeToAndCall}. Requirements: - This contract must be the admin of `proxy`. - If `data` is empty, `msg.value` must be zero."}},"title":"ProxyAdmin2Step","version":1},"userdoc":{"errors":{"CannotRenounceOwnership()":[{"notice":"Thrown when trying to renounce ownership."}]},"kind":"user","methods":{},"notice":"OZ's `ProxyAdmin` with `Ownable2Step` ownership transfers and disallowed renouncement.","version":1},"eravm":{"bytecode":"00020000000000020000006003100270000000810330019700000001002001900000002d0000c13d0000008002000039000000400020043f000000040030008c000000500000413d000000000201043b000000e0022002700000008b0020009c000000520000a13d0000008c0020009c0000005d0000213d0000008f0020009c0000008c0000613d000000900020009c000000500000c13d0000000001000416000000000001004b000000500000c13d00000080010000390000004002000039020101b20000040f0000000501000039000000800010043f0000009701000041000000a00010043f0000002001000039000000400200043d000200000002001d00000000021204360000008001000039020101c40000040f00000002020000290000000001210049000000810010009c00000081010080410000006001100210000000810020009c00000081020080410000004002200210000000000121019f000002020001042e0000000002000416000000000002004b000000500000c13d0000001f0230003900000082022001970000008002200039000000400020043f0000001f0430018f000000830530019800000080025000390000003e0000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b0000003a0000c13d000000000004004b0000004b0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000500000413d000000800100043d000000840010009c0000007e0000a13d00000000010000190000020300010430000000910020009c000000850000613d000000920020009c000000ce0000613d000000930020009c000000500000c13d0000000001000416000000000001004b000000500000c13d000000000100041a000000b10000013d0000008d0020009c000000ac0000613d0000008e0020009c000000500000c13d0000000002000416000000000002004b000000500000c13d000000240030008c000000500000413d0000000401100370000000000101043b000000840010009c000000500000213d000000000200041a00000084052001970000000002000411000000000025004b000000f00000c13d00000084061001970000000102000039000000000302041a0000008503300197000000000113019f000000000012041b0000000001000414000000810010009c0000008101008041000000c00110021000000086011001c70000800d0200003900000003030000390000009504000041000000e60000013d0000008406100198000000b50000c13d0000008901000041000000000010043f000000040000043f0000008a0100004100000203000104300000000001000416000000000001004b000000500000c13d000000a001000041000000000010043f000000a1010000410000020300010430000000640030008c000000500000413d0000000402100370000000000202043b000000840020009c000000500000213d0000002404100370000000000a04043b0000008400a0009c000000500000213d0000004404100370000000000504043b000000980050009c000000500000213d0000002304500039000000000034004b000000500000813d0000000406500039000000000461034f000000000404043b000000990040009c000000a60000813d0000001f074000390000009a077001970000009b0070009c000000f50000a13d0000009f01000041000000000010043f0000004101000039000000040010043f0000008a0100004100000203000104300000000001000416000000000001004b000000500000c13d0000000101000039000000000101041a0000008401100197000000800010043f0000009601000041000002020001042e0000000102000039000000000302041a0000008503300197000000000032041b000000000200041a0000008503200197000000000113019f000000000010041b00000000010004140000008405200197000000810010009c0000008101008041000000c00110021000000086011001c70000800d0200003900000003030000390000008704000041020101f70000040f0000000100200190000000500000613d0000002001000039000001000010044300000120000004430000008801000041000002020001042e0000000001000416000000000001004b000000500000c13d0000000101000039000000000201041a00000084032001970000000006000411000000000063004b000000eb0000c13d0000008502200197000000000021041b000000000100041a0000008502100197000000000262019f000000000020041b00000000020004140000008405100197000000810020009c0000008102008041000000c00120021000000086011001c70000800d0200003900000003030000390000008704000041020101f70000040f0000000100200190000000500000613d0000000001000019000002020001042e0000009401000041000000000010043f000000040060043f0000008a0100004100000203000104300000009401000041000000000010043f000000040020043f0000008a0100004100000203000104300000003f077000390000009a077001970000008007700039000000400070043f000000800040043f00000000054500190000002405500039000000000035004b000000500000213d0000002003600039000000000331034f000000a2054001980000001f0640018f000000a0015000390000010a0000613d000000a007000039000000000803034f000000008908043c0000000007970436000000000017004b000001060000c13d000000000006004b000001170000613d000000000353034f0000000305600210000000000601043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000310435000000a0014000390000000000010435000000000100041a00000084031001970000000001000411000000000013004b000001530000c13d00020000000a001d00000084022001970000009c010000410000000000100443000100000002001d00000004002004430000000001000414000000810010009c0000008101008041000000c0011002100000009d011001c70000800202000039020101fc0000040f0000000100200190000001580000613d000000000101043b000000000001004b0000000201000029000000500000613d0000008401100197000000400500043d0000002402500039000000400300003900000000003204350000009e020000410000000000250435000000040250003900000000001204350000004402500039000000800100043d0000000000120435000000a2041001970000001f0310018f000200000005001d0000006402500039000000a10020008c000001590000413d000000000004004b0000014e0000613d000000000632001900000080053001bf000000200660008a0000000007460019000000000845001900000000080804330000000000870435000000200440008c000001480000c13d000000000003004b0000016f0000613d000000a0040000390000000005020019000001650000013d0000009402000041000000000020043f000000040010043f0000008a010000410000020300010430000000000001042f0000000005420019000000000004004b000001620000613d000000a006000039000000000702001900000000680604340000000007870436000000000057004b0000015e0000c13d000000000003004b0000016f0000613d000000a0044000390000000303300210000000000605043300000000063601cf000000000636022f00000000040404330000010003300089000000000434022f00000000033401cf000000000363019f00000000003504350000001f03100039000000a203300197000000000121001900000000000104350000006401300039000000810010009c000000810100804100000060011002100000000202000029000000810020009c00000081020080410000004002200210000000000121019f0000000002000414000000810020009c0000008102008041000000c002200210000000000112019f0000000003000416000000000003004b000001860000c13d00000001020000290000018a0000013d00000086011001c7000080090200003900000001040000290000000005000019020101f70000040f0000000100200190000001920000613d00000002010000290000000002000019020101b20000040f0000000001000019000002020001042e00000060061002700000001f0460018f0000008305600198000000400200043d00000000035200190000019e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000038004b0000019a0000c13d0000008106600197000000000004004b000001ac0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001304350000006001600210000000810020009c00000081020080410000004002200210000000000121019f00000203000104300000001f02200039000000a2022001970000000001120019000000000021004b00000000020000390000000102004039000000980010009c000001be0000213d0000000100200190000001be0000c13d000000400010043f000000000001042d0000009f01000041000000000010043f0000004101000039000000040010043f0000008a01000041000002030001043000000000430104340000000001320436000000a2063001970000001f0530018f000000000014004b000001da0000813d000000000006004b000001d60000613d00000000085400190000000007510019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000001d00000c13d000000000005004b000001f00000613d0000000007010019000001e60000013d0000000007610019000000000006004b000001e30000613d00000000080400190000000009010019000000008a0804340000000009a90436000000000079004b000001df0000c13d000000000005004b000001f00000613d00000000046400190000000305500210000000000607043300000000065601cf000000000656022f00000000040404330000010005500089000000000454022f00000000045401cf000000000464019f0000000000470435000000000431001900000000000404350000001f03300039000000a2023001970000000001210019000000000001042d000000000001042f000001fa002104210000000102000039000000000001042d0000000002000019000000000001042d000001ff002104230000000102000039000000000001042d0000000002000019000000000001042d0000020100000432000002020001042e000002030001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e000000002000000000000000000000000000000400000010000000000000000001e4fbdf7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000000000009623609c00000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b000000000000000000000000000000000000000000000000000000009623609d00000000000000000000000000000000000000000000000000000000ad3cb1cc00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b118cdaa70000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227000000000000000000000000000000000000000020000000800000000000000000352e302e30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff401806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b8302000002000000000000000000000000000000240000000000000000000000004f1ef286000000000000000000000000000000000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000077aeb0ad000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a264697066735822122070418d541715892949343eabcb5353a84760cd7f112cfa967ab20e1bbe4035e964736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"00020000000000020000006003100270000000810330019700000001002001900000002d0000c13d0000008002000039000000400020043f000000040030008c000000500000413d000000000201043b000000e0022002700000008b0020009c000000520000a13d0000008c0020009c0000005d0000213d0000008f0020009c0000008c0000613d000000900020009c000000500000c13d0000000001000416000000000001004b000000500000c13d00000080010000390000004002000039020101b20000040f0000000501000039000000800010043f0000009701000041000000a00010043f0000002001000039000000400200043d000200000002001d00000000021204360000008001000039020101c40000040f00000002020000290000000001210049000000810010009c00000081010080410000006001100210000000810020009c00000081020080410000004002200210000000000121019f000002020001042e0000000002000416000000000002004b000000500000c13d0000001f0230003900000082022001970000008002200039000000400020043f0000001f0430018f000000830530019800000080025000390000003e0000613d0000008006000039000000000701034f000000007807043c0000000006860436000000000026004b0000003a0000c13d000000000004004b0000004b0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000000500000413d000000800100043d000000840010009c0000007e0000a13d00000000010000190000020300010430000000910020009c000000850000613d000000920020009c000000ce0000613d000000930020009c000000500000c13d0000000001000416000000000001004b000000500000c13d000000000100041a000000b10000013d0000008d0020009c000000ac0000613d0000008e0020009c000000500000c13d0000000002000416000000000002004b000000500000c13d000000240030008c000000500000413d0000000401100370000000000101043b000000840010009c000000500000213d000000000200041a00000084052001970000000002000411000000000025004b000000f00000c13d00000084061001970000000102000039000000000302041a0000008503300197000000000113019f000000000012041b0000000001000414000000810010009c0000008101008041000000c00110021000000086011001c70000800d0200003900000003030000390000009504000041000000e60000013d0000008406100198000000b50000c13d0000008901000041000000000010043f000000040000043f0000008a0100004100000203000104300000000001000416000000000001004b000000500000c13d000000a001000041000000000010043f000000a1010000410000020300010430000000640030008c000000500000413d0000000402100370000000000202043b000000840020009c000000500000213d0000002404100370000000000a04043b0000008400a0009c000000500000213d0000004404100370000000000504043b000000980050009c000000500000213d0000002304500039000000000034004b000000500000813d0000000406500039000000000461034f000000000404043b000000990040009c000000a60000813d0000001f074000390000009a077001970000009b0070009c000000f50000a13d0000009f01000041000000000010043f0000004101000039000000040010043f0000008a0100004100000203000104300000000001000416000000000001004b000000500000c13d0000000101000039000000000101041a0000008401100197000000800010043f0000009601000041000002020001042e0000000102000039000000000302041a0000008503300197000000000032041b000000000200041a0000008503200197000000000113019f000000000010041b00000000010004140000008405200197000000810010009c0000008101008041000000c00110021000000086011001c70000800d0200003900000003030000390000008704000041020101f70000040f0000000100200190000000500000613d0000002001000039000001000010044300000120000004430000008801000041000002020001042e0000000001000416000000000001004b000000500000c13d0000000101000039000000000201041a00000084032001970000000006000411000000000063004b000000eb0000c13d0000008502200197000000000021041b000000000100041a0000008502100197000000000262019f000000000020041b00000000020004140000008405100197000000810020009c0000008102008041000000c00120021000000086011001c70000800d0200003900000003030000390000008704000041020101f70000040f0000000100200190000000500000613d0000000001000019000002020001042e0000009401000041000000000010043f000000040060043f0000008a0100004100000203000104300000009401000041000000000010043f000000040020043f0000008a0100004100000203000104300000003f077000390000009a077001970000008007700039000000400070043f000000800040043f00000000054500190000002405500039000000000035004b000000500000213d0000002003600039000000000331034f000000a2054001980000001f0640018f000000a0015000390000010a0000613d000000a007000039000000000803034f000000008908043c0000000007970436000000000017004b000001060000c13d000000000006004b000001170000613d000000000353034f0000000305600210000000000601043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000310435000000a0014000390000000000010435000000000100041a00000084031001970000000001000411000000000013004b000001530000c13d00020000000a001d00000084022001970000009c010000410000000000100443000100000002001d00000004002004430000000001000414000000810010009c0000008101008041000000c0011002100000009d011001c70000800202000039020101fc0000040f0000000100200190000001580000613d000000000101043b000000000001004b0000000201000029000000500000613d0000008401100197000000400500043d0000002402500039000000400300003900000000003204350000009e020000410000000000250435000000040250003900000000001204350000004402500039000000800100043d0000000000120435000000a2041001970000001f0310018f000200000005001d0000006402500039000000a10020008c000001590000413d000000000004004b0000014e0000613d000000000632001900000080053001bf000000200660008a0000000007460019000000000845001900000000080804330000000000870435000000200440008c000001480000c13d000000000003004b0000016f0000613d000000a0040000390000000005020019000001650000013d0000009402000041000000000020043f000000040010043f0000008a010000410000020300010430000000000001042f0000000005420019000000000004004b000001620000613d000000a006000039000000000702001900000000680604340000000007870436000000000057004b0000015e0000c13d000000000003004b0000016f0000613d000000a0044000390000000303300210000000000605043300000000063601cf000000000636022f00000000040404330000010003300089000000000434022f00000000033401cf000000000363019f00000000003504350000001f03100039000000a203300197000000000121001900000000000104350000006401300039000000810010009c000000810100804100000060011002100000000202000029000000810020009c00000081020080410000004002200210000000000121019f0000000002000414000000810020009c0000008102008041000000c002200210000000000112019f0000000003000416000000000003004b000001860000c13d00000001020000290000018a0000013d00000086011001c7000080090200003900000001040000290000000005000019020101f70000040f0000000100200190000001920000613d00000002010000290000000002000019020101b20000040f0000000001000019000002020001042e00000060061002700000001f0460018f0000008305600198000000400200043d00000000035200190000019e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000038004b0000019a0000c13d0000008106600197000000000004004b000001ac0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001304350000006001600210000000810020009c00000081020080410000004002200210000000000121019f00000203000104300000001f02200039000000a2022001970000000001120019000000000021004b00000000020000390000000102004039000000980010009c000001be0000213d0000000100200190000001be0000c13d000000400010043f000000000001042d0000009f01000041000000000010043f0000004101000039000000040010043f0000008a01000041000002030001043000000000430104340000000001320436000000a2063001970000001f0530018f000000000014004b000001da0000813d000000000006004b000001d60000613d00000000085400190000000007510019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000001d00000c13d000000000005004b000001f00000613d0000000007010019000001e60000013d0000000007610019000000000006004b000001e30000613d00000000080400190000000009010019000000008a0804340000000009a90436000000000079004b000001df0000c13d000000000005004b000001f00000613d00000000046400190000000305500210000000000607043300000000065601cf000000000656022f00000000040404330000010005500089000000000454022f00000000045401cf000000000464019f0000000000470435000000000431001900000000000404350000001f03300039000000a2023001970000000001210019000000000001042d000000000001042f000001fa002104210000000102000039000000000001042d0000000002000019000000000001042d000001ff002104230000000102000039000000000001042d0000000002000019000000000001042d0000020100000432000002020001042e000002030001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e000000002000000000000000000000000000000400000010000000000000000001e4fbdf7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000000000009623609c00000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b000000000000000000000000000000000000000000000000000000009623609d00000000000000000000000000000000000000000000000000000000ad3cb1cc00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b118cdaa70000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227000000000000000000000000000000000000000020000000800000000000000000352e302e30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff401806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b8302000002000000000000000000000000000000240000000000000000000000004f1ef286000000000000000000000000000000000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000077aeb0ad000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a264697066735822122070418d541715892949343eabcb5353a84760cd7f112cfa967ab20e1bbe4035e964736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"methodIdentifiers":{"UPGRADE_INTERFACE_VERSION()":"ad3cb1cc","acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b","upgradeAndCall(address,address,bytes)":"9623609d"}},"hash":"010000a7bf449b127c1d894b54ee4fd3c57edf438d3cfaeb0497a4a43f4e2d5d","factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":"raw"}},"contracts/TransparentUpgradeableProxy2Step.sol":{"TransparentUpgradeableProxy2Step":{"abi":[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"address","name":"initialOwner","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"ERC1967InvalidAdmin","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"},{"inputs":[],"name":"ERC1967ProxyUninitialized","type":"error"},{"inputs":[],"name":"FailedCall","type":"error"},{"inputs":[],"name":"ProxyDeniedAdminAccess","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"}],"storageLayout":{"storage":[],"types":null},"metadata":{"llvm_options":[],"optimizer_settings":{"is_debug_logging_enabled":false,"is_fallback_to_size_enabled":false,"is_verify_each_enabled":false,"level_back_end":"Aggressive","level_middle_end":"Aggressive","level_middle_end_size":"Zero"},"solc_version":"0.8.26","solc_zkvm_edition":"1.0.2","source_metadata":{"compiler":{"version":"0.8.26+commit.4d61fbfb"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"address","name":"initialOwner","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"name":"AddressEmptyCode","type":"error"},{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"ERC1967InvalidAdmin","type":"error"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"name":"ERC1967InvalidImplementation","type":"error"},{"inputs":[],"name":"ERC1967NonPayable","type":"error"},{"inputs":[],"name":"ERC1967ProxyUninitialized","type":"error"},{"inputs":[],"name":"FailedCall","type":"error"},{"inputs":[],"name":"ProxyDeniedAdminAccess","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"}],"devdoc":{"details":"This contract implements a proxy that is upgradeable through an associated {ProxyAdmin2Step} instance. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself. 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating the proxy admin cannot fallback to the target implementation. These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin2Step} and allows upgrades only if they come through it. You should think of the `ProxyAdmin2Step` instance as the administrative interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership. NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to fully implement transparency without decoding reverts caused by selector clashes between the proxy and the implementation. NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin2Step} of this contract won't send a meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract. IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot is generally fine if the implementation is trusted. WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.Differs from OZ's `TransparentUpgradeableProxy` by deploying `ProxyAdmin2Step` instead of `ProxyAdmin`.","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}],"ERC1967InvalidAdmin(address)":[{"details":"The `admin` of the proxy is invalid."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}],"ERC1967ProxyUninitialized()":[{"details":"The proxy is left uninitialized."}],"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}],"ProxyDeniedAdminAccess()":[{"details":"The proxy caller is the current admin, and can't fallback to the proxy target."}]},"events":{"AdminChanged(address,address)":{"details":"Emitted when the admin account has changed."},"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{"constructor":{"details":"Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin2Step} with an `initialOwner`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"compilationTarget":{"contracts/TransparentUpgradeableProxy2Step.sol":"TransparentUpgradeableProxy2Step"},"evmVersion":"cancun","libraries":{},"metadata":{"bytecodeHash":"ipfs"},"optimizer":{"enabled":true,"runs":200},"remappings":[]},"sources":{"@openzeppelin/contracts/access/Ownable.sol":{"keccak256":"0xff6d0bb2e285473e5311d9d3caacb525ae3538a80758c10649a4d61029b017bb","license":"MIT","urls":["bzz-raw://8ed324d3920bb545059d66ab97d43e43ee85fd3bd52e03e401f020afb0b120f6","dweb:/ipfs/QmfEckWLmZkDDcoWrkEvMWhms66xwTLff9DDhegYpvHo1a"]},"@openzeppelin/contracts/access/Ownable2Step.sol":{"keccak256":"0xdcad8898fda432696597752e8ec361b87d85c82cb258115427af006dacf7128c","license":"MIT","urls":["bzz-raw://e2c9d517f0c136d54bd00cd57959d25681d4d6273f5bbbc263afe228303772f0","dweb:/ipfs/QmReNFjXBiufByiAAzfSQ2SM5r3qeUErn46BmN3yVRvrek"]},"@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5","license":"MIT","urls":["bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c","dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol":{"keccak256":"0x0ba33f46520b83144086db1c93072c12228edc7cc70a9edd09b530f5a40ce440","license":"MIT","urls":["bzz-raw://9e924fb7d3a76f56a468886039b1288335a3cd4284a325360cba229eda1e5568","dweb:/ipfs/Qmcv6vSGaqgGYoSSGCExEhmFL9iwt6oWQuMDb9vJe9vQFC"]},"@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0x3d8b816f00b4cabe9a9fb7e84908ef785d6e5b0ef988bcd3c52fe811b4559686","license":"MIT","urls":["bzz-raw://1e41440b371ccf99aa64903f055a5aa2419bf5b9dde0cb6a89f49b1317881dce","dweb:/ipfs/QmQY4wtjmo75SvystNQwsNLXix2PHTduvJXkPK5qyu7Niz"]},"@openzeppelin/contracts/proxy/Proxy.sol":{"keccak256":"0x80935e4fae2c414f4e7789e13a820d06901182a5733ab006f8d68b5b09db993f","license":"MIT","urls":["bzz-raw://752d991d6ca1087587b48103bc623f74888054f58581ff29166d90889c4765c5","dweb:/ipfs/QmRBsa6K2ChKxVWYY54YiyYhDBPbmY5HyKCtij5LoWh56o"]},"@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b","license":"MIT","urls":["bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d","dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye"]},"@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol":{"keccak256":"0x46f86003755f50eff00a7c5aaf493ae62e024142b8aec4493a313851d3c14872","license":"MIT","urls":["bzz-raw://462c770cb667cc75ab22df5a29c50873b24b267274edf87ac5cfe0112bf4c3f7","dweb:/ipfs/QmTfKk32AkQ2yyYZCYJ44V69EM5t9ryBFC6bRF7FVMHXvj"]},"@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol":{"keccak256":"0xdf97190b9e4cb6e9dba52bd6d1d02aa8be0e1fd1bbabc1cdcfd1486ac41d45bd","license":"MIT","urls":["bzz-raw://ffc1631dcbb282c41a875d09e61a4cd87a7e5a00da01218b79c7ed6e5ad9af08","dweb:/ipfs/Qma1Q6a6ruAQQiJD4AfrHK3nQC32mWuxgRbYb1J5KhTkVJ"]},"@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x0fa9e0d3a859900b5a46f70a03c73adf259603d5e05027a37fe0b45529d85346","license":"MIT","urls":["bzz-raw://c2add4da0240c9f2ce47649c8bb6b11b40e98cf6f88b8bdc76b2704e89391710","dweb:/ipfs/QmNQTwF2uVzu4CRtNxr8bxyP9XuW6VsZuo2Nr4KR2bZr3d"]},"@openzeppelin/contracts/utils/Context.sol":{"keccak256":"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2","license":"MIT","urls":["bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12","dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF"]},"@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","license":"MIT","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"]},"@openzeppelin/contracts/utils/LowLevelCall.sol":{"keccak256":"0x6ba3db1346fc75a832aa6cd075e12f6f1fa172fa2122a020f324c319fe5be75e","license":"MIT","urls":["bzz-raw://ab92e9e1cb08144c43fa3a383a87c48f49a652d51156950b928c2a50bee6b3a5","dweb:/ipfs/QmWeKkKZBgLDKgRFGKCzsKybYF7C8g9ysg5kU1b1p7QFBi"]},"@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","license":"MIT","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"]},"contracts/ProxyAdmin2Step.sol":{"keccak256":"0x802a1ee4cb3e117f011ea7e0c0075e49ee47c282f76596793799902a67a10e2d","license":"MIT","urls":["bzz-raw://846a22da5e07ea2890c11735a130bddfb8da47dd9ee222d2a42e0a3358086c8a","dweb:/ipfs/QmShRm35arxrxg9KL6QjEF7gbSKS58uh98W4chzLy4axCY"]},"contracts/TransparentUpgradeableProxy2Step.sol":{"keccak256":"0x4a3be37198812d41e911dbe0a9af98ce45c59b1df2222bd6f6ef4c1fbfaf225d","license":"MIT","urls":["bzz-raw://2f45df0745768a00fe375dbdc0bc4e9062c16f0e17a246ee9900598aa4ad57b8","dweb:/ipfs/QmRtwEyEbmA9vrcZF7trm85hHVFaHjXFtQNPegxGErAGUB"]},"contracts/interfaces/IProxyAdmin2Step.sol":{"keccak256":"0xd6d48951e3197e88995a334c56261ead44217a605654a15564096a1a8a2256c4","license":"MIT","urls":["bzz-raw://0510ec4c1616bcc5f26c07a881fd912847bb41e2f7b88c358924530980cca186","dweb:/ipfs/QmZYaiyt2t1xoJwU3MUDbtKjzpdWb3KGHoxT73WJfTCgHb"]}},"version":1},"zk_version":"1.5.15"},"devdoc":{"details":"This contract implements a proxy that is upgradeable through an associated {ProxyAdmin2Step} instance. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches the {ITransparentUpgradeableProxy-upgradeToAndCall} function exposed by the proxy itself. 2. If the admin calls the proxy, it can call the `upgradeToAndCall` function, but any other call won't be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating the proxy admin cannot fallback to the target implementation. These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin2Step} and allows upgrades only if they come through it. You should think of the `ProxyAdmin2Step` instance as the administrative interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership. NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not inherit from that interface, and instead `upgradeToAndCall` is implicitly implemented using a custom dispatch mechanism in `_fallback`. Consequently, the compiler will not produce an ABI for this contract. This is necessary to fully implement transparency without decoding reverts caused by selector clashes between the proxy and the implementation. NOTE: This proxy does not inherit from {Context} deliberately. The {ProxyAdmin2Step} of this contract won't send a meta-transaction in any way, and any other meta-transaction setup should be made in the implementation contract. IMPORTANT: This contract avoids unnecessary storage reads by setting the admin only during construction as an immutable variable, preventing any changes thereafter. However, the admin slot defined in ERC-1967 can still be overwritten by the implementation logic pointed to by this proxy. In such cases, the contract may end up in an undesirable state where the admin slot is different from the actual admin. Relying on the value of the admin slot is generally fine if the implementation is trusted. WARNING: It is not recommended to extend this contract to add additional external functions. If you do so, the compiler will not check that there are no selector conflicts, due to the note above. A selector clash between any new function and the functions declared in {ITransparentUpgradeableProxy} will be resolved in favor of the new one. This could render the `upgradeToAndCall` function inaccessible, preventing upgradeability and compromising transparency.Differs from OZ's `TransparentUpgradeableProxy` by deploying `ProxyAdmin2Step` instead of `ProxyAdmin`.","errors":{"AddressEmptyCode(address)":[{"details":"There's no code at `target` (it is not a contract)."}],"ERC1967InvalidAdmin(address)":[{"details":"The `admin` of the proxy is invalid."}],"ERC1967InvalidImplementation(address)":[{"details":"The `implementation` of the proxy is invalid."}],"ERC1967NonPayable()":[{"details":"An upgrade function sees `msg.value > 0` that may be lost."}],"ERC1967ProxyUninitialized()":[{"details":"The proxy is left uninitialized."}],"FailedCall()":[{"details":"A call to an address target failed. The target may have reverted."}],"ProxyDeniedAdminAccess()":[{"details":"The proxy caller is the current admin, and can't fallback to the proxy target."}]},"events":{"AdminChanged(address,address)":{"details":"Emitted when the admin account has changed."},"Upgraded(address)":{"details":"Emitted when the implementation is upgraded."}},"kind":"dev","methods":{"constructor":{"details":"Initializes an upgradeable proxy managed by an instance of a {ProxyAdmin2Step} with an `initialOwner`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."}},"version":1},"userdoc":{"kind":"user","methods":{},"version":1},"eravm":{"bytecode":"000400000000000200050000000000020000006004100270000000bc0340019700030000003103550002000000010355000000bc0040019d0000000100200190000000960000c13d0000008001000039000000400010043f000000d70100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000d8011001c7000080050200003902e602dc0000040f00000001002001900000022d0000613d0000000203000367000000000101043b000000bf011001970000000002000411000000000012004b000000bb0000c13d000000000103043b000000d901100197000000da0010009c000000fc0000c13d00000000080004150000000002000031000000dc0020009c000000b90000213d000000440020008c000000b90000413d0000000401300370000000000a01043b000000bf00a0009c000000b90000213d0000002401300370000000000401043b000000c00040009c000000b90000213d0000002301400039000000000021004b000000b90000813d0000000405400039000000000153034f000000000101043b000000c00010009c0000010b0000213d0000001f06100039000000c2066001970000003f06600039000000c306600197000000400900043d0000000006690019000000000096004b00000000070000390000000107004039000000c00060009c0000010b0000213d00000001007001900000010b0000c13d000000400060043f000000000b19043600000000041400190000002404400039000000000024004b000000b90000213d000100000008001d0000002002500039000000000323034f000000e0041001980000001f0510018f00000000024b0019000000590000613d000000000603034f00000000070b0019000000006806043c0000000007870436000000000027004b000000550000c13d000400000009001d00030000000a001d000000bf06a00197000000000005004b000000690000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f000000000032043500020000000b001d00000000011b00190000000000010435000000c4010000410000000000100443000500000006001d00000004006004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000016a0000613d000000c601000041000000000201041a000000c70220019700000003022001af000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c904000041000000050500002902e602d70000040f000000010020019000000004020000290000000203000029000000b90000613d0000000001020433000000000001004b000002020000c13d0000000001000416000000000001004b0000018b0000c13d000002840000013d0000001f02300039000000bd02200197000000a002200039000000400020043f0000001f0430018f000000be05300198000000a002500039000000a40000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000a00000c13d000000000004004b000000b10000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000005f0030008c000000b90000a13d000000a00a00043d000000bf00a0009c000000b90000213d000000c00900043d000000bf0090009c000001000000a13d0000000001000019000002e8000104300000000001000031000000e0041001980000001f0510018f000000c602000041000000000202041a000000c70000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000047004b000000c30000c13d000000bf02200197000000000005004b000000d50000613d000000000343034f0000000305500210000000000604043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000340435000000bc0010009c000000bc0100804100000060011002100000000003000414000000bc0030009c000000bc03008041000000c003300210000000000113019f02e602e10000040f000300000001035500000060051002700000001f0450018f000100bc0050019d000000be03500198000000ea0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000037004b000000e60000c13d000000bc05500197000000000004004b000000f80000613d000000000131034f0000000304400210000000000603043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000013043500000060015002100000000100200190000002c70000613d000002e70001042e000000db01000041000000000010043f000000d601000041000002e800010430000000e00200043d000000c00020009c000000b90000213d000000a003300039000000bf01200039000000000031004b000000b90000813d000000a0012000390000000001010433000000c10010009c000001110000413d000000df01000041000000000010043f0000004101000039000000040010043f000000cb01000041000002e8000104300000001f04100039000000c2044001970000003f04400039000000c304400197000000400b00043d00000000044b00190000000000b4004b00000000050000390000000105004039000000c00040009c0000010b0000213d00000001005001900000010b0000c13d000000400040043f000000000c1b0436000000c0022000390000000004120019000000000034004b000000b90000213d000000e0041001970000001f0310018f0000000000c2004b000001380000813d000000000004004b000001340000613d000000000632001900000000053c0019000000200550008a000000200660008a0000000007450019000000000846001900000000080804330000000000870435000000200440008c0000012e0000c13d000000000003004b0000014e0000613d00000000050c0019000001440000013d00000000054c0019000000000004004b000001410000613d000000000602001900000000070c001900000000680604340000000007870436000000000057004b0000013d0000c13d000000000003004b0000014e0000613d00000000024200190000000303300210000000000405043300000000043401cf000000000434022f00000000020204330000010003300089000000000232022f00000000023201cf000000000242019f000000000025043500000000011c0019000000000001043500000000010b0433000000000001004b000001570000c13d000000d501000041000000000010043f000000d601000041000002e80001043000020000000c001d00030000000b001d000400000009001d000000c401000041000000000010044300050000000a001d0000000400a004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000001700000c13d000000d401000041000000000010043f0000000501000029000000040010043f000000cb01000041000002e800010430000000c601000041000000000201041a000000c7022001970000000505000029000000000252019f000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c90400004102e602d70000040f00000005040000290000000100200190000000040300002900000003020000290000000205000029000000b90000613d0000000001020433000000000001004b0000018f0000c13d0000000001000416000000000001004b000001d90000613d000000de01000041000000000010043f000000d601000041000002e800010430000000bc0050009c000000bc0500804100000040015002100000000003000415000200000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000000204001902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000022e0000613d000000000003004b000001b80000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000022b0000613d0000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000001c60000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000001c20000c13d000000000005004b000001d30000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000020110006900000000010000020000000403000029000000400100043d000000cc0010009c0000010b0000213d000000840210003900000000003204350000002402100039000000bb0300004100000000003204350000006402100039000000000300041400000020040000390000000000420435000000440210003900000060040000390000000000420435000000cd02000041000000000021043500000004021000390000000000020435000000bc0010009c000000bc010080410000004001100210000000bc0030009c000000bc03008041000000c002300210000000000112019f000000ce011001c7000080060200003902e602d70000040f0000000100200190000002420000613d000000000101043b000000000200003100000002030003670003000000230355000100000000003f000000000001004b000002a70000c13d000000000123034f0000000002000019000002460000013d000000bc0030009c000000bc0300804100000040013002100000000003000415000300000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000050200002902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000023c0000613d000000000003004b000002640000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000002640000c13d000000ca010000410000016b0000013d000000000001042f000000000003004b0000023e0000613d0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002370000c13d000002940000013d000000000003004b000002890000c13d000000dd01000041000000000010043f000000d601000041000002e80001043000030000000103550000006002100270000100bc0020019d000000bc022001970000001f0520018f000000be06200198000000400300043d0000000004630019000002510000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000048004b0000024d0000c13d000000000005004b0000025e0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001200210000000bc0030009c000000bc030080410000004002300210000000000112019f000002e8000104300000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000002720000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b0000026e0000c13d000000000005004b0000027f0000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000030110006900000000010000020000000001000415000000010110006900000000010000020000000001000019000002e70001042e0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002900000c13d000000000005004b000002a10000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000000bc0020009c000000bc020080410000004002200210000000000112019f000002e800010430000000bf03100197000000800030043f000000cf01000041000000000401041a000000400100043d0000002002100039000500000003001d0000000000320435000400000004001d000000bf024001970000000000210435000000bc0010009c000000bc0100804100000040011002100000000002000414000000bc0020009c000000bc02008041000000c002200210000000000112019f000000d0011001c70000800d020000390000000103000039000000d10400004102e602d70000040f0000000100200190000000b90000613d000000050000006b000002c80000c13d000000d301000041000000000010043f000000040000043f000000cb01000041000002e8000104300000000401000029000000c70110019700000005011001af000000cf02000041000000000012041b000000800100043d000001400000044300000160001004430000002001000039000001000010044300000001010000390000012000100443000000d201000041000002e70001042e000000000001042f000002da002104210000000102000039000000000001042d0000000002000019000000000001042d000002df002104230000000102000039000000000001042d0000000002000019000000000001042d000002e4002104250000000102000039000000000001042d0000000002000019000000000001042d000002e600000432000002e70001042e000002e800010430000000000000000000000000000000000000000000000000010000a7bf449b127c1d894b54ee4fd3c57edf438d3cfaeb0497a4a43f4e2d5d00000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b9996b315000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7b9c4d535bdea7cd8a978f128b93471df48c7dbab89d703809115bdc118c235bfd02000000000000000000000000000000000000a4000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f000000020000000000000000000000000000008000000100000000000000000062e77ba2000000000000000000000000000000000000000000000000000000004c9c8ce300000000000000000000000000000000000000000000000000000000c28a273c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000004f1ef28600000000000000000000000000000000000000000000000000000000d2b576ec000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6bda27500000000000000000000000000000000000000000000000000000000b398979f000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a264697066735822122053b75cb49ef213836a938118627ce0291334fd709183b4cbe8b54ba413eb7d3764736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"},"evm":{"bytecode":{"object":"000400000000000200050000000000020000006004100270000000bc0340019700030000003103550002000000010355000000bc0040019d0000000100200190000000960000c13d0000008001000039000000400010043f000000d70100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000d8011001c7000080050200003902e602dc0000040f00000001002001900000022d0000613d0000000203000367000000000101043b000000bf011001970000000002000411000000000012004b000000bb0000c13d000000000103043b000000d901100197000000da0010009c000000fc0000c13d00000000080004150000000002000031000000dc0020009c000000b90000213d000000440020008c000000b90000413d0000000401300370000000000a01043b000000bf00a0009c000000b90000213d0000002401300370000000000401043b000000c00040009c000000b90000213d0000002301400039000000000021004b000000b90000813d0000000405400039000000000153034f000000000101043b000000c00010009c0000010b0000213d0000001f06100039000000c2066001970000003f06600039000000c306600197000000400900043d0000000006690019000000000096004b00000000070000390000000107004039000000c00060009c0000010b0000213d00000001007001900000010b0000c13d000000400060043f000000000b19043600000000041400190000002404400039000000000024004b000000b90000213d000100000008001d0000002002500039000000000323034f000000e0041001980000001f0510018f00000000024b0019000000590000613d000000000603034f00000000070b0019000000006806043c0000000007870436000000000027004b000000550000c13d000400000009001d00030000000a001d000000bf06a00197000000000005004b000000690000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f000000000032043500020000000b001d00000000011b00190000000000010435000000c4010000410000000000100443000500000006001d00000004006004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000016a0000613d000000c601000041000000000201041a000000c70220019700000003022001af000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c904000041000000050500002902e602d70000040f000000010020019000000004020000290000000203000029000000b90000613d0000000001020433000000000001004b000002020000c13d0000000001000416000000000001004b0000018b0000c13d000002840000013d0000001f02300039000000bd02200197000000a002200039000000400020043f0000001f0430018f000000be05300198000000a002500039000000a40000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000a00000c13d000000000004004b000000b10000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000005f0030008c000000b90000a13d000000a00a00043d000000bf00a0009c000000b90000213d000000c00900043d000000bf0090009c000001000000a13d0000000001000019000002e8000104300000000001000031000000e0041001980000001f0510018f000000c602000041000000000202041a000000c70000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000047004b000000c30000c13d000000bf02200197000000000005004b000000d50000613d000000000343034f0000000305500210000000000604043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000340435000000bc0010009c000000bc0100804100000060011002100000000003000414000000bc0030009c000000bc03008041000000c003300210000000000113019f02e602e10000040f000300000001035500000060051002700000001f0450018f000100bc0050019d000000be03500198000000ea0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000037004b000000e60000c13d000000bc05500197000000000004004b000000f80000613d000000000131034f0000000304400210000000000603043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000013043500000060015002100000000100200190000002c70000613d000002e70001042e000000db01000041000000000010043f000000d601000041000002e800010430000000e00200043d000000c00020009c000000b90000213d000000a003300039000000bf01200039000000000031004b000000b90000813d000000a0012000390000000001010433000000c10010009c000001110000413d000000df01000041000000000010043f0000004101000039000000040010043f000000cb01000041000002e8000104300000001f04100039000000c2044001970000003f04400039000000c304400197000000400b00043d00000000044b00190000000000b4004b00000000050000390000000105004039000000c00040009c0000010b0000213d00000001005001900000010b0000c13d000000400040043f000000000c1b0436000000c0022000390000000004120019000000000034004b000000b90000213d000000e0041001970000001f0310018f0000000000c2004b000001380000813d000000000004004b000001340000613d000000000632001900000000053c0019000000200550008a000000200660008a0000000007450019000000000846001900000000080804330000000000870435000000200440008c0000012e0000c13d000000000003004b0000014e0000613d00000000050c0019000001440000013d00000000054c0019000000000004004b000001410000613d000000000602001900000000070c001900000000680604340000000007870436000000000057004b0000013d0000c13d000000000003004b0000014e0000613d00000000024200190000000303300210000000000405043300000000043401cf000000000434022f00000000020204330000010003300089000000000232022f00000000023201cf000000000242019f000000000025043500000000011c0019000000000001043500000000010b0433000000000001004b000001570000c13d000000d501000041000000000010043f000000d601000041000002e80001043000020000000c001d00030000000b001d000400000009001d000000c401000041000000000010044300050000000a001d0000000400a004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000001700000c13d000000d401000041000000000010043f0000000501000029000000040010043f000000cb01000041000002e800010430000000c601000041000000000201041a000000c7022001970000000505000029000000000252019f000000000021041b0000000001000414000000bc0010009c000000bc01008041000000c001100210000000c8011001c70000800d020000390000000203000039000000c90400004102e602d70000040f00000005040000290000000100200190000000040300002900000003020000290000000205000029000000b90000613d0000000001020433000000000001004b0000018f0000c13d0000000001000416000000000001004b000001d90000613d000000de01000041000000000010043f000000d601000041000002e800010430000000bc0050009c000000bc0500804100000040015002100000000003000415000200000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000000204001902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000022e0000613d000000000003004b000001b80000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b0000022b0000613d0000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000001c60000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000001c20000c13d000000000005004b000001d30000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000020110006900000000010000020000000403000029000000400100043d000000cc0010009c0000010b0000213d000000840210003900000000003204350000002402100039000000bb0300004100000000003204350000006402100039000000000300041400000020040000390000000000420435000000440210003900000060040000390000000000420435000000cd02000041000000000021043500000004021000390000000000020435000000bc0010009c000000bc010080410000004001100210000000bc0030009c000000bc03008041000000c002300210000000000112019f000000ce011001c7000080060200003902e602d70000040f0000000100200190000002420000613d000000000101043b000000000200003100000002030003670003000000230355000100000000003f000000000001004b000002a70000c13d000000000123034f0000000002000019000002460000013d000000bc0030009c000000bc0300804100000040013002100000000003000415000300000003001d0000000002020433000000bc0020009c000000bc020080410000006002200210000000000112019f0000000002000414000000bc0020009c000000bc02008041000000c002200210000000000121019f000000050200002902e602e10000040f0000006003100270000100bc0030019d000000bc03300197000300000001035500000001002001900000023c0000613d000000000003004b000002640000c13d000000c4010000410000000000100443000000050100002900000004001004430000000001000414000000bc0010009c000000bc01008041000000c001100210000000c5011001c7000080020200003902e602dc0000040f00000001002001900000022d0000613d000000000101043b000000000001004b000002640000c13d000000ca010000410000016b0000013d000000000001042f000000000003004b0000023e0000613d0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002370000c13d000002940000013d000000000003004b000002890000c13d000000dd01000041000000000010043f000000d601000041000002e80001043000030000000103550000006002100270000100bc0020019d000000bc022001970000001f0520018f000000be06200198000000400300043d0000000004630019000002510000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000048004b0000024d0000c13d000000000005004b0000025e0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001200210000000bc0030009c000000bc030080410000004002300210000000000112019f000002e8000104300000000101000031000000400200043d0000000002120436000000e0041001980000001f0510018f00000000034200190000000306000367000002720000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b0000026e0000c13d000000000005004b0000027f0000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000001120019000000400010043f0000000001000415000000030110006900000000010000020000000001000415000000010110006900000000010000020000000001000019000002e70001042e0000001f0530018f000000be06300198000000400200043d0000000004620019000002940000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002900000c13d000000000005004b000002a10000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000000bc0020009c000000bc020080410000004002200210000000000112019f000002e800010430000000bf03100197000000800030043f000000cf01000041000000000401041a000000400100043d0000002002100039000500000003001d0000000000320435000400000004001d000000bf024001970000000000210435000000bc0010009c000000bc0100804100000040011002100000000002000414000000bc0020009c000000bc02008041000000c002200210000000000112019f000000d0011001c70000800d020000390000000103000039000000d10400004102e602d70000040f0000000100200190000000b90000613d000000050000006b000002c80000c13d000000d301000041000000000010043f000000040000043f000000cb01000041000002e8000104300000000401000029000000c70110019700000005011001af000000cf02000041000000000012041b000000800100043d000001400000044300000160001004430000002001000039000001000010044300000001010000390000012000100443000000d201000041000002e70001042e000000000001042f000002da002104210000000102000039000000000001042d0000000002000019000000000001042d000002df002104230000000102000039000000000001042d0000000002000019000000000001042d000002e4002104250000000102000039000000000001042d0000000002000019000000000001042d000002e600000432000002e70001042e000002e800010430000000000000000000000000000000000000000000000000010000a7bf449b127c1d894b54ee4fd3c57edf438d3cfaeb0497a4a43f4e2d5d00000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff0000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b9996b315000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7b9c4d535bdea7cd8a978f128b93471df48c7dbab89d703809115bdc118c235bfd02000000000000000000000000000000000000a4000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f000000020000000000000000000000000000008000000100000000000000000062e77ba2000000000000000000000000000000000000000000000000000000004c9c8ce300000000000000000000000000000000000000000000000000000000c28a273c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000004f1ef28600000000000000000000000000000000000000000000000000000000d2b576ec000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6bda27500000000000000000000000000000000000000000000000000000000b398979f000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000a264697066735822122053b75cb49ef213836a938118627ce0291334fd709183b4cbe8b54ba413eb7d3764736f6c6378247a6b736f6c633a312e352e31353b736f6c633a302e382e32363b6c6c766d3a312e302e320055"}},"hash":"010000e53046107d8e4b6eaa5255cd06918144478af20f573223edbcb425830c","factoryDependenciesUnlinked":["contracts/ProxyAdmin2Step.sol:ProxyAdmin2Step"],"factoryDependencies":{"010000a7bf449b127c1d894b54ee4fd3c57edf438d3cfaeb0497a4a43f4e2d5d":"contracts/ProxyAdmin2Step.sol:ProxyAdmin2Step"},"missingLibraries":[],"objectFormat":"raw"}},"contracts/interfaces/IProxyAdmin2Step.sol":{"IProxyAdmin2Step":{"abi":[{"inputs":[],"name":"CannotRenounceOwnership","type":"error"}],"storageLayout":{"storage":[],"types":null},"metadata":"{\"compiler\":{\"version\":\"0.8.26+commit.4d61fbfb\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"CannotRenounceOwnership\",\"type\":\"error\"}],\"devdoc\":{\"author\":\"LayerZero Labs (tinom.eth)\",\"custom:version\":\"1.0.0\",\"kind\":\"dev\",\"methods\":{},\"title\":\"IProxyAdmin2Step\",\"version\":1},\"userdoc\":{\"errors\":{\"CannotRenounceOwnership()\":[{\"notice\":\"Thrown when trying to renounce ownership.\"}]},\"kind\":\"user\",\"methods\":{},\"notice\":\"Interface for the `ProxyAdmin2Step` contract.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interfaces/IProxyAdmin2Step.sol\":\"IProxyAdmin2Step\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/interfaces/IProxyAdmin2Step.sol\":{\"keccak256\":\"0xd6d48951e3197e88995a334c56261ead44217a605654a15564096a1a8a2256c4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0510ec4c1616bcc5f26c07a881fd912847bb41e2f7b88c358924530980cca186\",\"dweb:/ipfs/QmZYaiyt2t1xoJwU3MUDbtKjzpdWb3KGHoxT73WJfTCgHb\"]}},\"version\":1}","devdoc":{"author":"LayerZero Labs (tinom.eth)","custom:version":"1.0.0","kind":"dev","methods":{},"title":"IProxyAdmin2Step","version":1},"userdoc":{"errors":{"CannotRenounceOwnership()":[{"notice":"Thrown when trying to renounce ownership."}]},"kind":"user","methods":{},"notice":"Interface for the `ProxyAdmin2Step` contract.","version":1},"evm":{},"hash":null,"factoryDependenciesUnlinked":[],"factoryDependencies":{},"missingLibraries":[],"objectFormat":null}}}}}