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.

0x8a79d0c2b1992554409847d7188b5bbf573a1a37

Unverified contract

Proxy

Active on Base with 20 txns
Deployed by via 0xe5dc05b9 at 16838096
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.8
ERC-20
Value $880.36
ERC-20
Value $21.63
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
 (#1)
ERC-1555
--
ERC-20
--
ERC-20
--
0x7b4e4bfc22cda9381673365d81a4c13aa0c6bb4266f89c571560f1bc7da3d6e1
0x53b58fde3b7296a6caf059d3eed59cd5f548e49c77334aefda49516aea86d549
0x269220cb86edbbb501abd82c14c5ec3ceb784b3ec6b66a18bece2554102a8f80
0xc4169a7f587ef7e2b8eafd44d8981b586a9a2e4a19eaad214e8292a77e665ec9
0x96deeb440075bd2f53c27644002de9f5e38bb51a98e8a5ae61e80e95128bff2e
0x719a50d0aeb93f972304e56a2b7e53a9e188e4aa9666bcf916eaee1db219a2f4
0x0d87f7ba4aeffb2d02c9cf5b28c845fc64b4f943d47bfa6357df750ab4b365b2
0x986f2211a9fca9c0c07ade4a7a535ac51cfc5f6ec811e200cd130c8af0c34254
0x6478c57ed26bcafdaa1ea5442492a325985123d87372ceaffa892a3dbdb67538
0x5abeae2804b53ea0292ecdb085d491224b7cba061bea82eea6acf446a5f1dd58

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