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.

cicioc.base.eth

Unverified contract

Proxy

Active on Base with 13 txns
Deployed by via 0x7dfa3f16 at 17476314
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $10.11
ERC-20
Value $13,156.48
ERC-20
Value $4,463.7
ERC-20
Value $4,255.98
ERC-20
Value $2,792.17
ERC-20
Value $2,143.97
ERC-20
Value $1,516.98
ERC-20
Value $1,446.78
ERC-20
Value $1,098.55
ERC-20
Value $1,080.86
0x75803dd9e9df391a695355f5d23fd5ca6ae1a8033bdde465bf13db3dd3384028
0x1d21750fde9c893d36ac67b4ca04906874bd3f63201e59f2e8c95be20784ed15
0x3d90eff553ec49b836d2778808f5734345afcddbf5a09e73b2b6066627accad8
0x89c4bbfad17974fe18bb26659dafd27250994361a874415a448a6f2a903069db
0x6c2c05ce13e7ce582feeef3d40f3290020ba8be1ecf3d36c16de25c676fc8f78
0x50f92e0d8c7a85747d3bcdaf4e40d89e9ec69014ae60065fa5ffb76d7bf9afec
0x3b005ee21f07c93a00dd7984a1c8d806d97c8fdd29acb49a3e4f8b941de0af13
0x76b9ba799b9d9ea535b301e801708bb222e1719801bc969d1b60230bcc286383
0xfb888f9e137c1947d84e945d5d926308dad344d7bccee3144a552bcce69381e4
0x2c1d06885b7403e7c5dccd6662ed6c6ec142b8d4d12233a57e73fd3ee4296b47

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