MV3NFT
Verified contract
Active on
Ethereum with 17,630 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MV3NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160152 | 41 minutes ago | | | 0 | 0.00092219746 | |
| 21101588 | 8 days ago | | | 0 | 0.00024679920 | |
| 21030085 | 18 days ago | | | 0 | 0.00096361905 | |
| 21002470 | 22 days ago | | | 0 | 0.00019467931 | |
| 21002470 | 22 days ago | | | 0 | 0.00034216364 | |
| 20999822 | 22 days ago | | | 0 | 0.00039567761 | |
| 20898424 | a month ago | | | 0 | 0.00022546593 | |
| 20897826 | a month ago | | | 0 | 0.00025601742 | |
| 20748138 | 2 months ago | | | 0 | 0.000067966810 | |
| 20715633 | 2 months ago | | | 0 | 0.000092063197 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAuctionPrice(uint256 _saleStartTime) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
auctionMint(uint256 quantity) payable
burnNonce(uint32 nonce)
mintFromSignature(uint8 _v, bytes32 _r, bytes32 _s, int256 quantity, int256 tier, uint32 count) payable
renounceOwnership()
renounceOwnership(address owner)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionStartPrice(uint256 price, uint256 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()