Celestial
Verified contract
Active on
Ethereum with 6,965 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 "Celestial"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305852 | 4 hours ago | | | 0 | 0.00030421167 | |
| 21304764 | 7 hours ago | | | 0 | 0.00052704149 | |
| 21302768 | 14 hours ago | | | 0 | 0.00087539797 | |
| 21294046 | 2 days ago | | | 0 | 0.00077967306 | |
| 21294033 | 2 days ago | | | 0 | 0.00079123004 | |
| 21290791 | 2 days ago | | | 0 | 0.00036683780 | |
| 21290740 | 2 days ago | | | 0 | 0.00028024850 | |
| 21290734 | 2 days ago | | | 0 | 0.00027305755 | |
| 21287491 | 3 days ago | | | 0 | 0.00052315762 | |
| 21265624 | 6 days ago | | | 0 | 0.0014700623 |
ABI
ABI objects
Getter at block 21306962
getPrice() view returns (uint256)
0
isDistClaimActive() view returns (bool)
true
isMintActive() view returns (bool)
true
maxSupply() view returns (uint256)
1065
name() view returns (string)
Celestial
owner() view returns (address)
0xd1579ce790d05e297cf4a1e32d434f785563010a
symbol() view returns (string)
CLST
timeBeforeUpgrade() view returns (uint256)
1209600
totalSupply() view returns (uint256 supply)
1065
Read-only
Combine(uint256 tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenLevel(uint256 _tokenId) view returns (uint256)
getTokenTimeHeld(uint256 _tokenId) view returns (uint256)
hasDistortionClaimed(uint256 _tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
levelsEligibleForUpgrade(uint256 _tokenId) view returns (uint256)
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)
artistMint(uint256 _amountToMint, uint256[] _levels)
bulkUpgradeTokens(uint256[] _tokenIds)
disableArtistMinting()
distortionClaimByToken(uint256[] _tokenIds)
distortionMergeClaim(uint256[] _tokenIds)
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDistClaim(bool _boolean)
setMaxPerWallet(address _max)
setMint(bool _boolean)
setPrice(uint256 _price)
setTimeBeforeUpgrade(uint256 _time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeToken(uint256 _tokenId)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.