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 and it is currently at block 22090525.

Dog TITLES

Unverified contract

Proxy

Active on Base with 357 txns
Deployed by via 0xa9c068f0 at 11533989
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "Dog TITLES"

0x6a943e3441852a45e66d1c24e6077a587643a0583f03add2c56a35bdee895010
0x2355c28c74354228edc29481d2d6d105194bfa4c870e8e28f8fb6eeeda340355
0x311e7eb8dac8e1824e490b942a080bf3201d633c62b2ff0c45e9f4985057bd98
0xaeba44983cf0d6f9496019e4ca1d5ef81441eab4d93f4e6e1b82ea4a8271ce2f
0x9ed6c04fb9ad102bcd3cb42ce82398b90442a3f5b08bbe268ff47bde82ce81e6
0xafd536894ec416ac984b8ec286cb45f96335f30363cffad189f10cc384d17c71
0xc0e00352c93bb6fb8aa80431aa7a8760c720fbc2c395c04c662920c76e56bb38
0x5f2ffc91405d050d6995390840f0b78006d00e9ea0228030dc409bee354eb87f
0x0fff67e9d34a34ea2d49ae948f79b7f8d0a6ca681c47ee5371ec37ae69ef5931
0x8f839c7220a46b9fd5539926d49970422591962ca565bc46533315fc5605bbe4

Functions
Getter at block 22106192
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmSaxAPpzLrk5yKgR2zqqrj3LJcwUEQu7JpwJ5KpjpRRiD
creatorProceedRecipient(view returns (address)
0xaa9a7d87e4f28154eb4b100977663e8d2ade3122
derivativeFeeRecipient(view returns (address)
0xa949ab881592dd278cdde58ff9982290bb954673
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
Dog TITLES
owner(view returns (address)
0xa9f65a8a1829f68607e4223f349545861216543c
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
1712449315
symbol(view returns (string)
TITLES
totalSupply(view returns (uint256)
323
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(address _creatorstring _namestring _symbolstring _uriaddress _creatorProceedRecipientaddress _derivativeFeeRecipientuint256 _priceuint256 _maxSupplyuint256 _mintLimitPerWalletuint256 _saleEndTimeuint96 _secondaryRoyaltyBps
purchase(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawETH(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DerivativeFeePayout(uint256 valueaddress recipient
FundsWithdrawal(address indexed withdrawnByuint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProceedsPayout(uint256 valueaddress recipient
Sale(address touint256 quantityuint256 pricePerTokenuint256 firstTokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(