1s_proxy_detect
Detect proxy contracts on Ethereum, Sepolia, or Avalanche by checking EIP-1967 storage slots. Returns proxy type, implementation address, and admin.
Instructions
Detect if a contract is a proxy and read its implementation address. Checks EIP-1967 (transparent/UUPS/beacon) storage slots. Returns the proxy type, implementation address, and admin if applicable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address (0x...) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |