The latest block we've processed for this chain is 20897810, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

Ghouls

Verified contract

Active on Ethereum with 1,680 txns
Deployed by via 0xe552c4f0 at 15493232
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Ghouls"

0xddbadf7bfc28c89266736ecb66774dea12fdd7ece085e689753d604de2ef66e5
0x9741bda403a5aad2d2167eb9d63b0578feed3c5fba4dee5bc170468afff8fca8
0x836b7ef56949dc30517ec6136b7dd463294c942777f8d2076d9bd6cfc91fa606
0x57fcebb2af9482318f5ac9b31de017bbb806a5234cc17d962be2772849dcddf2
0x156838d09654b519d0007bff882620c98ffa681045749fb8ec1e9719e9390f59
0xeff956b1212ba6bdacbb71f8633bce11f815a5b2428452f3236e4fe31b1f6f9f
0xe91ab542146e0998f243d53114aed51c44a721cb9668b33aacae95db140ffce2
0x72297e81bc4108c72f1110fb229a904ca8b08982481fabcaeea70df4d8d01f25
0x7594be16f3d7259e58c2b70a5afe938734d93810519280175d74bede9e167a8d
0xe2166b6875415fe067428074c726de37360a3a69a85854597be8865fba806f3b

Functions
Getter at block 20897809
NUM_AIRDROP_FREE(view returns (uint256)
109
NUM_MAX_GHOULS(view returns (uint256)
666
getDBSTreasury(view returns (address)
0xd4677f6c8922fb5baab27b4e5cf868e729183be2
getSaleDetails(view returns (struct GhoulsSaleDetails)
(true, true, 100000000000000000, 1662739200, 1662652800, 0x0e7520caad4d72da12d544b3cfa96a3d48419ecc286deb5588c196020ad46f47, 666, 666)
name(view returns (string)
Ghouls
owner(view returns (address)
0xb41204cba1ee7a4e3a20a887c8d22d0858f9d7e7
paused(view returns (bool)
false
salesConfig(view returns (uint104 publicSalePriceuint64 publicSaleStartuint64 allowlistStartbytes32 allowlistMerkleRoot)
(publicSalePrice=100000000000000000, publicSaleStart=1662739200, allowlistStart=1662652800, allowlistMerkleRoot=0x0e7520caad4d72da12d544b3cfa96a3d48419ecc286deb5588c196020ad46f47)
symbol(view returns (string)
GHLS
totalSupply(view returns (uint256)
666
Read-only
balanceOf(address ownerview returns (uint256)
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)
State-modifying
airdrop(struct GhoulsAirdrop[] airdropsuint256 expectedTotal
approve(address touint256 tokenId
pause(
purchase(uint256 quantitypayable returns (uint256)
purchaseAllowList(uint256 quantityuint256 maxQuantityuint256 pricePerTokenbytes32[] merkleProofpayable returns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDBSTreasury(address dbsTreasury
setDefaultRoyalty(address receiveruint96 basisPoints
setSaleConfiguration(struct GhoulsSalesConfiguration _salesConfig
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchAirdropped(uint256 total
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Sale(address indexed touint256 indexed quantityuint256 indexed pricePerTokenuint256 firstPurchasedTokenId
SalesConfigChanged(address indexed changedBy
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Withdrawn(uint256 amount
Constructor
constructor(string namestring symbolstring baseTokenURI_address dbsTreasuryaddress royaltyReceiveruint96 royaltyBPSstruct GhoulsSalesConfiguration salesConfig_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AirdropExceedsMaxSupply(
AirdropTotalMismatch(
AllowList_MerkleNotApproved(
AllowList_TooManyForAddress(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
Mint_SoldOut(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
Purchase_WrongPrice(uint256 correctPrice
Sale_NotStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(