Bubble Planets
Verified contract
Active on
Ethereum with 636 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 "Bubble Planets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18292739 | a year ago | | | 0 | 0.00029614800 | |
| 17713873 | a year ago | | | 0 | 0.0014669448 | |
| 17273807 | a year ago | | | 0 | 0.0030971475 | |
| 16742330 | 2 years ago | | | 0 | 0.0018399402 | |
| 16684158 | 2 years ago | | | 0 | 0.0014990711 | |
| 16646104 | 2 years ago | | | 0 | 0.0012030355 | |
| 16505735 | 2 years ago | | | 0 | 0.00070090607 | |
| 16453748 | 2 years ago | | | 0 | 0.00072263053 | |
| 16453633 | 2 years ago | | | 0 | 0.00075057409 | |
| 16445536 | 2 years ago | | | 0 | 0.00071603317 |
ABI
ABI objects
Getter at block 21192933
baseURI() view returns (string)
https://bubble-planets.nyc3.digitaloceanspaces.com/json/
maxSupply() view returns (uint256)
444
merkleRoot() view returns (bytes32)
0x80f19c31690593b71c969e320379d82784cad068ee0b722a1837557e32429ed5
mintActive() view returns (bool)
true
mintLimit() view returns (uint256)
1
name() view returns (string)
Bubble Planets
nonRevealURI() view returns (string)
https://bubble-planets.nyc3.digitaloceanspaces.com/reveal/json/
owner() view returns (address)
0x0c2c5d2295cb4c5458fb669caefe88041fb590f2
price() view returns (uint256)
4400000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
BP
totalSupply() view returns (uint256)
444
whitelistMintActive() view returns (bool)
true
whitelistPrice() view returns (uint256)
2200000000000000
Read-only
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)
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId) payable
fundsWithdraw()
mint(uint256 quantity) payable
mintTo(uint256 _quantity, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintActive(bool _mintActive)
setMintLimit(uint256 _mintLimit)
setNonRevealUri(string _nonRevealURI)
setPrice(uint256 _price)
setRevealed(bool _revealed)
setWhitelistMintActive(bool _whitelistMintActive)
setWhitelistPrice(uint256 _whitelistPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] merkleProof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()