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.

thejokerr.base.eth

Unverified contract

Proxy

Active on Base with 8 txns
Deployed by via 0xcec67aa7 at 15840866
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3.39
)
ERC-721
--
 (#601)
ERC-721
--
 (#39687)
ERC-721
--
 (#16264)
ERC-721
--
 (#16232)
ERC-721
--
 (#23034)
ERC-721
--
 (#95011)
ERC-721
--
 (#9329)
ERC-721
--
)
ERC-721
--
0x754079c346c36540ac0d92c8f9bdf446755c123ecef60373e5d97536defefe58
0x4f6035678822b065c22a1b4959608e66d778567c8531d70df20e5a7db427aff5
0xabf177902420877f05adbf79712cecbdaecc0ab154a3c467ebd28c1234f2741e
0xdba4a5af45cd74234f0b8a20a8dabc9f204956158059de7ada4af4aabfa3db64
0x29217670a9e866d62e1e63de167cee3006dfb6b937838711d8fb488dbf9b8c46
0xc4a31dbd3770b0248b45114c66707acdf6e46aec025dcbb9828229a9c7625b09
0x0da09d9d4bad7032a24257fb2ebd91d3b32efdc021889046a7b3bb17903eccb2
0x87ecdfc4cd03d6c2b4a93860ec8d83303e03248da20576818bfc7bceff219aed

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