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.

jhonmarkkk.base.eth

Unverified contract

Proxy

Active on Base with 14 txns
Deployed by via 0xfbe28634 at 19267268
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.02
ERC-20
Value $1.15
)
ERC-721
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0x4305f956b438dc3a4cac320419d64c83b1c4cf9f9f7f54d592677a98eca3c6ed
0x80e5c886dc3e68c97da5996c05418ecc817727ec28bb39faeaae0a788b78693c
0xdfc432cadc826b643694d1fe0141b3e285285eba471c3770d2493bdb7b661c8f
0xe1fd0aa0298d5157150f63646f85868ece8b90e7e49c4a448fc5880f5a881e3e
0x3f122bdf764f11e3b3c4d3778a7e06523554daf5a45a2e12199af147b08f9823
0x8eb60b269b5227b8746ea6600a6b5859581ccf9ec77fdcbbf1067555d5c56d8f
0x6fa096ffae724e73565e07d7bf94268ffdfa354a1ad0bccceaa124e48aa35e24
0xef499d6650ec7358ead3145ed29f218fa309de8652aa87bcc550fb283911294a
0xf7b3bcc17ee30c534d2dce827ec9add0efbfb7bf15a4ab00446784bbea5c4724
0xb332de40329cdc8fb0d40715d4ba2fbd513c8077c0942f44896d4a210520212f

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