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.

0x46af80b5b9b92c77562281de16643b95357fece7

Unverified contract

Proxy

Active on Base with 55 txns
Deployed by via 0xa57c47c8 at 15471039
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.1
ERC-20
--
ERC-20
--
 (#2218)
ERC-721
--
 (#2217)
ERC-721
--
 (#2216)
ERC-721
--
 (#2215)
ERC-721
--
 (#2214)
ERC-721
--
 (#2213)
ERC-721
--
 (#2212)
ERC-721
--
0x935dea791d53a7e7a4ee81ed4ef67727bd23d7dea5eb402ec5c8e81819a1ebe4
0x82620ad3cb7526aa2dffd911650bec9e247a83b219e47014a17bf80280c19e9e
0xc0c00197b11a2fd2f6ec1cd69c93f47309671b6b03c955fef2de592242033813
0xe8cb152647635e8eab52e828ac8034707425791cc421cb487b58daa2684be441
0x5c4d95453e46c5c4e2fb742e1308e681e84b9e3b6e6b93628d4e117ebec97083
0x5b37a508743014b3655eb540baca9defcadaa860e8805f6bfb39781da8c77ca9
0xdc2dd10b11c77c26dd603cd38146e5e50d310663f07b9bdb35bacce284457467
0x4ee70689cd6ec665a99691ee3456ba21f504e395cff9db842bde2a8b7a963ee2
0x05db629e6fb9ba989036cbfe9acbc60e5b4dccdc003e2f06a0694b64722bb3c5
0x60e58348fde41abbb2d1b036efc5f4a5b01e13aee940f143a118b13d5e9ecd4e

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