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.

0x3e6c467b065fe223bf9828a57496dc119e5eeb92

Unverified contract

Proxy

Active on Base with 11 txns
Deployed by via 0xd1c870e5 at 17037241
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.02
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0x77a9f3c49954c5b48e74833341be218210326ac37f3a2ddaa14e2db4dd7d0bf8
0x2ba39bae14c880e67a863f64440844b26730e6f7c1f506cf05d653931c2e29fb
0xdf381efcef724c19a18681f045248c0b09d3c74c5782ee51805b78074f1066ff
0xb6c94c683af00ffeb9a8d2cc27241fa48de0ea4309f21bc9c61d46ced9f15d2e
0xb9e25c877e9b272c46ea6aa17158edd077d9779b01f4d596f4759dd17f8b4eaf
0x5ea6887dacfd789ed1b891209cc43c9d95de5bc7e065c636c85196313155100a
0xd5db0294d845ddaa656ea5e150557dd93cbc5f5732adb4f7bad510538f020ee3
0xbb8e334757726740b8dda415ab5a1e4e468af655d24ba24ed94ec89c3aae5c27
0x610d24b9167cf73b5917bafb12070f4234ff3ba5d619fd025abf836b28932bd9
0xd32bad1ea43ac211451154966a5636824dc8abc26bdd283510fd31548d20f926

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