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 "Chroma"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19255158 | 9 months ago | | | 0 | 0.0011735109 | |
| 19247560 | 9 months ago | | | 0 | 0.00074563351 | |
| 19245837 | 9 months ago | | | 0 | 0.00097159606 | |
| 19240348 | 9 months ago | | | 0 | 0.0015236264 | |
| 19236920 | 9 months ago | | | 0 | 0.0013003641 | |
| 19234740 | 9 months ago | | | 0 | 0.0010761376 | |
| 19234734 | 9 months ago | | | 0 | 0.0017598697 | |
| 19234388 | 9 months ago | | | 0 | 0.0072464355 | |
| 19234194 | 9 months ago | | | 0 | 0.0038255315 | |
| 19233837 | 9 months ago | | | 0 | 0.0020497917 |
ABI
ABI objects
Getter at block 21172776
baseTokenURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
2610
name() view returns (string)
Chroma
owner() view returns (address)
0xf59f2bd3fb5c55a9c8f83cb33924fe77e786b6ba
symbol() view returns (string)
CHROMA
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getSVG(string hexString) pure returns (string)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()