CosmicHhorrors

Verified contract

Active on Ethereum with 677 txns
Deployed by via 0xfc5666dc at 15041771
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1.92
0x898befb402977155515f911a12121ba9ac4ad236f110fc6dd794de30ec89548f
0x46f32f48d4e057f29da209fa502821d772d845a55fc592b89a1884beb96f4894
0x3cb1fc099b1ab1987992d67943f568e879c74c6914e1fb02dda515757354f517
0x74bc6b783259586e8241aa2668463da82fe6c914bc37ed8909c5f78f5b8c201d
0x980a959cf7baabf188ad201a93ca5f5ff0f9418daf9b6dea8a0851b7328587ab
0x02cd643fd70b9caa1a87e5781e7858261b7cc1f0674bc78b8e4c236ce923f8d7
0x80fc5ad20471f69a12538fde39ca660b98b01b7464a4b2e6f2e8ff6d43d38f07
0xc361bd7cec34d7fe0047abff0f952d79566b3c1713e632d96aa81f27a99c8749
0x2817d4b58874ca7fe1e8445fcdfed37a9b4386ab40b0b81d1b16ece17ad32ab2
0xf23cc36260a8f901470375f2fef949840bf8a253eb4e7bb45e2a2e13a84186e3

Functions
Getter at block 21161183
_price(view returns (uint256)
0
activated(view returns (bool)
true
baseURI(view returns (string)
https://cosmichorrors.wtf/api/token?id=
maxPerTx(view returns (uint256)
10
maxPerWallet(view returns (uint256)
20
maxSupply(view returns (uint256)
5000
name(view returns (string)
CosmicHhorrors
owner(view returns (address)
0x0054aff637f7387a6d3035acb567f8941ed63ab6
symbol(view returns (string)
CosmicHhorrors
totalSupply(view returns (uint256)
5000
unrevealedTokenURI(view returns (string)
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
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setIsActive(bool _isActive
setMaxSupply(uint256 _maxSupply
setTokenURI(string newURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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 symboladdress ownerWallet
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(