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 "Bloob Bloob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21814606 | a month ago | | | 0 | 0.000000400261262721 | |
| 21799137 | a month ago | | | 0 | 4.2381430e-7 | |
| 21757599 | a month ago | | | 0 | 3.8012059e-7 | |
| 21205675 | a month ago | | | 0 | 3.4860896e-7 | |
| 21148966 | a month ago | | | 0 | 5.9921651e-7 | |
| 21105329 | a month ago | | | 0 | 0.000046573000 | |
| 21100694 | a month ago | | | 0 | 5.8825253e-7 | |
| 21098095 | a month ago | | | 0 | 5.9186761e-7 | |
| 21093999 | a month ago | | | 0 | 5.6674945e-7 | |
| 21087423 | a month ago | | | 0 | 5.7728342e-7 |
ABI
ABI objects
Getter at block 22950119
WLCount() view returns (uint256)
380
WLSupply() view returns (uint256)
380
baseURI() view returns (string)
ipfs://QmRCf4qxUqimv9EgomnPyZVUBokwoHBCyx37NHndnHXrcM/
cost() view returns (uint256)
2500000000000000
maxPublicPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
2000
name() view returns (string)
Bloob Bloob
owner() view returns (address)
0xb1483a9abc9ab1fbe087242e84a45e39f6112fab
publicCount() view returns (uint256)
263
publicSupply() view returns (uint256)
397
started() view returns (bool)
true
symbol() view returns (string)
BLOOB
totalSupply() view returns (uint256 result)
643
whitelisted() view returns (bool)
false
wlStarted() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistAddresses(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] _addresses)
airdrop(address _to, uint256 _amount)
airdropNonMintedWL(address _to, uint256 _amount)
approve(address to, uint256 tokenId) payable
fixUnbalancedSupply(uint256 countPublic, uint256 countWL)
mint(uint256 _amount) 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)
setBaseURI(string _newURI)
setPublicMaxPerTx(uint256 _maxPerTx)
toggleStarted()
toggleWLStarted()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint() payable
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()
MaxPerTxExceed()
MaxPublicSupplyReached()
MaxSupplyReached()
MaxWLSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
NotEnoughETH()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotStarted()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WLSaleNotStarted()