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.

0x3b7016a50c42d6e45abaec07e93e4330a3d64a5b

Unverified contract

Proxy

Active on Base with 18 txns
Deployed by via 0x7981f50d at 20565673
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $40.3
ERC-20
Value $612.78
ERC-20
Value $1.63
ERC-20
Value $0
 (#1)
ERC-1555
--
ERC-20
--
 (#3)
ERC-1555
--
 (#1)
ERC-1555
--
ERC-20
--
 (#1)
ERC-1555
--
0x7b6f58878d6c389838fce21d0f3e9c9a65fa9b942fdc1e88398583d5be0af217
0x8c00bd155e532fda8f3501ab228fc5795d8e441bd93f58a78f4a49118690df4d
0xe511c8814cb36639b2bcb334e68bf40e83adf3cc8e45599b40a8fb1fbbc37408
0x3374502ac9ec425afd912fc4086f28182974054101e5bb5bed45820a36add9fc
0x4afab045f579e12fd2df0f83bfbff31b0c39fc81db10aef0fa284e42969c6bee
0xadf206f916b8275fc37286468a263bb6b2f98c9bbfc3ff95188e84e9c8033d38
0xf678cdb873dab49056e44bc8880a8085a4919fbbc167043ca2647544cb550305
0x2525c487aa1b133cbeee957865af960dc68ba1664eb5417905385eec0a197b4e
0x98555225b8f898d3dbd76482fa5877c85a745c25a2b7a0702541eae043880233
0x45af4c6f2876a890a112c90c1bbc87805f76308c95540352f93eeb4510acfa85

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