CosmicHhorrors
Verified contract
Active on
Ethereum with 677 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.92)
Native
Value
$1.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0006 | $3,206.25 |
$1.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16647886 | 2 years ago | | | 0 | 0.00098803804 | |
| 16349689 | 2 years ago | | | 0 | 0.0015534333 | |
| 16341450 | 2 years ago | | | 0 | 0.0010839693 | |
| 15940707 | 2 years ago | | | 0 | 0.0018883263 | |
| 15913552 | 2 years ago | | | 0 | 0.00052371731 | |
| 15869355 | 2 years ago | | | 0 | 0.0010738010 | |
| 15829240 | 2 years ago | | | 0 | 0.00071347013 | |
| 15828665 | 2 years ago | | | 0 | 0.00063471186 | |
| 15806107 | 2 years ago | | | 0 | 0.00076469311 | |
| 15806071 | 2 years ago | | | 0 | 0.00088972688 |
ABI
ABI objects
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 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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()