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.

0x7a6b35f0837bb1135dc90d8259e815ea88a97726

Unverified contract

Proxy

Active on Base with 12 txns
Deployed by via 0x55e44342 at 15841796
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.96
ERC-20
Value $0.08
ERC-20
Value $0
ERC-20
--
ERC-20
--
 (#2150)
ERC-721
--
 (#3)
ERC-1555
--
 (#905)
ERC-721
--
 (#904)
ERC-721
--
 (#903)
ERC-721
--
0x82a7fc0b33d23f67e7e4a8c5bef5b801f1599538b061062a1d59109ec3301da8
0xe0f54f77e5f3d125c7b287b1531b0a21a904b8228b635423cba42f511061f93a
0x220c69f99da411b31a59ded73879b398a0c61777538cdf556661001e6ae3f367
0xabd259a79af0e0803143ea03d6c6f9049265a463a5531b1da341c973f91f811d
0x20462aa8691702545e8cb6af94225e8f93df5357a4644b14883f742160411612
0x1105548c607189a35deaafe6936c7ea7a6b179a52dff8d2bc249461de45193e2
0xc5084ba89474bf095ba5a3735fcbf527923f65a7c849303e5b35ae3f2a46749f
0x0c02fdcf0ad30730991aa815d14dd3ac54d1f63680182e0f1b6f621924814afa
0x500a06e4541aa05a86fd1b2cfca7e12cadbc750482d4ffd485d3e9cbd48a8ce8
0x4f0e4e31e1b5ccb8fd1a9ff66b4d776016e1b430279ab8d54f7348140ab048ba

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