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.

michaeltardi.base.eth

Unverified contract

Proxy

Active on Base with 44 txns
Deployed by via 0x87ef6b0b at 19379393
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2.91
ERC-20
Value $251.91
ERC-20
Value $229.79
ERC-20
Value $161.22
ERC-20
Value $93.55
ERC-20
Value $81.39
ERC-20
Value $43.91
ERC-20
Value $15.43
ERC-20
Value $14.82
ERC-20
Value $12.3
0xcba4a4b405767c788240ff6eeb2e9de401e7dcb17fdf9132d84ff8b4035f3d6a
0x0210dbec83fbacbe7e23d745095248806a5fc798b579944f13eae52cd14da6d1
0x317ede595810988d0b5d19cfe2a83047ad5c36c4984db2c842f45592dc0714f6
0xff0f5f395728b431af6def861dd7d872a1c973d7095a0112fa5daf73a190b8d0
0xb8490171d564789f65d5abb7d5eb1ea3c73764a8937810f5d17dfafaf4201b14
0x78f929e06424c093522b1e657ef28d65d8a5ab3c1a00b5911017845caa76c0c5
0x7a95e45c4936229639cfdc0c8febec80ff422e29f8ef0026b9e9e68fcf767cdc
0xcd4a98e1cf9e8fcf3786059b1964e183c3c90e31ac698832d53407fe7e60ce89
0xb199ba7b58e8faa815e890dd05c0b3c41ca48475a57716fcc72b643647ad3553
0x5cc70bdb6fcdbc92bde0efd80cb76152e64ae6e75b12e514fcb96d24604117c9

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