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.

0xeb4e43779c50704ea1743bbd0de4fa256af00b8d

Unverified contract

Proxy

Active on Base with 6 txns
Deployed by via 0x4a520c91 at 22593720
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#7)
ERC-1555
--
 (#112)
ERC-1555
--
 (#86)
ERC-1555
--
 (#55)
ERC-1555
--
 (#28)
ERC-1555
--
 (#8)
ERC-1555
--
 (#111)
ERC-1555
--
 (#75)
ERC-1555
--
 (#41)
ERC-1555
--
 (#40)
ERC-1555
--
0xcdf2b94bdb1a55db0c659bf6c5039498c40cfbe60f5844659e31a7bb00e11c3f
0x3bd85083c2c08fdf81c5859688bd58cb139422e8b025f3434040fbbc957ac3ff
0x0daeb8e1e4b8b80f358c68b65c8d9abce2b6109a33b1b71066c9e555009d6d9a
0xf0c6facb1d020b7511c6b7466f9113b4cf8b38d5c59a5d7c161643fe2eb7412d
0x32fb4e90c6a73b7a85bbda077c21a20f7bdbffd17b9503aad4727f8149afd826
0xa29e9ceb44e275826f99a0b35be734ca24d933f0cc86c96a21deddcc8ce6e221

Functions
Getter at block 23768641
REPLAYABLE_NONCE_KEY(view returns (uint256)
8453
domainSeparator(view returns (bytes32)
0x49fc93f8baa3781c8a0bdc6368d7f3bf79367ce4cc46c21b348130dd12b972f9
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Coinbase Smart Wallet, version=1, chainId=8453, verifyingContract=0xeb4e43779c50704ea1743bbd0de4fa256af00b8d, 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