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.

0xdbbab936426838461c87a6fcd5358c3cf51f8716

Unverified contract

Proxy

Active on Base with 19 txns
Deployed by via 0x4f488d11 at 15810668
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.56
 (#0)
ERC-1555
--
 (#83)
ERC-1555
--
 (#24)
ERC-1555
--
 (#8)
ERC-1555
--
 (#77)
ERC-1555
--
 (#100)
ERC-1555
--
 (#8)
ERC-1555
--
 (#34)
ERC-1555
--
)
ERC-1555
--
0xe7879ecfe8283d1a8132b860ff9ba54d94ac385bd672ed28e1db5db6818af301
0x0d0b9c45d4884ffa91539b57959d82d14d63fbfde900c82e0852ff8aad3d19b1
0x4f65b2ff75ba5019df80e5b162be74215c38dc8e8c9bb738df84aefa311f24f3
0xf8b793ffd742eb24a5fbdd2fa3dff2399fba904e86584c427a79ce664ca4a0bb
0xa9dfe9f7dd9fba053df260688cf118e3cca8c87f54742aabf135b6f7a52904ba
0x95231a743c1f7ec511e037ef821b41f1620ca48c95240acb07467c2cc97a1599
0x2a0f84de45ff80f145477168c0083d34e098b1497dd42a06af257142fbb19aa2
0xd08f9270499b566d51c33b1cb36ea21928c581e5fa436c362202ea7ecba7e0c1
0x1506c556aa6691451111a54c341842956e56edb58e827f6c6912be30e93ad8dc
0xba7d6f417ca8ce46f29e8b07283f0759fe9fcd12bc1fc05717435c3c8a89a462

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