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.

0x2070d2a2ba63fd1e0592a562cfc1308208052260

Unverified contract

Proxy

Active on Base with 10 txns
Deployed by via 0xa81a04dc at 21239140
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.01
ERC-20
--
0xc499f8ebd8e7c746018166407857cb82b06711fb030c3f72537b0d61fe95b07d
0xa4f54063f45d66210b8a27e54f2675938bff9af83786873df0a9a7a156a8a420
0x321aee70a5206c39c2e2fa66bae60cefa1ec9facfb1a42b211ea881b94e4119e
0x77017cb86cb2b0afea8d1a07086a2ad14644808707cd16f65bfcda613fb6dfeb
0xdbae8b52ebc1aee04363e8fa9724188b73e583c2bfe52a4e478a8c11c2eb06f6
0x8cdb6e36469efda812511da5173f7b382539095bd9f1547465eef818e5ab09eb
0x4e92e36346eb548c10084fe2eafa98a0f736784ee01072d9cd93af0aa091a97b
0xb267ca06aa4b1210bcf2e747619b54f934ccd907f2854ee08fe23b785c3cc355
0xc073c2ea0522a60f90874a2556d0fbc27c6703086b186137e0fdad41d79d92ff
0x6b8cd81643a02b21cd4171f2cfd4511a8e30bee72cf66899b1f80cddc837e9dc

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