VAMPS

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0xa6183604 at 16626275
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VAMPS"

No transactions found for "VAMPS"


Functions
Getter at block 21050976
cost(view returns (uint256)
3000000000000000
freeSupply(view returns (uint256)
6666
hiddenMetadataUri(view returns (string)
ipfs://bafkreicv3ergkkoi2uxjkvr7ztn5rnxzfkp2zaxpxw6cc5so43zdlmse5m/
maxMintAmountPerTx(view returns (uint256)
11
maxPerWallet(view returns (uint256)
11
maxSupply(view returns (uint256)
6666
name(view returns (string)
VAMPS
owner(view returns (address)
0x0ebeb3dc236a8919766238c3c06907459ffcc774
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
V
totalSupply(view returns (uint256)
6666
uriPrefix(view returns (string)
ipfs://bafybeiht4qfm4aelgycd7shw7dya47vtwale6fxnbcxyrroqperkpvflre/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
freeMintClaimed(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
awakening(uint256 amountpayable 
burnVamp(uint256 _cost
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeSupply(uint256 _freeQty
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setmaxPerWallet(uint256 _maxPerWallet
stakeVamp(uint256 _cost
transferFrom(address fromaddress touint256 tokenIdpayable 
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(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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