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 23784024.

DJ DAWG

Unverified contract

Proxy

Active on Base with 6 txns
Deployed by via 0x0e0b44d2 at 10315602
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 "DJ DAWG"

0xca940e54b1c9e640ac294ba85a8b206ab262e07c00e4978a55a39b7a3d49262a
0xf64a110985000d82ef8aefad4cd4ab53a9769487812035f72c3b97726ea14c7b
0xa4009a66939ae081e5d7fc44866feb00237fe5d5bed03502d3d11e20b8539436
0x8cd233ef05636758351d164a256c16f519ec720e166d094c73788e5ee01bc81e
0xfa8e5aacf35a6e10e15abd64e7df785e150cfb449f4bf0880144c9cbd62227e5
0xd9094597a1bb1bec4e18087e48344b863d0660dcb24a46b67c57db3ab6f2cb07

Functions
Getter at block 23784032
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmVYVXhy11f5p68Ai8CCir8cMX6dbEJnFCLzvL5kNrV91h
creatorProceedRecipient(view returns (address)
0xd3e9b9359107f5f4ef4a285cb0037818bb872b57
derivativeFeeRecipient(view returns (address)
0xda885ff979235cc4a523d899018bb8c12f3bdfbf
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
DJ DAWG
owner(view returns (address)
0xee0009ef3c50fb4c925fe378a28bee96f3627ebc
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
1710012542
symbol(view returns (string)
TITLES
totalSupply(view returns (uint256)
2
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(