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.

0x60ef116248a6cf6a7a6ce16f3565c91e2e343cfc

Unverified contract

Proxy

Active on Base with 27 txns
Deployed by via 0x6f7475a6 at 16118365
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.29
ERC-20
Value $0.05
ERC-20
--
 (#2)
ERC-721
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0xba77054e52d36e90d1fca6644eaaa619e7fea423f418859278bf7a89184259d9
0x184b57bf5155c0d85a7d7aac31c0bd126ede224f082716ff7afaa1b21f2fcd35
0x09237d1acb5ae606368ff4cd0ff388e1eb9807f83f1ecf1e6e9859dad6de8ab2
0xf4e2a6f69803b4db34808a2b0c59591a84f052c977d297b7ee920772100cac1d
0x00a4427f3d03a62f686731a3e7469822bc040acd830d114aac081e73d0e01389
0x186b3977f74f35f61436307fd4d971086a5a73375c4724a89164c3e7e94ddeef
0x0420e612ecae27f2efc21abba2bf65f9e1f4f0aacefd352d21450606e3be29be
0x7d7dc0dd0ff2f7869a445341e04897d0d86b6d19b8d3328546687838cc8eec0a
0xb66fd66af2c4530c72f437dce3128ab45f9265ebcd77ee797affd22894e19eff
0xcfe1986422888eed4ee92c02e985172a5216f90e8deb00c443f9fd38474a39dc

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