Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xd467…3be2
Balances ($0.00)
No balances found for "Ghouls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049883 | a month ago | | | 0 | 0.00030156018 | |
| 20855436 | 2 months ago | | | 0 | 0.00030473419 | |
| 20357189 | 4 months ago | | | 0 | 0.00094255574 | |
| 20341466 | 4 months ago | | | 0 | 0.00056743608 | |
| 20312534 | 4 months ago | | | 0 | 0.00033595447 | |
| 20183746 | 5 months ago | | | 0 | 0.00070075569 | |
| 19951732 | 6 months ago | | | 0 | 0.00013640932 | |
| 19540152 | 8 months ago | | | 0 | 0.0013444896 | |
| 19361097 | 9 months ago | | | 0 | 0.0034491149 | |
| 19356177 | 9 months ago | | | 0 | 0.0030012708 |
ABI
ABI objects
Getter at block 21296812
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 publicSalePrice, uint64 publicSaleStart, uint64 allowlistStart, bytes32 allowlistMerkleRoot)
(publicSalePrice=100000000000000000, publicSaleStart=1662739200, allowlistStart=1662652800, allowlistMerkleRoot=0x0e7520caad4d72da12d544b3cfa96a3d48419ecc286deb5588c196020ad46f47)
symbol() view returns (string)
GHLS
totalSupply() view returns (uint256)
666
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(struct GhoulsAirdrop[] airdrops, uint256 expectedTotal)
approve(address to, uint256 tokenId)
pause()
purchase(uint256 quantity) payable returns (uint256)
purchaseAllowList(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDBSTreasury(address dbsTreasury)
setDefaultRoyalty(address receiver, uint96 basisPoints)
setSaleConfiguration(struct GhoulsSalesConfiguration _salesConfig)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchAirdropped(uint256 total)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Sale(address indexed to, uint256 indexed quantity, uint256 indexed pricePerToken, uint256 firstPurchasedTokenId)
SalesConfigChanged(address indexed changedBy)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawn(uint256 amount)
constructor(string name, string symbol, string baseTokenURI_, address dbsTreasury, address royaltyReceiver, uint96 royaltyBPS, struct GhoulsSalesConfiguration salesConfig_)
This contract contains no fallback and receive objects.
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()