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.

0x759fc74fb2efd6e5912883e52d02c25407f28d15

Unverified contract

Proxy

Active on Base with 31 txns
Deployed by via 0x2fc2d33e at 15467733
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.05
ERC-20
Value $0.19
ERC-20
--
ERC-20
--
 (#1631)
ERC-721
--
 (#777)
ERC-721
--
 (#776)
ERC-721
--
 (#775)
ERC-721
--
 (#774)
ERC-721
--
 (#773)
ERC-721
--
0x08fca2b3bfec7667fbd9417a8e48e04de9582ea775d82ebcc6cc4a79387d83f4
0x8fc24bc0d444233f575341112f4ae58b8336433795d1a671d50e67fe8b13518c
0x427be5a6572c6306139cf3699e09f23b56e164cd60c556f4b444f7b7426dadd7
0x35de627d6227c350a0fe826d897e88b515ce8396e3ba20b335b1d1aba08056bb
0xc1ddcfc5c7cf332d7cd54190a3a4a94e4b6f45ec7f8409df059a71c92be77be0
0x83ca8e6aed51320f6ae0cbf5fa6f4a0b8f4a6dc57f76f97968c0d237aaf1d386
0xf633e34e2bfc6cd0eb84f573b0efa9727f71362912aae50fef369df07cfbeea6
0x5200b12d8b5bd732d5599afb59841367a45c2464f15eb9955e14a15f2bf5d872
0xd561d53e5165f624f0afb1d59ea9eed3d258ff310cd6c6c0cf716a16752b3e1a
0xf323576109910783b517790817332948051738fafb9de732c74971011f6f0627

Functions
Getter at block 23792740
REPLAYABLE_NONCE_KEY(view returns (uint256)
8453
domainSeparator(view returns (bytes32)
0x9e7f516246b793d74545510ba2da18e5feb9f3f10662fbf28d1b2b06d597d0bf
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Coinbase Smart Wallet, version=1, chainId=8453, verifyingContract=0x759fc74fb2efd6e5912883e52d02c25407f28d15, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
entryPoint(view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
implementation(view returns (address $)
0x000100abaad02f1cfc8bbe32bd5a564817339e72
nextOwnerIndex(view returns (uint256)
3
ownerCount(view returns (uint256)
3
 
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