0xVamp

Verified contract

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

No balances found for "0xVamp"

0xb2ed54263fbfe67b3a11958fb171dfe13100515a8d23568f178ed6461aa6f685
0xb186878a02e001b2d60594e6166ff633c429ae9aa37ced202f39964d7ca68667
0x843840464e553143d41f295f0d970c94253a1dcbb65d38c7acbb47c8bedf6843
0x6abb02f1266bf4aa74e6ed8125a18167e7b442bb788e2cb3cf7d20fc67be69fa
0x2feed08913079175e2bf9f73ae7cc077bab45aff80b0c40c25a57ce1d5517fda
0x1f193cce0ea84c672f39de8c6159c980e93e0e0494be112c1e5406aeb389985c
0x97121508ac1ff33a9d91066cdd53a16aa88b2c23790454341def41cf6a44870a
0x6848db9e901c3a4902a593ad77028772c256eaf84b0e587b7e255c7ce9c0c239
From
0xf4cb7afdcfe2cd5efc63e0923c8e38e4124bf5572e384bab265ac7c09aec30e8
0x389112a36c311119c558411f3fba8be7239c7947bd40183f136b0b365f9dad07

Functions
Getter at block 20914283
_baseTokenURI(view returns (string)
ipfs://QmUmSGTzqpqj8hAniSGRgiMRsVSs4QDV4gKcW6CG3fw54c/
maxPerWallet(view returns (uint256)
5
merkleRoot(view returns (bytes32)
0xb6b05b2d6f299c9b16d5bfc2f0b106518d7ebaf8e4f7fba180e236184bf5986c
name(view returns (string)
0xVamp
owner(view returns (address)
0xa10056e6a7677f915eb6827a82c61cd4c2db8dbe
presaleMaxPerWallet(view returns (uint256)
1
presalePrice(view returns (uint256)
0
presaleSupply(view returns (uint256)
88
price(view returns (uint256)
6000000000000000
saleState(view returns (uint8)
2
supply(view returns (uint256)
800
symbol(view returns (string)
Vamp
totalSupply(view returns (uint256)
800
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
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setPerWalletMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
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(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(