Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

Coinbase Wrapped BTC

Verified contract

Proxy

Active on Base with 209,467 txns
Deployed by via 0xea2626af at 18688094
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $9.97
ERC-20
Value $4.88
ERC-20
Value $0.13
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xe7540376c1e42fcc752e09549eb81754b946b86e4fd47096d4dfefb79de65832
0xb171b3fee9a9412507775d26dfee3763b96b65bfaf305d50037efbfcc1f47b08
0x4852c7f95794eb287320544550a278516289707e6ac3f7168a201d40a7451407
0x7ca854503b5efe3c02cfc6005f36311bf9d6f7f921072621d9690a8274ba5dd2
0xd0383d1fb3f3823148e051d9c1360b60692391067d0c89b0bedef746a58877e2
0xeef388e3509e2c6ab8fdb3dfc46766dc164dfa1cdd1a821750c9ec316fc16c8f
0xd8c02ad1a649f88205cefe11d0292e7a6e56cf7384cf889da208f87bc6cc333f
0x38bbfa254abc7f9924070e52d374f11a16e3d94348fb42a79b0ccfc4ba45dc0c
0xa9bb6bbe5562a51c47da21e6d7dfa626fa09ab63a733fdc91f14df75e0dfe264
0x44ed7cd7932ce753ccb1b90ab260ed8559afbbbe1d8e48683492807181d5a85d

Functions
Getter at block 23217148
admin(view returns (address)
0x5e8114643966b7fd7d5cfdd8695ffc5c51ff32c0
implementation(view returns (address)
0x7458bfdc30034eb860b265e6068121d18fa5aa72
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR(view returns (bytes32)
0xd07a5d4403cc54c2ab3db887e06953046c3e6e2493ff894b093b1710750aa97e
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
RECEIVE_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
blacklister(view returns (address)
0xf903f3a8b30a7b645e76db8511b4121cc96160eb
currency(view returns (string)
decimals(view returns (uint8)
8
masterMinter(view returns (address)
0x1302dfb1f806398f48650c75ab0fda9a0186f47b
name(view returns (string)
Coinbase Wrapped BTC
owner(view returns (address)
0xce56d20689d836ec7a728ceb94a15746696c16e6
paused(view returns (bool)
false
pauser(view returns (address)
0x1ac78dfcae082e9fe286d1ccb12c17a3e906b906
rescuer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
cbBTC
totalSupply(view returns (uint256)
397750321736
version(view returns (string)
2
Read-only
allowance(address owneraddress spenderview returns (uint256)
authorizationState(address authorizerbytes32 nonceview returns (bool)
balanceOf(address accountview returns (uint256)
isBlacklisted(address _accountview returns (bool)
isMinter(address accountview returns (bool)
minterAllowance(address minterview returns (uint256)
nonces(address ownerview returns (uint256)
State-modifying
changeAdmin(address newAdmin
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address spenderuint256 valuereturns (bool)
blacklist(address _account
burn(uint256 _amount
cancelAuthorization(address authorizerbytes32 nonceuint8 vbytes32 rbytes32 s
configureMinter(address minteruint256 minterAllowedAmountreturns (bool)
decreaseAllowance(address spenderuint256 decrementreturns (bool)
increaseAllowance(address spenderuint256 incrementreturns (bool)
initialize(string tokenNamestring tokenSymbolstring tokenCurrencyuint8 tokenDecimalsaddress newMasterMinteraddress newPauseraddress newBlacklisteraddress newOwner
initializeV2(string newName
initializeV2_1(address lostAndFound
mint(address _touint256 _amountreturns (bool)
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
removeMinter(address minterreturns (bool)
rescueERC20(address tokenContractaddress touint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
unBlacklist(address _account
unpause(
updateBlacklister(address _newBlacklister
updateMasterMinter(address _newMasterMinter
updatePauser(address _newPauser
updateRescuer(address newRescuer
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address implementation
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizationCanceled(address indexed authorizerbytes32 indexed nonce
AuthorizationUsed(address indexed authorizerbytes32 indexed nonce
Blacklisted(address indexed _account
BlacklisterChanged(address indexed newBlacklister
Burn(address indexed burneruint256 amount
MasterMinterChanged(address indexed newMasterMinter
Mint(address indexed minteraddress indexed touint256 amount
MinterConfigured(address indexed minteruint256 minterAllowedAmount
MinterRemoved(address indexed oldMinter
OwnershipTransferred(address previousOwneraddress newOwner
Pause(
PauserChanged(address indexed newAddress
RescuerChanged(address indexed newRescuer
Transfer(address indexed fromaddress indexed touint256 value
UnBlacklisted(address indexed _account
Unpause(
Constructor
constructor(address implementationContract
Fallback and receive
fallback(
Errors

This contract contains no error objects.