BlackHoles
Verified contract
Active on
Ethereum with 920 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa811…5fb4
Balances ($0.00)
No balances found for "BlackHoles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19823027 | 6 months ago | | | 0 | 0.00019179074 | |
| 19786774 | 7 months ago | | | 0 | 0.00071642635 | |
| 18896264 | a year ago | | | 0 | 0.00056572399 | |
| 18056259 | a year ago | | | 0 | 0.00053831671 | |
| 17705885 | a year ago | | | 0 | 0.00084462587 | |
| 17517600 | a year ago | | | 0 | 0.00084023836 | |
| 17517594 | a year ago | | | 0 | 0.00089304688 | |
| 17515949 | a year ago | | | 0 | 0.0014880844 | |
| 17515943 | a year ago | | | 0 | 0.0013125527 | |
| 17512104 | a year ago | | | 0 | 0.00057761275 |
ABI
ABI objects
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(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
blackHoleForTokenId(uint256 _tokenId) view returns (struct BlackHole)
blackHolesForTokenIds(uint256[] tokenIds) view returns (struct BlackHole[])
getAdjustmentForMass(uint256 _mass) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
levelForMass(uint256 _mass) view returns (uint256)
massForTokenId(uint256 _tokenId) view returns (uint256)
massesConsumed(uint256) view returns (uint256)
nameForBlackHoleLevel(uint256 _level) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] _recipients, uint256 _quantity) payable
approve(address to, uint256 tokenId) payable
merge(uint256[] tokens)
mint(uint256 _quantity) 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)
setMergingDelay(uint256 _mergingDelay)
setPrice(uint256 _price)
setTimedSaleDuration(uint256 _timedSaleDuration)
setTimedSalePrice(uint256 _timedSalePrice)
setTimedSaleThreshold(uint256 _timedSaleThreshold)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TimedSaleStarted()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _price, uint256 _timedSalePrice, address _renderer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()