NFTNAME
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "NFTNAME"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTNAME"
ABI
ABI objects
Getter at block 20794535
MAX_FREE_PER_WALLET() view returns (uint256)
1
NUM_FREE_MINTS() view returns (uint256)
0
PUBLIC_SALE_PRICE() view returns (uint256)
0
baseTokenURI() view returns (string)
freeNFTAlreadyMinted() view returns (uint256)
0
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1234
name() view returns (string)
NFTNAME
owner() view returns (address)
0x4fa3b4d71e2d00c7c2a8a980288c76fa8c19704e
symbol() view returns (string)
NTFSYMBOL
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNewWhitelist(uint256 maxTokens_, uint256 nftPrice_, string name_, string symbol_, uint256 maxFreePerWallet_, string URIs_, bool isPublicSaleActive_, uint256 maxFreeNums_)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
teamMint(uint256 quantity)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()