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.

0x2246661eee5a59f7d6d1f719ec7da5400c726975

Unverified contract

Proxy

Active on Base with 9 txns
Deployed by via 0xb1addd81 at 17301192
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.06
ERC-20
Value $0.01
 (#4654)
ERC-1555
--
 (#4653)
ERC-1555
--
 (#4652)
ERC-1555
--
 (#4651)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0x5b30ca0d0d74e788ed84663eb803f79a963dc3fa9b2a0f61bdaa38d37f71bd45
0x47ab99c137c356d9e13755c410dad1ff46407cdbf703fcb16f2a065155174824
0xff38f711533fc1ef4177f1f2e12e8958903dec5b617f497284c706c1a1245cb9
0x02a1e0d099c065e7878ee0ecbfe8808c114dcd95863fbba3ae6f7423198c79fa
0xe9646df51a86a0a13edf0d2dd610d4245b68190fc416d417bfe9d789a072183a
0xaeefc04b053b023ab7514a95399700672ce61c9e38c26966508050f9facf7df2
0xbc3dc2e3a4fd1836c8b90b2fb34485618fd7cdb77cdca8d3020415f5b7cdef67
0x0a645cbb45d93abd538dd3a688a6f40ad5f8dcefd85259114ed4925b65a40d4d
0xb0c33b39d5a7a0e2945d51b768047035d5832088a4b540af901bad0397260b3b

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