Bubbs

Verified contract

Active on Ethereum with 266 txns
Deployed by via 0xc6b0353d at 15737986
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bubbs"

0x8adc79ad6684169301b1899e632f15fc531b194a5ab94d316bc478cbad27cb02
0x7c0b9f41b7e1f084e00f0466808db5c0ee4eac1b6bb02eff0ef2a1e47c972bd0
0x14c8387adda716392c1dabbf616a095e718342a17a72386ebc4bc332358a2bb6
0xa3254afdfbdc649ac7cd355c8353abf7235490e6633b883df4644a920d0b2324
0x8eb8a118962683102f763b00e71e751cf494b96e59c72c31aea60190394857f3
0x3f44b4c7db826f63e457f6d4a4c126bfa0fe138196d2cd1e16b82bf9dc09f36a
0x0ad1a439c5b384edf12e5e4db51811c2ddc3db7e013e2f59ddeee606bde85516
0x969a8daa2defbabb3716b21440c2aa85298b706e16b041e3e42a69c8c1cf9ecf
0xebee3c8b38b7fa65b2caf1893a574cbaa3afc05ed72e233dc94d1ae5bc014e5f
0x99eb5f50a79baa974ae90c40db9206b7179b2bd5415dc56508b051881343c527

Functions
Getter at block 21185999
COLLECTION_SIZE(view returns (uint256)
28000
FIRSTXFREE(view returns (uint256)
20
MINT_PRICE(view returns (uint256)
100000000000000
TOKENS_PER_PERSON_PUB_LIMIT(view returns (uint256)
5000
TOKENS_PER_TRAN_LIMIT(view returns (uint256)
1000
name(view returns (string)
Bubbs
owner(view returns (address)
0x165739ab2c22e878fd80ba87b5a3afc4039ea44f
saleStatus(view returns (uint8)
2
symbol(view returns (string)
Bubbs
totalSupply(view returns (uint256)
4090
Read-only
balanceOf(address ownerview returns (uint256)
calcTotal(uint256 countview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenIdpayable 
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURL(string url
setPublicMintPrice(uint256 price
setSaleStatus(uint8 status
transferFrom(address fromaddress touint256 tokenIdpayable 
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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