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.

0xa36ec3651b889017e6b7928670fda1e0ec5b826e

Unverified contract

Proxy

Active on Base with 8 txns
Deployed by via 0x866dc394 at 23257972
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $9.59
ERC-20
Value $16.7
ERC-20
Value $3.62
ERC-20
Value $2.05
ERC-20
Value $0.81
ERC-20
Value $0.51
ERC-20
--
ERC-20
--
ERC-20
--
0xca896f450774ecd7d934e6bc62c4f22c2f0ded8a622eb095a02566aeaa816669
0x1024dbf728f0523ca88e26c5f25890c3970ddc0bb63ea2f6b86df50926d4b075
0x8cc640feb0cdfeea36fe3f16d65f5e8fd5ca36f46cc97f0af3ae9548d341b5e9
0x061db7921c9b3e2ca64ce3aea7acdb0388e0ce482be22eb2602a4254fa71a5d9
0x91519a2e7e1b0a2cf08045e68ea760fe439fde0ef71f582d9115ba3e3963597a
0xa5ee58fc2af8a3e33508c7419799e3445e5d5f1ae02c72eadd521fdb72968942
0x7682e8148ca694fb26791b52662d8fc2d53a045b325c4aeb7f5d43cd3a6af8b0
0x4f0ff733284211c8dfe1b1491285f59c5240b28cec165ee8b26562bdf4bdef82

Functions
Getter at block 23757521
REPLAYABLE_NONCE_KEY(view returns (uint256)
8453
domainSeparator(view returns (bytes32)
0xd3b7918d1d4ccf13a476f409e2163a0f688739f5ceaef4f72777e8bdf7381589
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Coinbase Smart Wallet, version=1, chainId=8453, verifyingContract=0xa36ec3651b889017e6b7928670fda1e0ec5b826e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
entryPoint(view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
implementation(view returns (address $)
0x000100abaad02f1cfc8bbe32bd5a564817339e72
nextOwnerIndex(view returns (uint256)
3
ownerCount(view returns (uint256)
3
 
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