Spooktaculars
Verified contract
Active on
Ethereum with 7,440 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Spooktaculars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287359 | 6 days ago | | | 0 | 0.00026954891 | |
| 21101981 | a month ago | | | 0 | 0.00013168457 | |
| 20948661 | 2 months ago | | | 0 | 0.00042053455 | |
| 20740943 | 3 months ago | | | 0 | 0.00013039073 | |
| 20536258 | 4 months ago | | | 0 | 0.00024007686 | |
| 20521810 | 4 months ago | | | 0 | 0.000060196322 | |
| 20396303 | 4 months ago | | | 0 | 0.000042025626 | |
| 20331456 | 5 months ago | | | 0 | 0.00028702333 | |
| 20150987 | 5 months ago | | | 0 | 0.000050771729 | |
| 19927775 | 6 months ago | | | 0 | 0.00030530448 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSpooky(address _user, bytes32[] _spookyProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 _amount) payable
reduceSupply(uint16 _newReducedSupply)
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)
setMaxMintAmount(uint8 _maxMintAmount)
setPublicSaleCost(uint256 _newPublicCost)
setSpookListLimit(uint256 _spookListLimit)
setSpookListRoot(bytes32 _spookListRoot)
setSpookSaleCost(uint256 _newSpookyCost)
spookyMint(bytes32[] _spookyProof) payable
togglePublicSale()
toggleSpookSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()