Skip to content
ihategas.xyz

Proxy Resolver

Reads public data

Find the implementation behind a proxy contract.

Network
Find out whether the contract you are about to trust is the one actually running.

About proxy resolver

Most significant contracts are proxies: the address you interact with holds almost no logic and forwards every call to an implementation elsewhere. That matters because whoever controls the proxy can change where calls go, so the code you read today is not necessarily the code that runs tomorrow. This reads the standard EIP-1967 pointers and also detects an EOA that has delegated under EIP-7702.

More developer tools