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.

kevilini.base.eth

Unverified contract

Proxy

Active on Base with 35 txns
Deployed by via 0x1b741c43 at 19565433
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1.73
ERC-20
--
)
ERC-721
--
 (#96429)
ERC-1555
--
 (#96428)
ERC-1555
--
 (#95372)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0x3731e6ca66f963107a6b8852c262cd55220ac35051176207f2f918c04d6db1ba
0x7d6cb91401b4c2173768f13c024a2a226cea1735c670c1161bfc3aa864aa487f
0xa6c3c0ab523a9baf1d92d346cf18b7a88ccb2ab857b6235cc26f9577b78a1538
0x313666fb71169ff4ebbf52ad1998fd6444e4b745591a81b436e8cab68684c6f8
0x7c29510fe03443cdfac5d87badc04787940c23efaaacbe9bdc38326851e4018f
0x41394a8e7570df90bd8ffe3110e31be4ad4fbae130e9dfb58e46303abba99806
0xf4f82cfbf704134e2fc11adf0cf194a4d109f99de464737a842b49280a365739
0x596856a5092185d86a39cc554b4b105eb1fb961d3f02ad0aefecf2557081ce0c
0x33fda3974da5c4f7f5d3dce5ff6060a4fb257cdb9068968405fa62d37c6d51d8
0x61c6ad220961f5a37f1382fb2730f7c6d425c12f911beed76cdf79cd89b20546

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