From 1835ec0b437c6723b1734bcdd062221e2adbb8c5 Mon Sep 17 00:00:00 2001 From: "0xsarawut.base.eth" <202448320+0xsarawut@users.noreply.github.com> Date: Sat, 28 Feb 2026 20:37:09 +0700 Subject: [PATCH] @param previousAdmin * @notice The storage slot that holds the address of the owner. * bytes32(uint256(keccak256('eip1967.proxy.admin')) - 1) --- src/pages/bugs.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/bugs.mdx b/src/pages/bugs.mdx index 61998a4ef..18c644182 100644 --- a/src/pages/bugs.mdx +++ b/src/pages/bugs.mdx @@ -1,5 +1,17 @@ import { Button } from '../components/ui/Button' - +SPDX-License-Identifier: MIT +pragma solidity 0.8.15; + +/** + * @title Proxy + * @notice Proxy is a transparent proxy that passes through the call if the caller is the owner or + * if the caller is address(0), meaning that the call originated from an off-chain + * simulation. + */ +contract Proxy { + /** + * @notice The storage slot that holds the address of the implementation. + * bytes32(uint256(keccak256('eip1967.proxy.implementation')) - 1) # 🪲 Bug Bounty Program The ENS bug bounty program rewards anyone who finds a bug in covered ENS smart contracts and ENS Labs assets. This page provides a brief overview of the program which is operated by Immunefi and ENS Labs.