Contract Powers Registry / ethereum

TUSD

0x0000000000085d4780b73119b644ae5ecd22b376 on ethereum

In one line

upgradeable proxy (etherscan-declared); admin is a contract owned by another contract; retained powers: blacklist, mint, ownership, upgrade; 12 further owner-only function(s) the engine could not categorise (listed under coverage).

UpgradeableYes
Source verifiedYes
Controlled byA contract
Confirmed powers4 +12 uncategorised

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.

Patternetherscan-declared
Current logic0xdbc97a631c2fee80417d5d69f32b198c8c39c27e
Logic nameTrueUSD
Logic source verifiedYes
Raw storage evidence (1)

Who holds the keys?

Owner / admin0x0000000000075efbee23fe2de1bd0b7690883cc9
Found viaowner()
That address isA contract

owner is a contract — see admin.controller for what kind. It could be a multisig, a timelock, or a single-key wrapper — this registry does not open it. Follow the link above to see what that contract can do.

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

declared

A specific address can be blocked from moving its own balance.

Evidence (2)
  • setBlacklisted(address,bool) implementation-abi
  • setBlacklisted(address,bool) implementation-bytecode

New tokens can be created

declared

Supply is not fixed by the code — the privileged role can issue more.

Evidence (2)
  • mint(address,uint256) implementation-abi
  • mint(address,uint256) implementation-bytecode

Control can be transferred

declared

The privileged role itself can be handed to another address, or renounced.

Evidence (2)
  • transferOwnership(address) implementation-abi
  • transferOwnership(address) implementation-bytecode

Code can be replaced

declared

The logic behind this address can be swapped for different code. Everything below can change with it.

Evidence (2)
  • upgradeTo(address) abi
  • upgradeTo(address) bytecode-selector

What this page did not categorise

12 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.

FunctionRestricted byRead from
claimOwnership() onlyPendingOwnerimplementation source
claimProxyOwnership() onlyPendingProxyOwnercontract source
destroyBlackFunds(address) onlyOwnerimplementation source
disableProofOfReserve() onlyOwnerimplementation source
enableProofOfReserve() onlyOwnerimplementation source
reclaimEther(address) onlyOwnerimplementation source
reclaimToken(address,address) onlyOwnerimplementation source
setBurnBounds(uint256,uint256) onlyOwnerimplementation source
setCanBurn(address,bool) onlyOwnerimplementation source
setChainReserveFeed(address) onlyOwnerimplementation source
setChainReserveHeartbeat(uint256) onlyOwnerimplementation source
transferProxyOwnership(address) onlyProxyOwnercontract 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 22 state-changing functions in the published interface, 4 matched a known category and 12 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

Chainethereum (chainId 1)
Contract nameOwnedUpgradeabilityProxy
Compilerv0.4.23+commit.124ca40d
License
Bytecode size1,479 bytes (logic: 9,169)
DELEGATECALLpresent
SELFDESTRUCTabsent
CREATE2absent
Explorerview 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 1621 ms on 2026-09-19.

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/0x0000000000085d4780b73119b644ae5ecd22b376.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.