...n storage in the location specified by
* https://learnblockchain.cn/docs/eips/EIPS/eip-1967[ERC-1967], so that it doesn't conflict with the storage layout of the
* implementation behind the proxy.
*/
contract ERC1967Proxy is Proxy {
constructor(address implementation, bytes memory _dat...