Color NFT by Color Museum
Verified contract
Active on
Ethereum with 1,015 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 "Color NFT by Color Museum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200466 | 2 days ago | | | 0 | 0.00053240067 | |
| 20204289 | 5 months ago | | | 0 | 0.000086033154 | |
| 20121746 | 5 months ago | | | 0 | 0.00014164618 | |
| 19628541 | 7 months ago | | | 0 | 0.00068815283 | |
| 19398764 | 8 months ago | | | 0 | 0.0036283776 | |
| 18881689 | a year ago | | | 0 | 0.0023759087 | |
| 18545577 | a year ago | | | 0 | 0.00081653369 | |
| 18545572 | a year ago | | | 0 | 0.0014379091 | |
| 18208229 | a year ago | | | 0 | 0.00049319310 | |
| 17871796 | a year ago | | | 0 | 0.0017077486 |
ABI
ABI objects
Getter at block 21217262
_TOTALSUPPLY() view returns (uint256)
10000
_baseURI() view returns (string)
https://metadata.color.museum/api/v1/image/get-image/
isPaused() view returns (bool)
false
name() view returns (string)
Color NFT by Color Museum
owner() view returns (address)
0x01f42c72001c2851fdbb81b5a537675156c191fb
price() view returns (uint256)
67000000000000000
symbol() view returns (string)
Colors
totalSupply() view returns (uint256)
641
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteList(address user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipPauseStatus()
mint(address _to, uint256 _tokenId) payable
removeWhiteList(address user)
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)
setPrice(uint256 _newPrice)
setWhiteList(address user)
setWhiteListDiscount(uint256 _discount)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.