Celestials ETH
Verified contract
Active on
Ethereum with 5,894 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 "Celestials ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20818989 | 2 months ago | | | 0 | 0.0013765980 | |
| 20795035 | 2 months ago | | | 0.085 | 0.00054989888 | |
| 20795035 | 2 months ago | | | 0.085 | 0.00054989888 | |
| 20650939 | 2 months ago | | | 0 | 0.000026737700 | |
| 20505771 | 3 months ago | | | 0 | 0.000085464622 | |
| 20398273 | 3 months ago | | | 0 | 0.00017042538 | |
| 20389944 | 4 months ago | | | 0 | 0.00016510199 | |
| 20389610 | 4 months ago | | | 0 | 0.00014533561 | |
| 20356133 | 4 months ago | | | 0 | 0.00032959654 | |
| 20107297 | 5 months ago | | | 0 | 0.000094401496 |
ABI
ABI objects
Getter at block 21162160 getWhitelistRoot() view returns (bytes32)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
85000000000000000
maxMintPerAddress() view returns (uint256)
7
maxSupply() view returns (uint256)
7777
name() view returns (string)
Celestials ETH
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0b9c573cf5eb4b3a9cb247d1572b0095d117d5ef
paused() view returns (bool)
true
presaleDuration() view returns (uint256)
97200
presaleStartDate() view returns (uint256)
1644163200
symbol() view returns (string)
CELESTIAL
totalSupply() view returns (uint256)
4049
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 amountToBuy) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintPresale(uint256 index, bytes32[] merkleProof, uint256 amountReserved, uint256 amountToBuy) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setPresaleDuration(uint256 _presaleDuration)
setPresaleStartDate(uint256 _presaleStart)
setWhitelistRoot(bytes32 _whitelistRoot)
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(string _initBaseURI, uint256 _presaleStart, uint256 _presaleDuration, bytes32 _whitelistRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.