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

Pixel Birdz

Unverified contract

Proxy

Active on Base with 1,630 txns
Deployed by via 0xc8386b2f at 13904814
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $0.74
0x2df167873a921370b7340c69bba5c3d84c465e3c2d915a49b8200d6f8f298d08
0x8b86ff7d97571ae8468cd418b08e4543c02a1e9d08849cf600fb44fa02423ef7
0x5f6b56f7cb11cc0d9f4b2b5134ff593e54846a6f91b769726bf20bb119f6494d
0x3a3b11b045ef0425cbcc07be3eb401f9240f518cee145960c13665de1edde770
0x03d76597c42f9acd869ed9ebc1c09eddfd1ccb985550fedf1aa8867f0bc813a7
0xc1ae17d2fcb773da4c6a71eb66b9ae38e7c5545e6ad62a2911a82d0ea728ee45
0x1835924361d4d444872d450329a9c6d327e771244db1d9396288144452e61b54
0xb50e800368dba1745f09e29e8cb1c0920fa1d3e4719c22ec8808339d1915e0a2
0x167a2f3711b739469ecbde3eee9a8ca30c3d66c8adc511de4705a9d506851b53
0xa13d99419500a7512045b883490bb9cdf4f6ad86b70fa5934f5b6d56a8c14da2

Functions
Getter at block 23901652
baseURI(view returns (string)
ipfs://bafybeifnrust5m5fxouecxrpm2ugimcins3waoyl6uputr2x2nu2a324vm/
costPublic(view returns (uint256)
200000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
1000
maxMintPublic(view returns (uint256)
100
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
2000
name(view returns (string)
Pixel Birdz
owner(view returns (address)
0x868ccd6ecd90f536e3f94638b800d8352105027f
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PBZ
totalSupply(view returns (uint256 result)
1045
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(