MV3NFT

Verified contract

Active on Ethereum with 17,630 txns
Deployed by via 0x318a5828 at 14574144
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MV3NFT"

0xbbf78ed66a0ac4b133e626206da351b7889c1727a33326dc44c82c0104430915
0x09bf730fa572510b46e85512506453409e1b2f5c9118b8441d4dbea9943c55f2
From
0x50c47076a58baf4ed58f242ff906ba3baee27f8f71086a402c1bd15d525542ea
0x450680a74bb12e6f888cf2d5ebed3730850c282ed3e2dad2e03c9366db798909
0x6f17dd456fc6456aae170dd23d41dfebac6d83c63cc4f3b4a5a2d57536dc2cfe
0xe0d50026344f111fc99cc4605fd3502c7784a4e3ce00e94eed9b2590bc34c2b1
0xbc239e2471e7fb4bdc16924393cb3d38d58b7ed107f4123e3252f771e62663d8
0x34f5605b487ab5b8a0cc9107d2afd8f1c9b07f9f50dfed99cb485a96deacce1d
0x90a8c25a24ece698b4404750255436119e70b383401a27ef879889de112b1251
0x5a041c214325f5ef04dc46e024d9f3d5c91e404475bfd70a062d4ebb6129158e

Functions
Getter at block 21160354
AUCTION_DROP_INTERVAL(view returns (uint256)
1200
AUCTION_DROP_PER_STEP(view returns (uint256)
0
AUCTION_END_PRICE(view returns (uint256)
700000000000000000
AUCTION_PRICE_CURVE_LENGTH(view returns (uint256)
10800
AUCTION_START_DATE(view returns (uint256)
0
AUCTION_START_PRICE(view returns (uint256)
1000000000000000000
getSavedList(view returns (uint256[])
[]
name(view returns (string)
MV3NFT
owner(view returns (address)
0x4e2b6cc39e22026d8ce21214646a657ab7eb92b3
symbol(view returns (string)
MV3NFT
tier2Price(view returns (uint64)
250000000000000000
tier3Price(view returns (uint64)
250000000000000000
tier4Price(view returns (uint64)
250000000000000000
tier5Price(view returns (uint64)
250000000000000000
totalSupply(view returns (uint256)
6501
viewBaseURI(view returns (string)
https://thecollective.mypinata.cloud/ipfs/QmR7Hww3Nkr9oQ9Y5MLb8Lj967T5dbVNTJneE6ff3sz5Jg/
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getAuctionPrice(uint256 _saleStartTimeview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(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
auctionMint(uint256 quantitypayable 
burnNonce(uint32 nonce
mintFromSignature(uint8 _vbytes32 _rbytes32 _sint256 quantityint256 tieruint32 countpayable 
renounceOwnership(
renounceOwnership(address owner
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setAuctionStartPrice(uint256 priceuint256 endPrice
setBaseURI(string URI
setDutchAuctionStartTime(uint256 start
setServerAddress(address server
setTier2Price(uint64 price
setTier3Price(uint64 price
setTier4Price(uint64 price
setTier5Price(uint64 price
startEvent(uint256[] list
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(uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

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