VODNIK

Verified contract

Active on Ethereum with 685 txns
Deployed by via 0x59780aea at 16658136

The storage layout for this contract could not be retrieved.

No balances found for "VODNIK"

0x888b3d736d5f562e14add125e32bc6231b50863d6c1e9b4c8543219e968d775c
0x3f413cf1fb1c1e5f65b8e5d974f359bcca547991bc49a927c3fec8b2277a47f5
0x46371b387b1d06b554ea8cf1a36251d82ecaac390bdd314d62663a8841140579
0x4ea1df2deff2bab8b1f44ac00eda85c9dbd57d9d608ece20ffa4bda64083c703
0x667b843296218f3e0e33a7051538eef2834ec1947df790064b8edf0eae8d3120
0x36a30c36eeebf25885f05a16c8db0a9a8c49e59705df1bef32bebfd6dd34614e
0xc2d88de037ef12b1bca1dcb5fe962480621bd33b4ddf859d24b2c12c85456ef9
0x98bc97854cc129e6ef1f5247cfcdec51bd887fcf1f7c2ea1b09372c23c90faba
0xf6ec66df9f3bfb5c05cab5a1db37937e33f6bcaaf3f21913824f5a259777fa2b
0xeaf7e00ce77d1c85f2108aa425c11bbc9d11c82c49c560b499d0dd32a4e10dd1

Functions
Getter at block 20997907
MAX_SUPPLY(view returns (uint256)
3333
MAX_TEAM(view returns (uint256)
2222
MAX_TX(view returns (uint256)
10
baseURI(view returns (string)
0x0
getStep(view returns (uint8 actualStep)
2
merkleRoot(view returns (bytes32)
0x53aaf442e8045ec89001854cee59c122cbfc2d22d9e5900e4bf839ed04e1ccbc
name(view returns (string)
0xVodnik Mystery Drop
notRevealedURI(view returns (string)
owner(view returns (address)
0xfb05378883baaa0adbd0dcf2d040f03d9814c2a0
public_price(view returns (uint256)
0
saleStartTime(view returns (uint256)
1649298400
step(view returns (uint8)
0
symbol(view returns (string)
0xVODNIK
totalSupply(view returns (uint256)
3333
wl_price(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
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
PublicMint(address _accountuint256 _quantitypayable 
Refund(uint256 amount
TeamMint(address _touint256 _quantitypayable 
approve(address touint256 tokenId
renounceOwnership(
revealCollection(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string _newBaseURI
setMaxSupply(uint256 _newMAX_SUPPLY
setMerkleRoot(bytes32 _merkleRoot
setSaleStartTime(uint256 _newSaleStartTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(address _accountuint256 _quantitybytes32[] _proofpayable 
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 _baseURIbytes32 _merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(