Blur Haterz Club
Verified contract
Active on
Ethereum with 671 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 "Blur Haterz Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18007814 | a year ago | | | 0 | 0.00079088190 | |
| 18007797 | a year ago | | | 0 | 0.0010665837 | |
| 16974633 | 2 years ago | | | 0 | 0.00098742168 | |
| 16764708 | 2 years ago | | | 0 | 0.0025714159 | |
| 16727588 | 2 years ago | | | 0 | 0.0013652863 | |
| 16713572 | 2 years ago | | | 0 | 0.00094399288 | |
| 16707617 | 2 years ago | | | 0 | 0.0014197849 | |
| 16706601 | 2 years ago | | | 0 | 0.0024398352 | |
| 16705232 | 2 years ago | | | 0 | 0.0015767676 | |
| 16704685 | 2 years ago | | | 0 | 0.0021016556 |
ABI
ABI objects
Getter at block 21230346
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmapVczT543M2GeRsNUMLZwHtdKcMh9tDuNt2XngKJxpL3/
cost() view returns (uint256)
1000000000000000
freeSupply() view returns (uint256)
3051
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
4000
name() view returns (string)
Blur Haterz Club
owner() view returns (address)
0xcd4c4feb85d3a52f2207ce1523ec3592c6b5d5fd
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BLURHATERZCLUB
totalSupply() view returns (uint256)
4000
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 _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)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
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(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()