BlushyBubs
Verified contract
Active on
Ethereum with 1,520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BlushyBubs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20612499 | 3 months ago | | | 0 | 0.000077995274 | |
| 18909956 | a year ago | | | 0 | 0.00046489045 | |
| 17061770 | 2 years ago | | | 0 | 0.0018993026 | |
| 16843600 | 2 years ago | | | 0 | 0.00097384002 | |
| 16646382 | 2 years ago | | | 0 | 0.0011548986 | |
| 16592479 | 2 years ago | | | 0 | 0.0018459600 | |
| 16586798 | 2 years ago | | | 0 | 0.0018007142 | |
| 16586304 | 2 years ago | | | 0 | 0.0018970362 | |
| 16490150 | 2 years ago | | | 0 | 0.00035188509 | |
| 16307651 | 2 years ago | | | 0 | 0.00094576549 |
ABI
ABI objects
Getter at block 21259804
cost() view returns (uint256)
0
freeMintAmount() view returns (uint256)
500
hiddenMetadataUri() view returns (string)
ipfs://QmZzPMBQ62BfRiiwGhgrjgLXjn8xy5pLZebeUT8pkyDBrU/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5500
name() view returns (string)
BlushyBubs
owner() view returns (address)
0x4608c8db9bb26c5afbbc702c5f184f512a81f8f8
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BUBS
totalSupply() view returns (uint256)
5500
uriPrefix() view returns (string)
ipfs://QmcrgWXZEy8GzGL4J4xnqD6j5WcQC6Znh1HoEX6PyhHUah/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMintAmount(uint256 _freeMintAmount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.