NftColorPremium
Verified contract
Active on
Ethereum with 992 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "NftColorPremium"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20602804 | 4 months ago | | | 0 | 0.000027446390 | |
| 20582457 | 4 months ago | | | 0 | 0.000030071747 | |
| 19046220 | a year ago | | | 0 | 0.00069015329 | |
| 18905061 | a year ago | | | 0 | 0.00068145893 | |
| 17471235 | 2 years ago | | | 0 | 0.00076657881 | |
| 17368281 | 2 years ago | | | 0 | 0.00053796100 | |
| 16723035 | 2 years ago | | | 0 | 0.00052380185 | |
| 16706034 | 2 years ago | | | 0 | 0.00092425745 | |
| 16634893 | 2 years ago | | | 0 | 0.0020658452 | |
| 16634841 | 2 years ago | | | 0 | 0.0018531808 |
ABI
ABI objects
Getter at block 21408888
_baseExtension() view returns (string)
.jpg
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6MTAwMCwgImZlZV9yZWNpcGllbnQiOiIweDBiNzMwNzdkMTVmZDgzMDgwNjI1ZmNhNWVmOTZjNTUyZDE2NzllMGMifQ==
getCurrentIndex() view returns (uint256)
1401
isPublicSaleEnabled() view returns (bool)
true
isRevealed() view returns (bool)
true
isWlSaleEnabled() view returns (bool)
false
maxMintsPerPS() view returns (uint256)
5
maxMintsPerWL() view returns (uint256)
5
maxSupply() view returns (uint256)
1400
name() view returns (string)
NftColorPremium
owner() view returns (address)
0x0b73077d15fd83080625fca5ef96c552d1679e0c
psMintPrice() view returns (uint256)
11100000000000000
symbol() view returns (string)
NCP
totalSupply() view returns (uint256)
1400
wlMintPrice() view returns (uint256)
10000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
imageURI(uint256 _tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
psMinted(address _address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tryOwnerOf(uint256 tokenId) view returns (address)
walletOfOwner(address _address) view returns (uint256[])
wlMinted(address _address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
ownerMint(uint256 _amount, address _address)
publicMint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string uri_)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setHiddenDescription(string description_)
setHiddenName(string prefName_)
setHiddenURI(string uri_)
setJsonUri(bool bool_)
setMaxSupply(uint256 _maxSupply)
setPsMaxMints(uint256 _max)
setPsPrice(uint256 newPrice)
setPublicSaleEnable(bool bool_)
setReveal(bool bool_)
setTraitName(uint256 ite_, string name_)
setTraitValue(uint256 traitId_, uint256 ite_, string name_)
setTypes(uint256 types_)
setWhitelistSaleEnable(bool bool_)
setWithdrawWallet(address _owner)
setWlMaxMints(uint256 _max)
setWlMerkleRoot(bytes32 merkleRoot_)
setWlPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] proof_) payable
withdraw() payable
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()
URIQueryForNonexistentToken()