Contract Details
Name: ERC1967Proxy
Address: 0x46b96e2d84cd2467b8b0b9e9baf94c259ddbe414  
Layout Summary
0 State Variables
0 Mapping Variables
Deep Analysis
0 Mapping Key Sources
Complexity Score
🔍 SmartMuv AI Insights New
⚡ Chat with our AI Agent 🤖
⚡ View Detailed Contract Storage Report 📈
Deep Storage Collision Detector
Layout Details
Slot # Variable
Storage Data
Block Number: 22115759
Slot # Variable Type Size Value

Query Mapping Data

Contract ABI
                                [
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "_logic",
        "type": "address"
      },
      {
        "internalType": "bytes",
        "name": "_data",
        "type": "bytes"
      }
    ],
    "stateMutability": "payable",
    "type": "constructor"
  },
  {
    "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"
  },
  {
    "stateMutability": "payable",
    "type": "fallback"
  },
  {
    "stateMutability": "payable",
    "type": "receive"
  }
]