Boba Inu

Verified contract

Active on Ethereum with 2,031 txns
Deployed by via 0x3315a7f3 at 17043022
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "Boba Inu"

0x18edf4a563c217cdc3642297374ae166e8c7cfeedea3eaa828735a5bdff78a4e
0xb6a1b7aefedcf164545decaffdbeb283e2acf231a4796db17018d2278dfbbd00
From
0xd924806cb0c459a08e16100e1ab1fc71d01c677539d48e7d1097d3db7877b2b0
0xc39c0607bda1a237a41e88c67459e3d4db6219238c0e358c14c1b3686ffb66a5
0xedc6003913c7d8f76418b67ec2563fc7e4a30286487a3ad6fca8739ff1f8db0b
0x692d66f1cda2b525044404fb6297d86c0e6a455d240199c8ea4e5d5f5e765b13
0xd32342c01ba0a6d58f8b519f3e0dd4007f277969c45902ab6a7a585052ff76f7
0x5cac2bfece4250464862510ececa3c3322676b32fadd3d3077299ee8ef647fa5
0xdf3293e96f20e21d211d7ada0c59181235acd6419cdd923a631ca1e894e7c0ef
0xab99a948d952cfdd14004b262a9be7c2ae0841250d89fb64355979ba49f5b074

Functions
Getter at block 21378298
MAX_MINT_OG(view returns (uint256)
2
MAX_MINT_PUBLIC(view returns (uint256)
4
MAX_MINT_WL(view returns (uint256)
1
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
collabWlMerkleRoot(view returns (bytes32)
0x027fb7bdcd01cb0111f40ba3accdf1faf8f2494dfa07165db9107f7966a2951a
communityWlMerkleRoot(view returns (bytes32)
0x773202430c10d066fb2e558166cc838e0159718d9348c3d06c7ef82f04553e0b
currentPhase(view returns (uint256)
3
isRevealed(view returns (bool)
true
maxSupply(view returns (uint256)
3333
name(view returns (string)
Boba Inu
ogMerkleRoot(view returns (bytes32)
0x1701b286c0491003586efd41ce5e0493fe888cf143869504139d5937af7242d3
owner(view returns (address)
0xe7c2a03c8650a13cb6ef1f32eef188daaf3a8b61
symbol(view returns (string)
BOBAINU
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
collabWhiteListed(address _walletbytes32[] _proofview returns (bool)
communityWhiteListed(address _walletbytes32[] _proofview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPhaseSoldOut(uint256 _phaseview returns (bool)
ogListed(address _walletbytes32[] _proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
quantityMinted(address _walletuint256 _phaseview returns (uint256)
quantityOgMinted(address _walletview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
flipSalePhase(uint256 _phase
mintCollabWl(uint256 quantitybytes32[] merkleProof
mintCommunityWl(uint256 quantitybytes32[] merkleProof
mintOg(uint256 quantitybytes32[] merkleProof
mintPublic(uint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setCollabWlMerkleRoot(bytes32 _collabWlMerkleRoot
setCommunityWlMerkleRoot(bytes32 _communityWlMerkleRoot
setIsRevealed(bool _isRevealed
setMaxOgMint(uint256 _quantity
setMaxPublicMint(uint256 _quantity
setMaxWlMint(uint256 _quantity
setOgMerkleRoot(bytes32 _ogMerkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(address _address
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
constructor(string _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(