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.

0xbbf98cd4a6223fec2dd0e503dcf25d8798393696

Unverified contract

Proxy

Active on Base with 60 txns
Deployed by via 0xbcf47df1 at 19452233
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0x0be2255c8ac584164b546a791bc9591abda8b08558a98b61a2d09a21c8dd701d
0x03766ad74221f953fc0bff5003b523c94df5aee6ec1c13955fbccbe7de63d9aa
0x548defe359968f72f056487ee65ab39373ad1544076c3d10a5515b34effb1740
0xfca2d7e87aebc25037219e9cefe66d9707316858d383496062d34426b98730cc
0xd566a2afe29f35e08596f0dcf8b68a89853f518541955613f39f7d79f05d15e7
0x58f05962f91064ea6163391f2d223b63b6719a7e815477c8f366774402bd581c
0x07873b4f369cfddefc3c54a98b9c785ac137805857735bd5c0276dd6031fb0a2
0x8cf1e7b08c8f2fc5234313a96da17e2da87cbb5fa12020e0dff01946bf721e95
0x36ce8889c10aafb79dcce300fbf147ce6f2217e448cbb2ab3b144700f0ed93fe
0xb63963313184dcbdc4c4d5e5e3cee41750bb56a123f19b2df992b6afe5299376

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