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.

0xb44743146b05b2e4f59b1347d623b872607d1356

Unverified contract

Proxy

Active on Base with 32 txns
Deployed by via 0xbdf12366 at 21721391
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2.76
ERC-20
Value $1,476.46
ERC-20
Value $709.09
ERC-20
Value $433.44
ERC-20
Value $0.09
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x774661743597eb6827a326ae690f09dfdb42cd08f44f2c266c434ec09b1caa64
0xdfd8c41e64a0de6a33324f61a14ef2dfaa9db977500311b876b55112227e8942
0x0878f34d679907cda7e235dda228d89fce3889c76ba0d111d277952b0a462fd8
0x5a1ae9c062fb9e3ac9e8bbc84c5907d5df3c179b596b3086c5de719e7148e2fc
0x82b7c23659bee6cd17ca089128da6875680d7b249e2e2bb874dfcd3da028b31e
0x1d3cfaf74d80f2953e398982523e44565267ccfb295f9ebc5a393a903b14eaf3
0x5c8f8dd30ea020247eadb7c060d88a4ac906686157f86e8debeac0f9e24569cd
0x1e272cb26b69c46f2914962a7a81537091d45bae046c1e7f3aeb14769ae44742
0x08d8a2c7ef42b193ae6944b6d8b8f8760df2483cd421e844c0765d36b44fab78
0x8df23fd6db3787c28b7cf2cc4a8aafce7d0459cb2d3b26c87a937e184b1efeeb

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