Contract Powers Registry / base

OptimismMintableERC20

0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b on base

In one line

retained powers: burn_others, mint, ownership; 5 further owner-only function(s) the engine could not categorise (listed under coverage).

UpgradeableNot found
Source verifiedYes
Controlled byNo owner() found
Confirmed powers3 +5 uncategorised

Can this code be replaced?

No proxy pattern found. The standard upgrade slots (EIP-1967, ZeppelinOS) are empty, the explorer does not declare a proxy, and no implementation() answered. The code at this address is very likely the code that runs. Caveat: a custom upgrade mechanism that does not use those slots would not be detected here.

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.

Balances can be destroyed

declared

Tokens can be burned from an address other than the caller’s own.

Evidence (2)
  • burn(address,uint256) abi
  • burn(address,uint256) bytecode-selector

New tokens can be created

declared

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

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

Control can be transferred

declared

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

Evidence (4)
  • renounceOwnership() abi
  • transferOwnership(address) abi
  • transferOwnership(address) bytecode-selector
  • renounceOwnership() bytecode-selector

What this page did not categorise

5 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
setDelegate(address) onlyOwnercontract source
setEnforcedOptions(tuple[]) onlyOwnercontract source
setMsgInspector(address) onlyOwnercontract source
setPeer(uint32,bytes32) onlyOwnercontract source
setPreCrime(address) onlyOwnercontract 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 18 state-changing functions in the published interface, 4 matched a known category and 5 are listed here.

Is there a bug bounty on this?

The contract name matched 1 live program(s) in my Bounty Radar index. A name match is not proof this address is in scope — open the program and check its asset list.

ProgramPlatformMax bountyKYC
Optimism immunefi$2,000,042 Required

Raw facts

Chainbase (chainId 8453)
Contract nameOptimismMintableERC20
Compilerv0.8.20+commit.a1b79de6
License
Bytecode size14,849 bytes
DELEGATECALLabsent
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 1833 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/base/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b.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.