BlackHoles

Verified contract

Active on Ethereum with 920 txns
Deployed by via 0xe4638f0f at 16686055
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BlackHoles"

0xe1e134b85311a01036662686fd1b7b42e9d4b94a11881ad0f708402d84eb02cd
0x7ece34f3d60a630bc1502fad1185a7c485a7ebb9e2414e1a32f7338904be17f7
0x2aa183017cc3c8ee781aad4db2dd1d9d728c70afaa4baaad97b4079ed4af3a7e
0x4da11869a530c733537e455272986d84b72910234c0f83af4a2541ba78d9025c
0xe412da0b8f0185f0a7f4713e6e22fcad52bdf00d3a49e7fa13823886e2784ce5
0xf8ad0ae130ed8e3fcbe9e5913801609bf20c40a2f5ee9eb8c1fbe10ac2a9e138
0xb4f56d986d8e85fb8441741b0e8683f79b99a13d40937bfa0ac0e747e0548a36
0xe208a53ab006d705050d5ab8aea0467928afa5fda758e4ee6a3bc88a678f60cb
0x855b091e13ee3e869f68fa4efff25baf9fa2940919dd0efd37cf18e305dc6b18
0xe76f473f65b327f9c946c8b5763306df0db9e435216624f317217c0f1953637b

Functions
Getter at block 21219512
MAX_LEVEL(view returns (uint256)
4
MAX_SUPPLY_OF_INTERSTELLAR(view returns (uint256)
42
allBlackHoleLevelNames(view returns (string[])
[Micro, Stellar, Intermediate, Supermassive, Primordial]
getBaseUpgradeMass(view returns (uint256)
19
getMintState(view returns (uint8)
2
getPrice(view returns (uint256)
3000000000000000
isMergingEnabled(view returns (bool)
true
mergingDelay(view returns (uint256)
304800
name(view returns (string)
BlackHoles
owner(view returns (address)
0xcc78016816633528dd4918746d7f016563ce27fa
price(view returns (uint256)
3000000000000000
renderer(view returns (address)
0xa811607554419977bb372fa3a2ec9bbc81575fb4
symbol(view returns (string)
BLACKHOLES
timedSaleDuration(view returns (uint256)
86400
timedSaleEndTimestamp(view returns (uint256)
1677182207
timedSalePrice(view returns (uint256)
4000000000000000
timedSaleStartedTimestamp(view returns (uint256)
1677095807
timedSaleThreshold(view returns (uint256)
1000
totalBurned(view returns (uint256)
139
totalMinted(view returns (uint256)
6570
totalSupply(view returns (uint256)
6431
upgradeIntervals(view returns (uint256[])
[19, 38, 76, 152, 0]
Read-only
BLACK_HOLE_NAMES(uint256view returns (string)
balanceOf(address ownerview returns (uint256)
blackHoleForTokenId(uint256 _tokenIdview returns (struct BlackHole)
blackHolesForTokenIds(uint256[] tokenIdsview returns (struct BlackHole[])
getAdjustmentForMass(uint256 _massview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
levelForMass(uint256 _massview returns (uint256)
massForTokenId(uint256 _tokenIdview returns (uint256)
massesConsumed(uint256view returns (uint256)
nameForBlackHoleLevel(uint256 _levelview returns (string)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(address[] _recipientsuint256 _quantitypayable 
approve(address touint256 tokenIdpayable 
merge(uint256[] tokens
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMergingDelay(uint256 _mergingDelay
setPrice(uint256 _price
setTimedSaleDuration(uint256 _timedSaleDuration
setTimedSalePrice(uint256 _timedSalePrice
setTimedSaleThreshold(uint256 _timedSaleThreshold
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TimedSaleStarted(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _priceuint256 _timedSalePriceaddress _renderer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(