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.

basedbro.base.eth

Unverified contract

Proxy

Active on Base with 28 txns
Deployed by via 0x9dd05e99 at 17017931
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.16
ERC-20
Value $590.37
ERC-20
Value $328.85
ERC-20
Value $6.16
ERC-20
Value $0.37
ERC-20
Value $0.13
ERC-20
Value $0.06
ERC-20
Value $0.01
ERC-20
Value $0
ERC-20
--
0x78c46c3e325546373ce7c01faf19f5f3f230e391b593bae0efe950e066532715
0xf5cb09b883016a5029d50be2eb3ff52dcc26b82bceedbfb3432fbfa14852bc91
0x0d276bac0a3ea2bcd81256f5a83e84c5e23d78b13d4d77fc89e1a1a2aab1fc63
0xa55d9a52108a2d53d05f4cddd9ac6b7d0e6cbaa71d8d04866ec02f9f157ed0be
0x3158bddf22b935dcaa82742d240cc32fff549ede8f71f0ded88d7667efb69259
0xd26c1216f63adadfaf215f040057b0f5f19c39e0f3b26ff2d11bba06f6631768
0x0dd6e8d97b3221239d209dee1034fba2c037943eed3a77ff77e08cbc1c85fc40
0x4c0264cdf369dd2b3aa8a987832ab1dee4f4751121894ded96fe9d65a0cbceed
0xe25bc9ae2954466240ae4166ec68c24f18036ad4f212669768e327f6e6db7312
0xc26abfe5744e09d81317b464768c018db9bc071a051e70817558c79cfe773a1a

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