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

Genesis Doge

Unverified contract

Proxy

Active on Base with 327 txns
Deployed by via 0x1625639d at 10310949
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 "Genesis Doge"

0xebc72a6227523a667f4301bfd7db320a1bab45aaf02dd835afc6656add85ee34
0x707d79c07caf73947d8743d55c52fa6119100f72bcdb5c58b07148417fefa2a9
0xee8e0e1496cfbb112277cd0b6b77c3a2b39debe100b767791ad275b02d8bfcdc
0x766035b76c34694faaf643d7226eecac1d2199bd7806151699e650149b38ad4b
0x09909287c9502d05779117ec833d624d67bd5645da17d02183ddcf222f5c2f00
0xce90b8239ac6ed2c4e2bcc0349d7717e15b25b53bd6469eaff26913653287acb
0x7b02aba12cdf325c8a2bedec2b98da2700b90f37980e5e27871470844dbde9c6
0x66c74007d80688a68fb549f1189e3f270657a9df8d6f4bafc0c1c176a62ebb6e
0xcc7cb138efba49ba85f0f25ac413282102fc7300f91f373950c6942a863c5a93
0xf9b208068cf06dead5a8b60a0c77ca59eff767e37d019b24cf096f44a0fde3df

Functions
Getter at block 23835171
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmU4p8E9R1Ax2kynoUEAbhM6qXzCy6s7BJV6pWuP25exmh
creatorProceedRecipient(view returns (address)
0x0e89ecbc066a28deeef595ce8716c8d9c9e43523
derivativeFeeRecipient(view returns (address)
0x1081a3e909210232b0d84b7d80dfe61fd080e80b
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
Genesis Doge
owner(view returns (address)
0xfcdd256267ade068babfb94f526a47aadf143a55
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
0
symbol(view returns (string)
TITLES
totalSupply(view returns (uint256)
363
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(