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.

0x67c285d1825980e4e101bde2238b7cbc2f1b4da3

Unverified contract

Proxy

Active on Base with 46 txns
Deployed by via 0xba4a478a at 17322291
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.22
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0x9e0d07a74a9e057ca9aac3ef70a34c85a0108be8f39e93e20c2aa46810114abc
0xee702ee25650588baa1e56bb25d42a0926ed2f002a9904c4fddde8ad4ff8ccc5
0xa8b144e51b8d3e42d440d5ec9f4a96eaaba5f181071f2fd285613eef29a16de6
0xd2bda264d69307854cae8972fb262c149f071fbd3d7b0e19a5cde525efb46e7b
0x72580284ce376ec2fbfe392325e03e858373cfc725a70a949de6f585ef0b3772
0x75b049b64c14b750542c140df97b107888e1612ba48e6e1d6a1aa46fe2173156
0x6567d3bc3e8fbe1c1d4d56a212a20845cda00a42ccda8d041b8c7991e96324ca
0x203b581d249d83a217ca3cfe8526182de594122d30d4706ae97fee46a583d94c
0xabcc4553038ab84ed18e254e9f7c9857f1be6b23e945e2b073378b4d0f782709
0x9d6dfa0bf3a1fcdb0a96afcb4ac11025251ba3f80d5e7012ef20efe7b29d8e58

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