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.

yoheiharuo.base.eth

Unverified contract

Proxy

Active on Base with 20 txns
Deployed by via 0xedf55fc9 at 16559936
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.01
ERC-20
Value $0.32
)
ERC-721
--
)
ERC-721
--
 (#1)
ERC-1555
--
 (#0)
ERC-1555
--
 (#93768)
ERC-1555
--
 (#86738)
ERC-1555
--
 (#81306)
ERC-1555
--
 (#81305)
ERC-1555
--
0x0e3fa9d6ac6a36715e0bcd81b47e951b9c0e781eb90c73dee0cfb096bb31e7f9
0x3673f41cc43a198ed40600fd15efa414abafdccdbdacf2aad4b2fc3798a5658b
0xdd2e57bf4e79355d7ad623020ca0d270bccb2fcea98bacd608c7316ae5febffd
0xa6bbf553a939b17bb5b7f26b7ffe51c849fc31915263da2c6a77c425883f952f
0xa1e287570c3b4167dd38a019f97ff71a0bf3cec3985e1fa6de4236de3bbc4c93
0x0ad9c86baa527f582961e14ff9f468520be1b97e9be6a8ce658964cc7672fe8c
0x3576e3d23148b555ad248599ae4ae3db82a6feeac7d97e0a06a1b217ca1a4983
0x9395e88c7792dd44d635a60eccc96343dcda01cf89f390ad5ff94dfa6c6f0de1
0xc287deb355770c7252942b6a77dd8aa020886b12d239175860b677495eb1651f
0x8418a098ed5236efc3dd4b78f4a08be3518b6391e70834cdb2d09f10351a4652

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