BLVCK HOLES
Verified contract
Active on
Ethereum with 2,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x327e…b3ab
Balances ($0.00)
No balances found for "BLVCK HOLES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560021 | 3 months ago | | | 0 | 0.000032491856 | |
| 20097631 | 5 months ago | | | 0 | 0.00031178047 | |
| 20097630 | 5 months ago | | | 0 | 0.00031787207 | |
| 19934036 | 6 months ago | | | 0 | 0.00059865987 | |
| 18854194 | a year ago | | | 0 | 0.0010766416 | |
| 18669659 | a year ago | | | 0 | 0.00064404202 | |
| 18669658 | a year ago | | | 0 | 0.00061886061 | |
| 18459308 | a year ago | | | 0 | 0.00072322982 | |
| 18306292 | a year ago | | | 0 | 0.00038445739 | |
| 18252231 | a year ago | | | 0 | 0.00017588186 |
ABI
ABI objects
Getter at block 21261705 totalSupply() view returns (uint256)
descriptor() view returns (address)
0x327e4bd12f33332357389622bcb3fcb0c5e2b3ab
maxNameLength() view returns (uint256)
21
maxPrivate() view returns (uint256)
11
maxPublic() view returns (uint256)
4
maxSupply() view returns (uint256)
4200
mergersEnabled() view returns (bool)
false
minting() view returns (bool)
true
name() view returns (string)
BLVCK HOLES
owner() view returns (address)
0x9e16a59def2c7816328face39acbb91b2d471875
privateMinting() view returns (bool)
true
publicMinting() view returns (bool)
true
symbol() view returns (string)
BLVCK
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBlackHole(uint256 tokenId) view returns (struct BlackHoles721BlackHole)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
privateWhitelist(address) view returns (bool)
publicWhiteList(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableMergerUpdate()
merge(uint256 consumerTokenId, uint256[] consumedTokenIds)
mint(uint256 count) payable
mintInPrivate(uint32 count) payable
mintInPublic(uint256 count) payable
ownerMint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDescriptor(address newDescriptor)
setMaxNameLength(uint256 value)
setMergersEnabled(bool value)
setMinting(bool value)
setName(uint256 tokenId, string newName)
setPrivateMinting(bool value)
setPrivateWhitelist(address[] addresses)
setPublicMinting(bool value)
setPublicWhitelist(address[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMergers(uint256 tokenId, uint256 mergers)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Merge(uint256 indexed consumerTokenId, uint256[] consumedTokenIds)
MetadataUpdate(uint256 _tokenId)
NameChange(uint256 indexed tokenId, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address newDescriptor)
This contract contains no fallback and receive objects.
This contract contains no error objects.