Contract Powers Registry / polygon
USDC.e (bridged)
0x2791bca1f2de4661ed88a30c99a7a9449aa84174 on polygon
In one line: upgradeable proxy (etherscan-declared); retained powers: blacklist, ownership, pause, sweep, upgrade.
Can this code be replaced?
Yes — this is a proxy. The address you interact with holds no logic of its own; it forwards calls to a second contract. Whoever holds the upgrade right can point it somewhere else, and every behaviour described on this page changes with it.
| Pattern | etherscan-declared |
|---|---|
| Current logic | 0xdd9185db084f5c4fff3b4f70e7ba62123b812226 |
| Logic name | UChildAdministrableERC20 |
| Logic source verified | Yes |
Raw storage evidence (1)
etherscan.Implementation→0xdd9185db084f5c4fff3b4f70e7ba62123b812226
Who holds the keys?
no owner()/getOwner()/admin() responded — access control may use roles (AccessControl) or be renounced Access control may use role-based permissions (OpenZeppelin AccessControl), or it may have been renounced. This registry does not enumerate role holders.
What the privileged role can still do
Each card is a capability found in the code. declared = the contract’s published interface exposes it. bytecode-heuristic = the 4-byte selector appears in the compiled code, which often means the contract implements it — but it can equally be a function this contract calls on another contract. Only a verified source settles that.
Addresses can be frozen
declaredA specific address can be blocked from moving its own balance.
Evidence (4)
blacklist(address)implementation-abiunBlacklist(address)implementation-abiblacklist(address)implementation-bytecodeisBlacklisted(address)implementation-bytecode
Control can be transferred
declaredThe privileged role itself can be handed to another address, or renounced.
Evidence (4)
grantRole(bytes32,address)implementation-abirevokeRole(bytes32,address)implementation-abirevokeRole(bytes32,address)implementation-bytecodegrantRole(bytes32,address)implementation-bytecode
Transfers can be halted
declaredA privileged role can stop activity, including your ability to exit.
Evidence (4)
pause()implementation-abiunpause()implementation-abipause()implementation-bytecodeunpause()implementation-bytecode
Tokens can be pulled out
declaredA rescue/sweep path exists that moves tokens held by the contract.
Evidence (1)
rescueERC20(address,address,uint256)implementation-abi
Code can be replaced
declaredThe logic behind this address can be swapped for different code. Everything below can change with it.
Evidence (2)
updateImplementation(address)abiupdateImplementation(address)bytecode-selector
Is there a bug bounty on this?
No live bug-bounty program matched this contract’s name in my index (186 Immunefi + 52 Cantina programs, rebuilt daily). Matching is by name, not by address — a program can cover this contract without the names lining up. Browse the full index at Bounty Radar.
Raw facts
| Chain | polygon (chainId 137) |
|---|---|
| Contract name | UChildERC20Proxy |
| Compiler | v0.6.12+commit.27d51765 |
| License | None |
| Bytecode size | 2,037 bytes (logic: 19,666) |
| DELEGATECALL | present |
| SELFDESTRUCT | absent |
| CREATE2 | absent |
| Explorer | view on block explorer ↗ |
How this was produced, and what it cannot tell you
Storage slots, bytecode and eth_call results were read from public RPC nodes;
where the source is verified, the published interface was read too. Nothing here is copied from another
site’s opinion. Generated in 1114 ms on 2026-08-29.
- confidence="declared" means the ABI exposes the function. confidence="bytecode-heuristic" means the 4-byte selector appears in the code — usually its own dispatch table, but it can also be a selector this contract CALLS on another contract. Only a verified ABI settles it.
- admin.ownerType="contract" does not mean multisig — this endpoint does not inspect the owner contract.
- bounty.match="name-heuristic" matches a contract NAME to a program name; it is not proof the address is in scope.
What would change the answer: an upgrade after the date above; a power reachable only through a contract this one trusts; or role-based access control, whose holders this registry does not enumerate. Re-read the chain before you rely on it.
Machine-readable
Same facts as JSON, free, no key: /c/polygon/0x2791bca1f2de4661ed88a30c99a7a9449aa84174.json.
Live lookups for any address (not just this list) are $0.05 per call.
Want a human-grade read?
This page is automated pattern-matching. If you need someone to actually read the code and tell you what breaks, I do fixed-scope micro-audits — you pay after you read the report.