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.

0x1b773d317704dcb0448f0518cdc1c26cf67d0e9a

Unverified contract

Proxy

Active on Base with 15 txns
Deployed by via 0x02fe7076 at 21563246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $55.08
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
 (#1)
ERC-1555
--
 (#1)
ERC-1555
--
ERC-20
--
ERC-20
--
 (#9)
ERC-1555
--
0x8e8ce67841dd131a6b80769fbc5cc1c03aea0c3eaf2172121fe7604a2ce4c6c6
0xe3ede131bbbad777a4032fb06283f7cf0c5e1c416e13492f627961db10adec75
0x079e025c37b73e648bc3fc90e7e8244896f1d2bf89fdcbf61ec483c11828bc6a
0x05f09641681c2fb98d0b6827b84e87d55e2c97d2606725fd73a47b37401ebf81
0x2045c61bdf365d377c494826361b46e8417ef0a6351228f8bd09195357d81969
0xe46f283b61a5c2fb0918d8f5121cc72241c1e7dfe7a320543d6396fbbcd8f771
0x3327754c558c872f1a0168f7d31ad8420673c48b5436219de8b48d782d35b71c
0xe5bd9d727e2ad4d11b03d9882216d421b987593516ffa6804c1b8faeecab66a9
0x7aadbbbffef1eb66831b28a6beac454e91e6f42697b978d15ee5252fb6006f76
0x27f806e2d516a69d7a94bfd488199e6718e13e4cf2d6fcbc8ff778ec60dbc9ab

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