RCCC Token
Verified contract
Active on
Ethereum with 44,478 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003824 |
$0 | |
RCCC | ERC-20 | 36.861362K | -- | -- | |
GAEA | ERC-20 | 10 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18626937 | a year ago | | | 0 | 0.0015875104 | |
| 18220122 | a year ago | | | 0 | 0.00087774608 | |
| 15397334 | 2 years ago | | | 0 | 0.0010611736 | |
| 15114070 | 2 years ago | | | 0 | 0.00053646498 | |
| 15096720 | 2 years ago | | | 0 | 0.0037164610 | |
| 15095441 | 2 years ago | | | 0 | 0.0014261600 | |
| 14988073 | 2 years ago | | | 0 | 0.0012469520 | |
| 14260087 | 3 years ago | | | 0 | 0.0028105718 | |
| 14066326 | 3 years ago | | | 0 | 0.0044240720 | |
| 14065991 | 3 years ago | | | 0 | 0.0066454920 |
ABI
ABI objects
Getter at block 21159948
decimals() pure returns (uint8)
18
name() pure returns (string)
RCCC Token
symbol() pure returns (string)
RCCC
totalSupply() pure returns (uint256)
499999999999999999999999999
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.