ColorTokenArt

Verified contract

Active on Ethereum with 685 txns
Deployed by via 0x98218ae8 at 15145541
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ColorTokenArt"

0xd4bfe83498049145dd99d84cf297774320d2fed09c6b59dffff53c0db7e67ce2
0x3846e36bc43db5ba7d68de6ad10b590c106c7c5c4135a42ad0dc1d595b051872
0xbc97467e226c29c00fdbdf717f08900b8258c8901e070b8a5c0a9515cbe4b2aa
0x807be3be5b36d893a2c94531a08a8ec6ccd636357299a786cf5cc09581ee136e
0x56155082bd3333536578edb094c84168b6c1362a04fd321a8f92f88c407f4d65
0xc2729cf487faa30b55832529291ed9019ba14ab6f6a60ed240bca918cf290966
0xb1e2359a777755a2ff7c95a0aa2a249530c9cbf6c08c10ade6cd3986da650461
0xcfa426526e4ad12e2e922271fe86b4dc6593c353a49305dc01a4b3906c0426a6
0xd690fa83411c554dc14cbeeb88c25df373d24559cb05a168023070fcadb8903e
0x4072292dba530450484f2c162e448790f13cbe9f0b68fed1bab6cae87047cf5d

Functions
Getter at block 21216740
_maxFreeMintPerAddr(view returns (uint256)
5
_maxFreeMintSupply(view returns (uint256)
3000
_maxMintPerTx(view returns (uint256)
10
_maxSupply(view returns (uint256)
5555
_mintPrice(view returns (uint256)
2000000000000000
baseURI(view returns (string)
name(view returns (string)
ColorTokenArt
owner(view returns (address)
0x490e7c8a1e69f71f83264bb38a5eb511dfe74bec
revealTimeStamp(view returns (uint256)
0
symbol(view returns (string)
Color
totalSupply(view returns (uint256)
3154
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setFreeAmount(uint256 amount
setPreRevealURI(string preRevealURI
setPrice(uint256 _newPrice
setRevealTimestamp(uint256 newRevealTimeStamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(string initBaseURI
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(