Bubble Beasts

Verified contract

Proxy

Active on Ethereum with 1,673 txns
Deployed by via 0x48c32ee9 at 15063726
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Bubble Beasts"

0xf167a2b3b662f5f7d93ac75fd8fc88cc7346e3abaed184e3afd3aa388d7e6604
0x1b5a36bc2392fc687c9b3a4f4ec7d484bd7f4ef18159da1f3a501abaf3de8591
0xa676eaee96c0da96e2ca1c2f8611fce410ea21dc49ddb2c0eacd3b0514c751df
0x18dcf7294a21d9ebd348181601aa02255da28f6a6be8e47b3a25da4dbd430394
0xc388919a3dd558e1d20219533b4dc1b4dec4f9fd0c8bcc0bc2f977cdb3420fb9
0xd9419258ded4f9545ff689d68b78967325d2400e5f5201f0947d2284afbb84ec
0x844df732b5cd81d33b406e729c1e02aa7a2f9d87e239f7e659e79837b38bdc51
0x6c4162665416bc949f98d611db4518c3359c44360f0eabeae72f9661a82f8704
0x991310b639fdc07270dc7d2cdb699a3256be072ace0e20794325d4426c4daa7c
0x72508a59c2fc900fbfd19e4a1e42f38cd7fabdf90cdae51d3a728874d61497ce

Functions
Getter at block 21181844
maxAmount(view returns (uint256)
5495
maxPerMint(view returns (uint256)
100
maxPerWallet(view returns (uint256)
500
name(view returns (string)
Bubble Beasts
owner(view returns (address)
0xe7c2b5b6a5a1f54ec881916eccae2fc4a279e621
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
false
symbol(view returns (string)
BBB
totalRevenue(view returns (uint256)
0
totalSupply(view returns (uint256)
5555
treasury(view returns (address)
0xe7c2b5b6a5a1f54ec881916eccae2fc4a279e621
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
Initialized(uint8 version
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(