This contract is being backfilled. You may encounter incomplete storage history.

Spooky Ghosties

Verified contract

Active on Ethereum with 448 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Spooky Ghosties"

0x728bfe2d46d3736c2a187b3b7fe7383ec3120ebc819b25673a47f2ed85239832
0xc0cb53072d5ae16982e746e54a20067e7e3ba50f13c2201f81870d65b6a60637
0xb34f1f7fb0d1d2384f93bf94207981fcadb58abae9e7235df1b923bd873306cd
From
0x2734256b06458128edfa7e2a3cd858a2a4c35d2c846deb51253b41dfc6ee819a
0x2aeea4c2f7495ada4b4f78f65d507470d99a8f85e120cb71e89e2632377b3075
0xb1c389847009c73173caf497423326182c9ce650ee269c627698aa0dd74cf33b
0x5d6073b1ae9d1506de0255402a5305876aedc6f1df2b968adffdbd16a165cf92
0x0437401c5174f4207184fb7c6b3424892cdaed12383a4432aae40a58f2f01669
0x538fa7293bfba9e0cc089cac9c936a9d7e91bd452d32714c133b9afa5329c414
0x67c8fd9ce3a9574e6cc1d0c5598693fea77def11b7f89ebbfdbbbbacae9b7b76

Functions
Getter at block 20799356
_baseTokenURI(view returns (string)
ipfs://bafybeibgeuu625p5vmlketqkqsjner4zymupsxq7bmotsoms2ot4qqucyi/
maxPerTransaction(view returns (uint256)
2
maxPerWallet(view returns (uint256)
2
name(view returns (string)
Spooky Ghosties
owner(view returns (address)
0x658bed0da03ef747a365e85c0df03aa543abc562
price(view returns (uint256)
666000000000000
saleState(view returns (uint8)
1
supply(view returns (uint256)
666
symbol(view returns (string)
GHST
totalSupply(view returns (uint256)
666
Read-only
addressMintBalance(addressview returns (uint256)
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)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
batchMint(uint64[] qtysaddress[] recipients
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPerTransactionMax(uint256 _val
setPerWalletMax(uint256 _val
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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 _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidBatchMint(
InvalidPrice(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(