Celestials

Verified contract

Active on Ethereum with 3,028 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"

0xd6710ab5e31bf036803bb105c5e9fb104620653ccc28cad8c40218d13e75f7b7
0x319468d3c918d1b6478691412fc6fda6e30cf05cf0865bd265091f5fa0fd5069
0x33c0b433d665db734a97984b12c8e6c0fbdf6cebd1a7ca109f13fa6cc0b0c5e3
0x879d8c9abc45fe6e02830060cca54e0bc025f72c99fa3ca7d84a508071048935
0x68162ec28d4fe0cf94fc7e3d6644b9bba896b1afb83bc36c916d6b793e163299
0x37b41b2077f941b72ddb7376c56c76a9dc94e0f167ba36b85a9e5f830aa78073
0xb4b3f4d5b96440385b3c369e2307a9d0322041e21d71ccfe8c3b2bf43bd20a00
0x8ce4f5562530574cc54a947a63c04614d71e11a7149e9b68f26de27bcd710ba3
0xabc08418e0f81721a15a6c9b6f21809108670707dc1b1002aacee9f6d9da8a91
0xef7e9ec8be3d32762ef0ee8a105328e5896b33bf6d8d8a05ceea61d75496f307

Functions
Getter at block 20859031
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(