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.

fatrui.base.eth

Unverified contract

Proxy

Active on Base with 12 txns
Deployed by via 0x8b3e67ba at 21234706
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $87.86
ERC-20
Value $178.59
ERC-20
Value $27.13
ERC-20
Value $12.97
ERC-20
--
ERC-20
--
ERC-20
--
)
ERC-721
--
0x7e7ed0a8f8fc25e5767940bc9196d9f0f47705d1e1145fc07497901d38a40350
0xd3b54a8c7089df38a34d9d9d43b84a6695aaa383ce158486725ceb9f68e886f2
0x241cb681ddb99d6273aafe18354ca91c6aff53ffef5c6a7120219efc57eb6460
0xaf4ba95cf5ffaa2b68aa612be7a5b749c8342c6088801de12bf1b46be1541716
0xf22017757a6fd76304b475ae5a43e17524a070540b40611631aa97be1dee16dc
0x2ffb0a72810dbf0712e4f30214700aed23da7f586c6a99ebc6c54a4d2f3cd58b
0x2e004d44b35dcda3db3130bf517626f11539a9ef1a8d6e7e12a256a0e2cf0355
0x980b7b79dc23f56d5054d375ee308202551ad8b1af5c5bc5118afab3c4d64ec3
0xaa32d020244bda7ebc95489434e16b356f547e5158a5999d7a6726b04b25222d
0xd1931c1b825949e481c1c4b7b8fc7d9422261e1293861f81791778f468db7858

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