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"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15575200 | 2 years ago | | | 0 | 0.00030128311 | |
| 15575200 | 2 years ago | | | 0 | 0.00030431349 | |
| 12976163 | 3 years ago | | | 0 | 0.013310993 | |
| 12960564 | 3 years ago | | | 0 | 0.026988607 | |
| 12960518 | 3 years ago | | | 0 | 0.027497178 | |
| 12958343 | 3 years ago | | | 0 | 0.0085298675 | |
| 12958308 | 3 years ago | | | 0 | 0.014218390 | |
| 12915837 | 3 years ago | | | 0 | 0.0010720110 | |
| 12915829 | 3 years ago | | | 0 | 0.0022819170 | |
| 12884201 | 3 years ago | | | 0 | 0.0069229930 |
ABI
ABI objects
Getter at block 21318533
RGB_Ratio() view returns (uint256, uint256, uint256)
(0, 0, 0)
_totalSupply() view returns (uint256)
7441298888550795083168
decimals() view returns (uint8)
18
hourglass() view returns (address)
0x91683899ed812c1ac49590779cb72da6bf7971fe
name() view returns (string)
Color
symbol() view returns (string)
`c
totalSupply() view returns (uint256)
7441298888550795083168
Read-only
RGB_Ratio(address addr) view returns (uint256, uint256, uint256)
allowance(address src, address guy) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
blue(address) view returns (uint256)
green(address) view returns (uint256)
isContract(address _addr) view returns (bool is_contract)
red(address) view returns (uint256)
State-modifying
Events approve(address guy, uint256 amount) returns (bool)
mint(address _address, uint256 _value, uint256 _red, uint256 _green, uint256 _blue)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
Approval(address indexed src, address indexed guy, uint256 amount)
Mint(address indexed addr, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount, bytes data)
constructor(address _hourglass)
This contract contains no fallback and receive objects.
This contract contains no error objects.