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 "Bloobies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15211969 | 2 years ago | | | 0 | 0.0012024190 | |
| 15208134 | 2 years ago | | | 0 | 0.00059802686 | |
| 15206755 | 2 years ago | | | 0 | 0.00038949694 | |
| 15206444 | 2 years ago | | | 0 | 0.0011518066 | |
| 15200856 | 2 years ago | | | 0 | 0.00030445325 | |
| 15199784 | 2 years ago | | | 0 | 0.00077056142 | |
| 15194399 | 2 years ago | | | 0 | 0.00077095295 | |
| 15186559 | 2 years ago | | | 0 | 0.0019013609 | |
| 15186276 | 2 years ago | | | 0 | 0.00069777622 | |
| 15186238 | 2 years ago | | | 0 | 0.00083849699 |
ABI
ABI objects
Getter at block 21187631
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmVFhMT8LHdDB7gHd6CCadD5dKiAT5occkpoNUtDUEjTha/
maxPerTx() view returns (uint256)
50
maxPerWallet() view returns (uint256)
50
maxSupply() view returns (uint256)
3000
name() view returns (string)
Bloobies
owner() view returns (address)
0xcb3a9f71c2f810d78ff51afc2553b1c1a5d67bba
symbol() view returns (string)
Bloobies
totalSupply() view returns (uint256)
3000
unrevealedTokenURI() view returns (string)
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 approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name, string symbol, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()