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.

dtalucky17.base.eth

Unverified contract

Proxy

Active on Base with 15 txns
Deployed by via 0x2df46121 at 19871604
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3.78
ERC-20
Value $25.72
ERC-20
Value $0
ERC-20
--
ERC-20
--
)
ERC-721
--
 (#2245)
ERC-721
--
 (#2244)
ERC-721
--
 (#2243)
ERC-721
--
 (#2242)
ERC-721
--
0x7bd767a73504f97fd77af2e94d150bb4f2b0a5ef65df40ea1fcc80f66315b527
0xe7eaf1ca6f0c504dc9fef74ff101e90388c248e5f3fe00a1d30cc4b011ab07dc
0x527b4dd27804b239fd6d2c58dfd744d3b7ef1e5170a710cebaba542d0d06c1cf
0xa8cd29b2648dac8a2bc9ad9b87f6b7a58ab1725a42f9853551dfcdd5c704b86b
0xb016f52ab638fdf5582198a5107b78d2835e60e89eb7d2af846c01260c80c5e1
0x089d0947bdee0cf6c4d7f79bee98725ae264f270c5222641d78a0689953acc0d
0x2b47ba95b6cd0dcdc72ac8fb61b1afe0f3ae62fb9dd60eb153a9316d46a64bea
0xfba80b0cd1ec5668d945927defac26c78d61b9c0b94a705c7b75cf923f4c8b3a
0x0bd9b1b1f164d1204eb8ac6f5d7aba8a2f55eaed00dbea57d127b3d6a6f89948
0x561709e7960c2130d1fef8905350c8ef84fa379ba0ddc01895a7649a4799a567

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