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.

jacej.base.eth

Unverified contract

Proxy

Active on Base with 13 txns
Deployed by via 0x44b7f9e3 at 16567623
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
 (#1)
ERC-1555
--
ERC-20
--
ERC-20
--
 (#1)
ERC-1555
--
 (#10)
ERC-1555
--
 (#1)
ERC-1555
--
0x9bbadc37bc40ed512eaf64b3b71a4e0c080285712120d921077454207321b764
0x5d2c7248c27bf61df37b465af05a32fd884315aba4e1070bbcce9f7f06d20906
0xb2c6870a888d0157ab01011f66f4c4a39e488722cabcc311a9bd40328bd94101
0x5a9c89e405f3000f9aa65a8f79b34002bd03b8622eb7aee100f95ee1978547c1
0x7a467e43efe29ccc390fb597e12d0efea35c4fb23c653c66e45fcb2203d46695
0x2be9413a4a93672cffc3caeb100e615704e46907c0875cb70ff637e7fcc27d89
0xdf1ad0bfe9e7c96f59af0a3ae7b518059d09d54c05f675b6a9f7784f98142498
0xd0380df7aaae3498a3e0f5180e01d6d4df6ac783acf38901eb8ecca2db04076b
0x979794a3ab51a6b139d7d1618cd02335b4a191533496417b8aeb3df65d55205c
0x3439cff8406bba53bae276a768368d618ad8a6e8bf55313eb77f71aec79cd6ba

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