UpcomingNFT

Verified contract

Active on Ethereum
Deployed by via 0xb8bece8c at 15619175
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "UpcomingNFT"

0xe98c74f970cecaa5cab8909bd91b8aea3ea0f2f5dec0bea9b82ac71055d517d7
0xd5f38dc778098c0c2c28c92b5a4853771308d79d8d56d80fe1a8b4f6a4495bfa
0xfead71cd5e60b47d36eed771d5f9ffde8634a0cfe9ff3ceb533067e6d3e23490
0x72c0ea1a91e6dd99632c24ed7c3f320d9a2506e1dfd206860514a657bc371f1a
0x275bab60e0d69a35f0700b2a2d9788abbc996742509e5d24b57964ab0a04d79d
0xd33e7b5d3eabf271d327e17064cb88279e47c72fdc590d669b0312aea6b975c5
0x0ccceeaa1ebac6e6a1e53c34c4c43747fa2337a34105c701c864d91eca6d7496
0x922ccebabd70802fa48046df09c7177d64f6bb7bdc3f53294a42854660863276
0x3b2e990fa0c5294a67bb51155aa8497635457e9f7f329f4be3ebb0c170ff70c3
0x315dfe326032ce7989f1e53a5b487fb724f2b7cce2ced8003ed883e8bedcf170

Functions
Getter at block 21221827
MAX_SUPPLY(view returns (uint256)
1350
MINT_PER_WALLET(view returns (uint256)
5
OWNER_MINT_PRICE(view returns (uint256)
0
PUBLIC_MINT_PRICE(view returns (uint256)
150000000000000000
WL_MINT_PRICE(view returns (uint256)
90000000000000000
name(view returns (string)
UpcomingNFT
owner(view returns (address)
0x5c7fce16aef068cc7d35cb8d9a880dd36809bf72
receivingWallet(view returns (address)
0x5c7fce16aef068cc7d35cb8d9a880dd36809bf72
root(view returns (bytes32)
0x869e469ebeb92a72bfe8f848ce486984ea009ebedb3ab93b362b0195cf126060
stage(view returns (uint256)
0
symbol(view returns (string)
UpcomingNFT
tokenBaseUrl(view returns (string)
https://ipfs.io/ipfs/bafybeic7wpynnie42hts4cwf4mwxccdrgskxdvll7m5fviw64eypnan2iu/assets/
tokenUrlSuffix(view returns (string)
.json
totalSupply(view returns (uint256)
1350
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] _proofbytes32 _leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
WhitelistMint(uint256 _numTokensbytes32[] _proofpayable 
approve(address touint256 tokenId
mint(uint256 _numTokenspayable 
ownerMint(address _touint256 _numTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMintPrice(uint256 _mintPrice
setOPPrice(uint256 _mintPrice
setPerWallet(uint256 _wallets
setRoot(bytes32 _root
setStage(uint256 _stage
setTokenBaseUrl(string _tokenBaseUrl
setTokenSuffix(string _tokenUrlSuffix
setWLPrice(uint256 _mintPrice
setmaxSupply(uint256 _maxSupply
transferETH(address _to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(