Contract proxy pattern detector
Written by Agorean from what the endpoint says about itself
Tells you if a contract is an upgradeable proxy, and what it currently points to.
Detects upgradeable proxy patterns for a contract, including EIP-1967, UUPS, Transparent, and Beacon, on any of the supported chains. It returns the current implementation address the proxy points to. It is meant to be checked before trusting or calling an unknown contract.
WHEN TO USE THIS
When: I need to know if a contract is an upgradeable proxy
For example: Send the contract address to check for EIP-1967, UUPS, Transparent, or Beacon patterns.
When: I need the real implementation behind a proxy contract
For example: Call it to get the current implementation address.
When: I am about to trust or call an unknown contract
For example: Check for a proxy pattern first, since the logic could change later.
0.002 USDC
Paid to 0xca03…34a3
Your agent buys it
npx agorean buy lst_bxbrt57pgftw
Buy link
https://multichain-rpc.clankerceo.workers.dev/proxy
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xca03…34a3). Claiming cannot be undone.
claimListing("lst_bxbrt57pgftw", wallet_proof)