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.

epicc.base.eth

Unverified contract

Proxy

Active on Base with 8 txns
Deployed by via 0x99b1f198 at 16262537
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.02
ERC-20
--
ERC-20
--
 (#4)
ERC-1555
--
 (#7903)
ERC-721
--
 (#2228)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
)
ERC-721
--
 (#10854)
ERC-721
--
0xcbbda2eb80ad8b6759bfc520180cc4ff4ddf537d7929b7145251dffcea2ee50e
0x4a4c62886fcb25db769450b117ef0169aab2e48c4c809fa3acabb136339293f3
0x4801c5c52965f92dbe1f9d5f9a17be106474b524f283f17f9fd26b929894fd79
0x071c5ac9f5be0415a598af9d3f411a00eae2e4d4e5f2be148522268b57f2cdcb
0xa8ff627173712eca045368807ee7789d5dad98695a68bb5010ef8b8c014980d7
0x88ca9bb6a306ca1c4f05f8b6e668b4762c0dcf2036b1f62b456335d9f2d8f2a6
0xa06d73afa5f1dc14cf115cb64ef102ea04c9810d50eea005db6171d601e18acd
0xa6002b6427245b97664e6d1b3ae0ad9b54325530b9b53fd3b379cfa284b71b40

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