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.

0x9cbe65b6b070164f4d35388be56c6958080b3221

Unverified contract

Proxy

Active on Base with 7 txns
Deployed by via 0x428773c9 at 16576820
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.38
 (#219)
ERC-1555
--
 (#200)
ERC-1555
--
 (#187)
ERC-1555
--
 (#149)
ERC-1555
--
 (#129)
ERC-1555
--
 (#79)
ERC-1555
--
 (#65)
ERC-1555
--
 (#62)
ERC-1555
--
 (#60)
ERC-1555
--
0xeb65db0ec481cb4ee39c9f572741d68a622e02af79b096551e3d41c201dbe389
0xebfbae8da3b461756385cf7a1806aacc7832f3d69acac5b5640562bcbb6acb76
0x42f57cc536cc46e9e108b0646d9fdb1aac2e08327c45356bf5af0549f2237623
0x8cdc91f946cbb2e167aa89c849a21b5bf55dd4e5e4559cec240b12a28afc7c26
0xad36632db89bdfac28f6234e8a7a89bbeef591cf96b088a91dd7025f3b3c43fe
0xc4f68222d2d1ef4722c2e5e740146a1390522c90f2a7489daa4e1b3587176498
0x3deb5b8b03a859767b679cf4bc8250e39f983a504835cc74a6d204d688a80a32

Functions
Getter at block 23886460
REPLAYABLE_NONCE_KEY(view returns (uint256)
8453
domainSeparator(view returns (bytes32)
0xc79d31441c72334087a782ed11171bcacf5018600a6b74f7299930e39eaffb08
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Coinbase Smart Wallet, version=1, chainId=8453, verifyingContract=0x9cbe65b6b070164f4d35388be56c6958080b3221, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
entryPoint(view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
implementation(view returns (address $)
0x000100abaad02f1cfc8bbe32bd5a564817339e72
nextOwnerIndex(view returns (uint256)
1
ownerCount(view returns (uint256)
1
 
proxiableUUID(view returns (bytes32)
removedOwnersCount(view returns (uint256)
0
Read-only
canSkipChainIdValidation(bytes4 functionSelectorpure returns (bool)
getUserOpHashWithoutChainId(struct UserOperation userOpview returns (bytes32)
isOwnerAddress(address accountview returns (bool)
isOwnerBytes(bytes accountview returns (bool)
isOwnerPublicKey(bytes32 xbytes32 yview returns (bool)
isValidSignature(bytes32 hashbytes signatureview returns (bytes4 result)
ownerAtIndex(uint256 indexview returns (bytes)
replaySafeHash(bytes32 hashview returns (bytes32)
State-modifying
addOwnerAddress(address owner
addOwnerPublicKey(bytes32 xbytes32 y
execute(address targetuint256 valuebytes datapayable 
executeBatch(struct CoinbaseSmartWalletCall[] callspayable 
executeWithoutChainIdValidation(bytes[] callspayable 
initialize(bytes[] ownerspayable 
removeLastOwner(uint256 indexbytes owner
removeOwnerAtIndex(uint256 indexbytes owner
upgradeToAndCall(address newImplementationbytes datapayable 
validateUserOp(struct UserOperation userOpbytes32 userOpHashuint256 missingAccountFundsreturns (uint256 validationData)
Events
AddOwner(uint256 indexed indexbytes owner
RemoveOwner(uint256 indexed indexbytes owner
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AlreadyOwner(bytes owner
Initialized(
InvalidEthereumAddressOwner(bytes owner
InvalidNonceKey(uint256 key
InvalidOwnerBytesLength(bytes owner
LastOwner(
NoOwnerAtIndex(uint256 index
NotLastOwner(uint256 ownersRemaining
SelectorNotAllowed(bytes4 selector
Unauthorized(
UnauthorizedCallContext(
UpgradeFailed(
WrongOwnerAtIndex(uint256 indexbytes expectedOwnerbytes actualOwner