Celestials
Verified contract
Active on
Ethereum with 3,031 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"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196933 | 7 days ago | | | 0 | 0.00080133155 | |
| 21112084 | 19 days ago | | | 0 | 0.00022691147 | |
| 20893761 | 2 months ago | | | 0 | 0.00036752954 | |
| 20696448 | 3 months ago | | | 0 | 0.00065297063 | |
| 20675130 | 3 months ago | | | 0 | 0.00018737578 | |
| 20653653 | 3 months ago | | | 0 | 0.00062887006 | |
| 20653650 | 3 months ago | | | 0 | 0.00059523432 | |
| 20581011 | 3 months ago | | | 0 | 0.000058764003 | |
| 20581007 | 3 months ago | | | 0 | 0.000060107439 | |
| 20580996 | 3 months ago | | | 0 | 0.000059635155 |
ABI
ABI objects
Getter at block 21247747
maxPresalePurchase() view returns (uint256)
5
maxSalePurchase() view returns (uint256)
5
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x888614fbf7e8856fdfe34151f54300325afce6e653add00433f7b4bd32db4844
name() view returns (string)
Celestials
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0545843735d3fe49de98814178d9d84a948e1f60
presaleIsActive() view returns (bool)
false
presalePrice() view returns (uint256)
55000000000000000
presaleSupply() view returns (uint256)
4075
saleIsActive() view returns (bool)
false
salePrice() view returns (uint256)
1
symbol() view returns (string)
CELESTIAL
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintOwner(address to, uint256 quantity)
mintPresale(bytes32 leaf, bytes32[] proof, uint256 quantity) payable
mintSale(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setMaxPurchase(uint256 presaleMax, uint256 saleMax)
setMaxSupply(uint256 supply)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePrice(uint256 price)
setPresaleState(bool state)
setPresaleSupply(uint256 supply)
setSalePrice(uint256 price)
setSaleState(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()