Contract Powers Registry / ethereum
PYUSD
0x6c3ea9036406852006290770bedfcaba0e23a0e8 on ethereum
upgradeable proxy (zeppelinos.implementation); admin key is a plain EOA; retained powers: blacklist, mint, ownership, pause, upgrade; 8 further owner-only function(s) the engine could not categorise (listed under coverage).
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 | zeppelinos.implementation |
|---|---|
| Current logic | 0x8c35caa5fd5bdc64b6b11344ad57594a3676256a |
| Logic name | PYUSD |
| Logic source verified | Yes |
Raw storage evidence (1)
zeppelinos.implementation→0x8c35caa5fd5bdc64b6b11344ad57594a3676256a
Who holds the keys?
| Owner / admin | 0x3af3e85f4f97de7ad0f000b724fb77fe5ffc024b |
|---|---|
| Found via | owner() |
| That address is | A plain wallet (EOA) |
owner is a plain externally-owned account — a single private key controls it. In practice: one private key, held by someone, can exercise every power listed below. There is no on-chain delay and no second approver.
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 (3)
freeze(address)implementation-abifreezeBatch(address[])implementation-abifreeze(address)implementation-bytecode
New tokens can be created
declaredSupply is not fixed by the code — the privileged role can issue more.
Evidence (2)
mint(address,uint256)implementation-abimint(address,uint256)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
Code can be replaced
declaredThe logic behind this address can be swapped for different code. Everything below can change with it.
Evidence (4)
upgradeTo(address)abiupgradeToAndCall(address,bytes)abichangeAdmin(address)abiupgradeTo(address)bytecode-selector
What this page did not categorise
8 more functions here are restricted to a privileged role,
and this engine has no category for them. The list above matches function names against a fixed
set of power categories. These ones are gated in the published source — an only… modifier or a
sender check — but their names match nothing, so no card was written for them. They are named here in full
rather than dropped, because a report that looks complete is worse than one that says where it stops.
| Function | Restricted by | Read from |
|---|---|---|
acceptDefaultAdminTransfer() |
require(_msgSender() == newDefaultAdmin, "") | implementation source |
beginDefaultAdminTransfer(address) |
onlyRole(DEFAULT_ADMIN_ROLE) | implementation source |
cancelDefaultAdminTransfer() |
onlyRole(DEFAULT_ADMIN_ROLE) | implementation source |
changeDefaultAdminDelay(uint48) |
onlyRole(DEFAULT_ADMIN_ROLE) | implementation source |
reclaimToken() |
onlyRole(DEFAULT_ADMIN_ROLE) | implementation source |
rollbackDefaultAdminDelay() |
onlyRole(DEFAULT_ADMIN_ROLE) | implementation source |
setSupplyControl(address) |
onlyRole(DEFAULT_ADMIN_ROLE) | implementation source |
wipeFrozenAddress(address) |
onlyRole(ASSET_PROTECTION_ROLE) | implementation source |
What to do with this: open the contract on the explorer and read these functions. The gate shown is the exact text found in the source. This engine does not guess what the function does. Of the 44 state-changing functions in the published interface, 12 matched a known category and 8 are listed here.
Is there a bug bounty on this?
No live bug-bounty program matched this contract’s name in my index (183 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 | ethereum (chainId 1) |
|---|---|
| Contract name | AdminUpgradeabilityProxy |
| Compiler | v0.4.24+commit.e67f0147 |
| License | MIT |
| Bytecode size | 1,506 bytes (logic: 18,334) |
| DELEGATECALL | present |
| SELFDESTRUCT | absent |
| CREATE2 | absent |
| Explorer | view on block explorer ↗ |
Has any of this changed?
This page is rebuilt from the chain and diffed against the previous day. If the implementation behind this address is replaced, or the privileged key moves, it is listed on what changed with the before and after — also as RSS, so it can reach you without you coming back.
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 644 ms on 2026-09-19.
- 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.controller identifies a Safe-style multisig, an OZ timelock, or an owned admin contract by the functions it answers. A contract that answers none is reported as unknown-contract, not as safe.
- bounty.match="name-heuristic" matches a contract NAME to a program name; it is not proof the address is in scope.
- coverage.unclassifiedOwnerOnly lists functions the source restricts to a privileged role but which match no power category here. It is read from the verified source by matching function name + argument count, so an overloaded or inherited function can be attributed imprecisely. When coverage.checked is false the engine could not read the source at all, and the power list must be treated as a floor.
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/ethereum/0x6c3ea9036406852006290770bedfcaba0e23a0e8.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.