Spooktaculars

Verified contract

Active on Ethereum with 7,440 txns
Deployed by via 0x10cfdfb2 at 15585346
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Spooktaculars"

0xc43e1f0234515ed3227f4251cb15b86b1f25fe7d528055107448f4076b416232
0x3f8ee6a4db6befad8a06f6caaa8e033d02ca64308223503e2c96a0b6435cf07b
0x402ac7dd7937e42c40817420a5db26df19ba5c4f89b9b0491523eece0a12dfd9
0x22c043dc8916a3c9818104c526f1075be6a895d5febeb3211239c6d3c1c12f0c
0xdaf1481f1d7455f329bdce04c211f03dbdeeea0fd3d0428fe9a2d65bd6770b34
0x416c3d6fecee1dc46a283855ed4ff2a07d147b2a51f62e0ec70a44b4e6a5a599
0x4c83d5df88d8455dbbd0698c0178f208eb6ae58842d9d08de9347a5bdf64a735
0x4a0bcca8353b13c8f45db04ff883101c4fdd3dd1ba15437a20656b52de0bfa9e
0x2f47ec46ff7c9d9221b08a3791c4007c605769289416dfe68d180a668cc46759
0x36d639862449154d215e24e5936af4d8070c1474e3517cc1ca4924a66395f844

Functions
Getter at block 21330961
maxMintAmount(view returns (uint8)
2
maxSupply(view returns (uint16)
3333
name(view returns (string)
Spooktaculars
owner(view returns (address)
0x92e583e6d88e6c28299ae5bf05a90834028d9a20
publicCost(view returns (uint256)
35000000000000000
publicSaleActive(view returns (bool)
false
spookSaleActive(view returns (bool)
true
spookyCost(view returns (uint256)
29000000000000000
symbol(view returns (string)
SPOOKY
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isSpooky(address _userbytes32[] _spookyProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint8 _amountpayable 
reduceSupply(uint16 _newReducedSupply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintAmount(uint8 _maxMintAmount
setPublicSaleCost(uint256 _newPublicCost
setSpookListLimit(uint256 _spookListLimit
setSpookListRoot(bytes32 _spookListRoot
setSpookSaleCost(uint256 _newSpookyCost
spookyMint(bytes32[] _spookyProofpayable 
togglePublicSale(
toggleSpookSale(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(