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.

0x910da46a634f12bff13deee77f4f26972e227902

Unverified contract

Proxy

Active on Base with 31 txns
Deployed by via 0x1e6d600c at 17636357
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.04
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0xd6461e2407d13f1d3cb701896277ce2902bf8862ef1ec024204fd2cdfb621dfb
0x10922d37d0469875e1f6ac2d3053dd91f56e0d7e176946f268eee302865b2698
0xbb1cc69e60c983938c10327809dbb695ed3a0d0aa7c09ac251d66d9c1d294690
0xf2dd1b0c740248ce9c3b4102573932d30eb2cc735a8264e3e92dd63fb407aa43
0x4de9a8bb496ca1a0aab2ce8b471a67c726e66e4fd29927ba6a8075880f1e7691
0x2c3ab3e35f799fa168c4133a25e47ad71b939c081b7f1f14925049e0c2b72ca3
0x3931bcd3561be27df034204916cfc2134716d9c0bd7c6842938441b3489c51a6
0x36bb2863694283c9c9910b09064884e584edb2825e5c2b3d9af878052ac7aa37
0x5e96749a2a8813a47f20f169f15551f7b3e66ca58c3df63128295138833891de
0xe8cfa58fab65776a116e0ec6ebbb48480db85ae3962d13217a7f90e8dbce01c2

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