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 "Bubbs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20500503 | 3 months ago | | | 0 | 0.00011251558 | |
| 16493442 | 2 years ago | | | 0 | 0.0012454938 | |
| 16418151 | 2 years ago | | | 0 | 0.00077465092 | |
| 16164564 | 2 years ago | | | 0 | 0.0018818704 | |
| 16157795 | 2 years ago | | | 0 | 0.0010548527 | |
| 16157412 | 2 years ago | | | 0 | 0.00037392351 | |
| 16157411 | 2 years ago | | | 0 | 0.00039168561 | |
| 16157411 | 2 years ago | | | 0 | 0.00039168561 | |
| 16157411 | 2 years ago | | | 0 | 0.00039168561 | |
| 16157411 | 2 years ago | | | 0 | 0.0017415631 |
ABI
ABI objects
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 owner) view returns (uint256)
calcTotal(uint256 count) 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 to, uint256 count)
approve(address to, uint256 tokenId) payable
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURL(string url)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()