Based Birdie

Unverified contract

Proxy

Active on Base with 533 txns
Deployed by via 0x090d0922 at 14249192
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 $2.53
ERC-20
Value $0
0xa0ad0c72cfb50ed9a08bfcfd2ab8e3efcaf2d481d203478a0767620cb466224c
0x7144c0fd236211b9420ebba70a40f932fafa0e689df2ec7aa8c57ca0d14ca7b9
0xa3af800875d50c109a17b8cb793e2797bbd79fc687beb882921df78ba60f1bfb
0x6f95ff30d24a078b0454f05f882e50c80eafc9fedb5a096374dde7bf26e03392
0x379cf67b851c52bd8f97e8495762ada6e29fe855436c6297da0d5539c33fce44
0x70149868426e8452877c19efd9f9b1e00238ee91ed7882c755173bd590ff6eb4
0x03b008ebbbbf2de4a15625e62979ef15d0e14f0745e4601a88c4f077785d6041
0x9061843e89f474bff8f719cb936638e614c02a105c8e6727f7f787c66858fc58
0x1073b37238cadba50b1d3d02d1ae4e4612df332170e7f79e4849025e02466140
0xc7c561f54f86c129dffbbdc09b8b56fc90b1386f0aa25205b921f55090016313

Functions
Getter at block 23188440
baseURI(view returns (string)
ipfs://bafybeifw4lnycrv3hnpv5cuu57ib2aas26axxsrbhtbryhwhlzvzuoyxdi/
costPublic(view returns (uint256)
300000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
300
maxMintPublic(view returns (uint256)
10
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
555
name(view returns (string)
Based Birdie
owner(view returns (address)
0x868ccd6ecd90f536e3f94638b800d8352105027f
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BB
totalSupply(view returns (uint256 result)
322
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(