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.

0xfd25cb3ec414f5821730c4af05f743bf00674af2

Unverified contract

Proxy

Active on Base with 12 txns
Deployed by via 0x6e40235a at 23377551
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.08
ERC-20
Value $117.66
ERC-20
Value $109.09
ERC-20
Value $104.44
ERC-20
Value $80.94
ERC-20
Value $53.19
ERC-20
Value $49.73
ERC-20
Value $48.07
ERC-20
Value $47.28
ERC-20
Value $45.3
0xafc28dee4b457c25139e08d9a5f074deba18bd15ee05c799f577e51dd3568b25
0xf5ef8991cc9ac0ac727ad8367fe884c99d03503eec3bf5ce4da15e70c113baea
0xf7dcbdfe129d4920bf902d48bde48acb6c29ea32a72b314071656301903a55c4
0xeb5dece3c6ca75c8ea1100452ae61bbb0ad3f2528135afa2a8e99ea4c3d0c1b7
0x5893245db13a576310a382ac9f7db24bd0eb421e212e6a7905c212c4581ea61e
0x69cb4f251f76a5d338c5b4e12ca31a089a154dc078bffcab47978091e7647422
0x441f82e8421335d599725c975e7710f171621a62cfe856d37f992fa1089fcc59
0x9492aa41d7d4b1e3cf88a5f08c2bc5165ab889f35f3e79172f6f615f82466412
0x68e53fe02e2d74691fd8c22708fcf8bc44af902e879675430009589f9c42a269
0xe870fd15998b696a9d9379c0a6edfd1065a27c48a0f4c12ac4d3d6a265b1481c

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