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

abstract doge

Unverified contract

Proxy

Active on Base with 67 txns
Deployed by via 0x1b42dad3 at 10313309
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 "abstract doge"

0xf57a8cabe2de981b65e2616206828e3e12be24f1fd0495305112b850a1df7d18
0xd50011cda778db6166bd4f1774fe0915290f6af943378e95330f07a3ac29dbb9
0x6f491d1b3d7efc6736e6cb966f10f8fa629cb2fcd2d9b0cd3556900bb3337937
0x05ac5ff3590b5e1f4c2eb396ab2073de367d51ffb9b123070aa86f52cb9fb017
0x8f532d14e2fed6e54432d99bf4bfa082d2b206bc4653af40139be318d44198a8
0x173731ad861ac16c0d3660c8d3d60feb46d3eaa4aebdc0be622de7f8501596cd
0xc4d8ec8bb9ae1013d87d83d7beb5ee5062f9bf85c64d92ea198823436c86a28c
0x57f1e5097b60be5f8c47fa858dddb0a39841c2dd5bd5f5bef7b5ef3a2d177a5b
0x993436bc9fbade8eed700eb4e10c8fdf41d3d827a209af8f8dbf9a14295d1230
0x5b457ebeb0ffb337d0cf41ee92c37cfbeceb89fec516a5fa39993d941beb6472

Functions
Getter at block 23706038
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmUQu9auBxaSkuaLJ77STipYdHNYucHtbcyTJh3KutGSre
creatorProceedRecipient(view returns (address)
0x88143ca17fabe498ab22ad4cc447b2107168fff2
derivativeFeeRecipient(view returns (address)
0xe27c2225169843efbfbff941e4104cd53c5f80dc
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
abstract doge
owner(view returns (address)
0xb38bd68a6f0ba599808d65c7a9cf2a428105b680
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
1710007929
symbol(view returns (string)
TITLES
totalSupply(view returns (uint256)
117
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(