ColorTokenArt
Verified contract
Active on
Ethereum with 685 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 "ColorTokenArt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16734102 | 2 years ago | | | 0 | 0.0017194566 | |
| 16296196 | 2 years ago | | | 0 | 0.00074849892 | |
| 15736612 | 2 years ago | | | 0 | 0.00068732913 | |
| 15666647 | 2 years ago | | | 0 | 0.00036390754 | |
| 15190983 | 2 years ago | | | 0 | 0.00033688132 | |
| 15164279 | 2 years ago | | | 0 | 0.00083042241 | |
| 15155727 | 2 years ago | | | 0 | 0.00048092212 | |
| 15155722 | 2 years ago | | | 0 | 0.0022200907 | |
| 15155722 | 2 years ago | | | 0 | 0.0022200907 | |
| 15155722 | 2 years ago | | | 0 | 0.0022200907 |
ABI
ABI objects
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 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 count) 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_)
setFreeAmount(uint256 amount)
setPreRevealURI(string preRevealURI)
setPrice(uint256 _newPrice)
setRevealTimestamp(uint256 newRevealTimeStamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()