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.

cwallace.base.eth

Unverified contract

Proxy

Active on Base with 10 txns
Deployed by via 0x0b788f75 at 22792797
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $12.76
ERC-20
Value $113.75
ERC-20
Value $42.02
ERC-20
Value $35.5
ERC-20
Value $32.32
ERC-20
Value $25.83
ERC-20
Value $19.61
ERC-20
Value $9.87
ERC-20
Value $8.61
ERC-20
Value $0.38
0x4c7a25d9c180098d6d0115f6f43f62317da07ab830211a57b1a3f48a3a972b96
0x1b033515472e33247a54e42feb003bf9ef91b0b609ade5d26f9b9a56644d2401
0x017a296bb41461f94c78af154b7387695d9792ea8c3c28911642acfe10555dd5
0x4ed6572cbe970c46330a305f6274ca000c2b69f16f4ce1cc76fb333ea62cdb8e
0x5d61070f2d74435af0d99ed22da62bb6ed8dcde21fe22ec4dbeed59afcd56bf0
0x7740b75c5c9d01ed659bb515283b1d1f1628c57a450bc619dc85a23ddd7add80
0xf8506992cc33d7771956792f89f9b6bc12668c4083b62190aa5ddebb636d7365
0x410495da68b17d9b365b3c3b4605d01c65be237d752255390079c66bc0f7df95
0x21fb6f5a724081325cb8811dcdb04c1eb7b594c6684656dc9845e2133cb2ff6d
0xfb9b0987c72e4593d071e46e2cbb386d91570cc3607d8eadf1b79808a9457597

Functions
Getter at block 23774106
REPLAYABLE_NONCE_KEY(view returns (uint256)
8453
domainSeparator(view returns (bytes32)
0xbb1d40d081b82cf7ed8decd044bad800de452b4fe6752d93aae909a659dea1d7
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Coinbase Smart Wallet, version=1, chainId=8453, verifyingContract=0x06a66fc0a0267d4e0cb46f1b2fd1937c72cca0ef, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
entryPoint(view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
implementation(view returns (address $)
0x000100abaad02f1cfc8bbe32bd5a564817339e72
nextOwnerIndex(view returns (uint256)
3
ownerCount(view returns (uint256)
3
 
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