Ghxsts Cxmics
Verified contract
Active on
Ethereum with 3,432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Ghxsts Cxmics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158911 | 17 days ago | | | 0 | 0.0014114369 | |
| 20937426 | 2 months ago | | | 0 | 0.00057980573 | |
| 20601450 | 3 months ago | | | 0 | 0.000049924439 | |
| 20530864 | 3 months ago | | | 0 | 0.00013846222 | |
| 20513215 | 4 months ago | | | 0 | 0.00072707400 | |
| 20501499 | 4 months ago | | | 0 | 0.00011031049 | |
| 20500320 | 4 months ago | | | 0 | 0.00010871305 | |
| 20495643 | 4 months ago | | | 0 | 0.000051440124 | |
| 20419099 | 4 months ago | | | 0 | 0.00041484435 | |
| 20255020 | 5 months ago | | | 0 | 0.00015492410 |
ABI
ABI objects
Getter at block 21284127
MAX_MINT() view returns (uint256)
4
TOTAL_MINTED() view returns (uint256)
1754
ghxstsWebsite() view returns (string)
https://ghxstscomics.com
latestChapter() view returns (uint256)
2
name() view returns (string)
Ghxsts Cxmics
owner() view returns (address)
0xe22c2f9460e76daf26411d46911b66232f4f1253
symbol() view returns (string)
CXMIC
totalSupply() view returns (uint256)
1754
Read-only
_chapterDetails(uint256) view returns (uint256)
_chapterStrings(uint256) view returns (string name, string image, string metadataURI, string description, bytes32 merkleRoot)
_customTokenURIs(uint256) view returns (string)
allowListMinted(address, uint256) view returns (uint256)
auctionMinted(address, uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
chapterAuctionDropInterval(uint256) view returns (uint256)
chapterAuctionDropPerStep(uint256) view returns (uint256)
chapterAuctionEndPrice(uint256) view returns (uint256)
chapterAuctionMinted(uint256) view returns (uint256)
chapterAuctionPriceCurveLength(uint256) view returns (uint256)
chapterAuctionStartPrice(uint256) view returns (uint256)
chapterAuctionStartTime(uint256) view returns (uint32)
chapterAuctionSupply(uint256) view returns (uint256)
discountMinted(address, uint256) view returns (uint256)
findChapter(uint256 tokenId) view returns (struct GhxstsComicChapter chapter)
getApproved(uint256 tokenId) view returns (address)
getAuctionPrice(uint256 chapterId, uint256 _saleStartTime) view returns (uint256)
getChapter(uint256 chapterId) view returns (struct GhxstsComicChapter _chapter)
getMintedQty(uint256 chapterId, address addr, uint256 mintType) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListMint(uint256 chapterId, uint256 amount, uint256 discountAmount, uint256 ticket, uint256 maxQty, uint256 maxDiscountQty, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
auctionMint(uint256 chapterId, uint256 amount) payable
burn(uint256 tokenId)
createChapter(uint256 chapterId, string name, string description, string image, uint256 maxSupply, uint256 price, uint256 discountPrice)
createChapterAuction(uint256 chapterId, uint256 auctionSupply, uint32 startTime, uint256 startPrice, uint256 endPrice, uint256 priceCurveLength, uint256 dropInterval)
freezeChapterPermanently(uint256 chapterId)
mint(uint256 quantity, uint256 chapterId) payable
ownerMint(uint256 quantity, uint256 chapterId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMAX_MINT(uint256 max)
setWebsite(string url)
togglePrivateSale(uint256 chapterId)
togglePublicSale(uint256 chapterId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateChapterDescription(uint256 chapterId, string description)
updateChapterImage(uint256 chapterId, string image)
updateChapterMetadataUri(uint256 chapterId, string uri)
updateChapterName(uint256 chapterId, string name)
updateDiscountPrice(uint256 chapterId, uint256 discountPrice)
updateMaxSupply(uint256 chapterId, uint256 maxSupply)
updateMerkleRoot(uint256 chapterId, bytes32 merkleRoot)
updatePrice(uint256 chapterId, uint256 price)
updateTokenMetadataUri(uint256 tokenId, string uri)
withdrawEther(address _to, uint256 _amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.