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 "CelestialEntities"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20087626 | 6 months ago | | | 0 | 0.00031851675 | |
| 17832360 | a year ago | | | 0 | 0.00060227525 | |
| 15813817 | 2 years ago | | | 0 | 0.00066789583 | |
| 15620360 | 2 years ago | | | 0 | 0.0014623104 | |
| 15567456 | 2 years ago | | | 0 | 0.00022477949 | |
| 15550199 | 2 years ago | | | 0 | 0.00028458480 | |
| 15487017 | 2 years ago | | | 0 | 0.0011161792 | |
| 15458890 | 2 years ago | | | 0 | 0.00044788412 | |
| 15428384 | 2 years ago | | | 0 | 0.00042633607 | |
| 15408188 | 2 years ago | | | 0 | 0.00058591586 |
ABI
ABI objects
Getter at block 21329620
baseTokenURI() view returns (string)
ipfs://QmXQfEELSp1MTbdD7igh4SaRcX1Ct9JUBEKco6scNa3NSY/
merkleRoot() view returns (bytes32)
0x72c4abf6c708435bdd73ccd2e63c02e38ec86c548ccb5511b77863c9e8b30cc1
name() view returns (string)
CelestialEntities
owner() view returns (address)
0x2764692df012e6acd3f94ffccb395eabbec9b78c
price() view returns (uint256)
33000000000000000
status() view returns (uint256)
1
symbol() view returns (string)
CE
totalSupply() view returns (uint256)
100
vault() view returns (address)
0xaada8e49e5941b81c10acf96f268515c5d8f97c5
Read-only
balanceOf(address owner) view returns (uint256)
denylist(uint256, address) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(bytes32[] _merkleProof, uint256 _amount)
mint(uint256 _amount) payable
presale(bytes32[] _merkleProof, uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
setStatus(uint256 _status)
setVault(address _vault)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.