Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 4 additional slots
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "CHROMA3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18231832 | a year ago | | | 0 | 0.00068319738 | |
| 18231800 | a year ago | | | 0 | 0.00021875382 | |
| 13154678 | 3 years ago | | | 0 | 0.0033770237 | |
| 13098470 | 3 years ago | | | 0.8 | 0.017294181 | |
| 13087806 | 3 years ago | | | 0 | 0.0022574838 | |
| 13082922 | 3 years ago | | | 0.76 | 0.011877239 | |
| 13057748 | 3 years ago | | | 0.72 | 0.0012000171 | |
| 13057390 | 3 years ago | | | 0.72 | 0.013152092 | |
| 13057360 | 3 years ago | | | 0.68 | 0.0083483275 | |
| 13057350 | 3 years ago | | | 0.64 | 0.010572262 |
ABI
ABI objects
Getter at block 21265483
baseURI() view returns (string)
getConfig() view returns (struct CollectCodeConfig)
(chroma3, 30, 60, 4, 3)
getPrices() view returns (uint256[])
[840000000000000000, 1720000000000000000, 2640000000000000000]
getState() view returns (struct CollectCodeState)
(true, 20, 4, 16, 30, 10, 3, true)
name() view returns (string)
CHROMA3
owner() view returns (address)
0x7b9bb5423abd67e212672beda7860867ef4e1740
symbol() view returns (string)
CH3
totalSupply() view returns (uint256)
21
Read-only
balanceOf(address owner) view returns (uint256)
calculatePriceForQuantity(uint256 quantity) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnedTokens(address from) view returns (uint256[])
getTokenInfo(address from, uint256 tokenId) view returns (struct CollectCodeTokenInfo)
isApprovedForAll(address owner, address operator) 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)
State-modifying
Events approve(address to, uint256 tokenId)
buildCode(uint256 tokenId)
buyCode(address to, uint256 quantity, bool build) payable returns (uint256)
giftCode(address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.
This contract contains no error objects.