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.

0x360e8c61acbf7ef09cf0b013b588bffdeeeb649f

Unverified contract

Proxy

Active on Base with 9 txns
Deployed by via 0xf9aa6c59 at 19647707
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $34.81
ERC-20
Value $17
ERC-20
Value $4.97
ERC-20
Value $3.13
ERC-20
Value $2.25
ERC-20
Value $0.97
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
0xb4dcf79e71b451d286a0e0349601d8cb673e4e83b6414bb4fab171e2bc2a2504
0x15c1acc4016faf6db591a57674a4d47c3f5a700d7da372d781e9aa251956f0ae
0xb0121818ffd1af12f7e313c1e477bd3295a3cb4e794ebdc8d96a699a5da466fc
0x8f7d075b65ee74b8ade2ad34a7f14cc7c35b3e8653ad6e7aef423b8ad36195a8
0x99ab5656341556d109c06d430f4c5f015ef9e9ac3e79a3b20cd59952bc9239d4
0xb14b850ddf1091095cc0686989bbf8ebc511faac8f9374cf454fa23c08b6d974
0x29b940dcae760561fb1d2796eee1347cc2b92d42d25a8be29bda3dad3567a74a
0xd9e1d0d1c9cb8441ecc61d257431923844e3d094b03101233b6c8866de821549
0xf07105ec2e275c047393befb6c22a63c9772a32865ee696460ef4157865329ab

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