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.

akins.base.eth

Unverified contract

Proxy

Active on Base with 10 txns
Deployed by via 0x335ee2aa at 15565289
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $9.82
ERC-20
Value $403.11
ERC-20
Value $137.31
ERC-20
Value $136.31
ERC-20
Value $97.05
ERC-20
Value $70.82
ERC-20
Value $51.3
ERC-20
Value $46.79
ERC-20
Value $44.63
ERC-20
Value $40.18
0x02d64851dee04b0a2cbd4b87b86b81f2012712303d6c264a4b2d893dfabc726d
0x5ac8cbcfdb94484c5965ff73b1b1288aed354fed879fd5a629ee266b34d3a2d2
0x96423417851bc9c96899a298aba75f0dd6fa82ac7fe8c9d99a5a4643a62f2181
0xae747976b7efb4081866fad136883f0646b2debf8758336c509a3279276ecf0d
0xca76fe1be4b182422064cc6b8e88ce51bc3d4b5bec103df0496b1e15e3c0683a
0x7fc357ab9d64990c9d7019d55d241c84e4b748d9681d6293d4dc69afad4cb494
0xfadde2ff2d0ca27de8dc3746b1e2f9b91a6348ebff7e1d3540a7639d837a0efe
0x06883585dc4c2f72aeb96f96f7993536bddb44d53772d19d9943e8b40f1038a4
0x79b916b364521744c57033efb2aa8e54aafdf1f975a908fab2638db1b898d974
0x91643d7dd08988c7c8654df2fcdc9a2f02e3282c7dcb3541401439cb1c4c943d

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