Celestials

Verified contract

Active on Ethereum with 3,031 txns
Deployed by via 0x95231d96 at 14321941
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Celestials"

0xc4cd86587fd01c71b949245b2c519ef605dce366f78056cc430922d8b3ae3920
0x8e4ff759ceec4e9ac52fa5826d5dc68413f829060782ef859f7f5ae9e215af08
From
0x5201420f21f325209b844df6f12cf064bdaa422b3ce89edfc59442d0024f5930
0xd6710ab5e31bf036803bb105c5e9fb104620653ccc28cad8c40218d13e75f7b7
0x319468d3c918d1b6478691412fc6fda6e30cf05cf0865bd265091f5fa0fd5069
0x33c0b433d665db734a97984b12c8e6c0fbdf6cebd1a7ca109f13fa6cc0b0c5e3
0x879d8c9abc45fe6e02830060cca54e0bc025f72c99fa3ca7d84a508071048935
0x68162ec28d4fe0cf94fc7e3d6644b9bba896b1afb83bc36c916d6b793e163299
0x37b41b2077f941b72ddb7376c56c76a9dc94e0f167ba36b85a9e5f830aa78073
0xb4b3f4d5b96440385b3c369e2307a9d0322041e21d71ccfe8c3b2bf43bd20a00

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mintOwner(address touint256 quantity
mintPresale(bytes32 leafbytes32[] proofuint256 quantitypayable 
mintSale(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setMaxPurchase(uint256 presaleMaxuint256 saleMax
setMaxSupply(uint256 supply
setMerkleRoot(bytes32 _merkleRoot
setPresalePrice(uint256 price
setPresaleState(bool state
setPresaleSupply(uint256 supply
setSalePrice(uint256 price
setSaleState(bool state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(