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.

0x400a5f8c20fa1049774d586d020ffae741020519

Unverified contract

Proxy

Active on Base with 12 txns
Deployed by via 0x121d2454 at 23052826
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1.85
ERC-20
Value $2,775.4
ERC-20
Value $1,905.84
ERC-20
Value $775.59
ERC-20
Value $0.02
ERC-20
--
ERC-20
--
ERC-20
--
0x85a79033ccfc4a6b8ebbf1e4264f7579c99a78685e2367c8da220ba93ea477c5
0x3302cd41068c57f72cd0f7ef0bf1f6272d94ae4471a4ca237d1191d327b7b9c2
0x322acadb4a88db04afa7750c8538ce3a3c112c39794d5c4ec7376505016ce7bd
0xc6b8f781c2b4b61edc7842c7a87e36ecd2feaf753b1784f140778b48cb7cb448
0xfd312f87db015b090b0a8703695318e19cc1c9461a8fd31798dbe73df51f4b90
0xf23f019d5dc5e2d3ee45d16ab6485eec9e8b17d299f942cab973b0b81906640f
0xd79f2a91ef7acde159a247b3d7a2e033ddca2f64191835a96fda9f887e478221
0x72357afd2ea262b8971200808b3e26ad0a338b01cd4ef3d421da1c37d08e8b2e
0xae7c3cb37c16fe2a2bf68df70dc7dfdeb4d7dfdcbf572410519f247d65fc744c
0x03fc467656b99b5f6e58f5311909f1c5cd6d24e0cd826251cf2d2d8a61212169

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