ProjectCaelum

Verified contract

Active on Ethereum with 3,593 txns
Deployed by via 0x72b4b514 at 16431804
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "ProjectCaelum"

0x7b477e65e2293eb86125891ee061c255d7779583b1391cdbb46fda5ef0817dc8
0x007c2d9af06224150b7279d54ee5f7b7b9d71905787631abd48603351b261b9d
0x3a8798d9bf04168af9792d305df3954d424b36752fdfd4f6111e7122fc5d4174
0xb97d4cb5bc218c18ef968522226ee550a3ba239c359bb3409c7b7f8dfd0a09c0
0x5f427e270cdaa92c81238e78937af35f1147a40dbfac8c8b27b710871f07003c
0x40cad84f58a554338be5a21fa84541f7594372d851332da16fd34d776c321e3c
0x7db20e4b4a76b558df2ad9e92b93606543a2331c41559d0f4c06fedfdae99243
0x32575845d890044ae22ea362382d7b5ba5d58a3f977e59c3d95ad2c31c895ec5
0x44ebfa73fe903982ff393e19b971b3c7a69904c269c23ce3c6e94609f92ba224
0x02330450d13e656faf851bc3f894498360a60edcaf5416651946b3d866e22779

Functions
Getter at block 20887028
MAX_PER_MINT_PRESALE(view returns (uint256)
2
MAX_PER_MINT_PUBLIC(view returns (uint256)
4
MAX_SUPPLY(view returns (uint256)
4444
PRICE_PRESALE(view returns (uint256)
0
PRICE_PUBLIC_SALE(view returns (uint256)
0
PresaleMerkleRoot(view returns (bytes32)
0xcfa5f8205cb7eb3c7b73f2d46c2efac4c3284ab72bf2b9354405ea50196baefa
ReservedMerkleRoot(view returns (bytes32)
0xab0df472dec4da1e55e34d01a48b58c698efc70ef63c0a4cd54df8bd03f3ae70
name(view returns (string)
ProjectCaelum
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x1202e8945f43a81948b0413ad314b66424638ad0
paused(view returns (bool)
false
presaleActive(view returns (bool)
false
publicSaleActive(view returns (bool)
false
symbol(view returns (string)
CAELUM
totalSupply(view returns (uint256)
4402
Read-only
addressPresaleMintedBalance(addressview returns (uint256)
addressPublicMintedBalance(addressview returns (uint256)
addressReservedMintClaim(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 _mintAmountpayable 
presaleMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
privateMint(uint256 _mintAmountbytes32[] _merkleProof
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setNotRevealedUri(string _notRevealedUri
setOperatorFilteringEnabled(bool value
setPausedState(bool _state
setPresaleMerkleRoot(bytes32 _merkleRoot
setPresalePrice(uint256 _newPrice
setPresaleState(bool _state
setPublicPrice(uint256 _newPrice
setPublicSaleState(bool _state
setReservedMerkleRoot(bytes32 _merkleRoot
setReveal(bool _statestring _newBaseURI
teamMint(uint256 _mintAmount
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initNotRevealedUriuint256 _maxSupplyuint256 _reservedbytes32 _presaleMerkleRootbytes32 _reservedMerkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressAlreadyClaimedError(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPausedError(
ExceedingMaxSupplyError(
InsufficientFundsError(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintsPerAddressExceededError(
NotElegibleOrWrongAmountError(
NotWhitelistedError(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PreSaleNotActiveError(
PublicSaleNotActiveError(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(