Vintage Mystery

Verified contract

Active on Ethereum with 939 txns
Deployed by via 0x6303a572 at 15191637
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $14.26
0x8795fa0bba153462a642ffa0c2dddbac09048c5674c3fc6f67487a9aa4c5daf2
0x573747d8f7cb47c7b2ff7850a0ca38f5c10af2fcdc9d476221b79215afb266c9
0xef0baacf404e3332ce0d3e05eaf6d030df3f7ca40b2e6a373a4156324d2afff8
0x24f1d48906b4693bfc1a70e46f491e5659e53c0e1db8e4b64343d5edbb843d7e
0x41d68a6769f443174ca0cb506ddaa5463bf5535f1690acc32d64b8e147cf6565
0x9e0eb5e5e2911677d9e54d8ae5b8b8169003e1aaeba59f0f76ed9deb10d944c3
0x15400597ee1e8e28232f5f6517e36bdf9c638e0f32c5b4ef7860c310983bf54f
0x12259563de0b9268ddd65793842414b6ffce8de46a7e0279202231b386c57e29
0xa1665f980177599774286850f88a896a8a122f265c8fa809be41fb59a98ef110
0xd6539ebfd4641fa671fc685b747c29e54faa861177f2659cc428fe0031e0b25c

Functions
Getter at block 21032161
MAX_PER_WALLET(view returns (uint256)
20
MINT_PRICE(view returns (uint256)
5000000000000000
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
3333
name(view returns (string)
Vintage Mystery
owner(view returns (address)
0x353773599db52ed9571be0873a606e5324bc4f5f
symbol(view returns (string)
VM
totalSupply(view returns (uint256)
2193
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
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(