Chroma
Verified contract
Active on
Ethereum with 142,056 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,164.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHR | ERC-20 | 24.230674K | $0.25328 |
$6,137.15 | |
ALICE | ERC-20 | 19.3 | $1.43 |
$27.6 | |
OGD | ERC-20 | 19.999999M | -- | -- | |
CHR | ERC-20 | 1.846738K | -- | -- | |
LINK6C | ERC-20 | 2.5849 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268799 | 12 minutes ago | | | 0 | 0.00041627980 | |
| 21268573 | an hour ago | | | 0 | 0.00036960865 | |
| 21268473 | an hour ago | | | 0 | 0.00023531001 | |
| 21268456 | an hour ago | | | 0 | 0.00045429165 | |
| 21268441 | an hour ago | | | 0 | 0.00031027114 | |
| 21268310 | 2 hours ago | | | 0 | 0.00028936627 | |
| 21268200 | 2 hours ago | | | 0 | 0.00024812244 | |
| 21268186 | 2 hours ago | | | 0 | 0.00031461694 | |
| 21268166 | 2 hours ago | | | 0 | 0.00032145362 | |
| 21268156 | 2 hours ago | | | 0 | 0.00032639850 |
ABI
ABI objects
Getter at block 21268856
DECIMALS() view returns (uint8)
6
cap() view returns (uint256)
1000000000000000
decimals() view returns (uint8)
6
name() view returns (string)
Chroma
symbol() view returns (string)
CHR
totalSupply() view returns (uint256)
614063599004205
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeMinter(address newMinter)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromChromia(address to, uint256 value, bytes32 refID) returns (bool)
transferToChromia(bytes32 to, uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterSet(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFromChromia(address indexed to, bytes32 indexed refID, uint256 value)
TransferToChromia(address indexed from, bytes32 indexed to, uint256 value)
constructor(address minter, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.