Reality Clash Coin
Verified contract
Active on
Ethereum with 7,873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RCC | ERC-20 | 518.533229 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053265 | a month ago | | | 0 | 0.00029114200 | |
| 21052973 | a month ago | | | 0 | 0.00014153568 | |
| 20350675 | 4 months ago | | | 0 | 0.000072591000 | |
| 19798949 | 7 months ago | | | 0 | 0.00025644077 | |
| 19701188 | 7 months ago | | | 0 | 0.00027412594 | |
| 19700581 | 7 months ago | | | 0 | 0.00034679400 | |
| 19531998 | 8 months ago | | | 0 | 0.00072654516 | |
| 19531985 | 8 months ago | | | 0 | 0.00065472599 | |
| 19531982 | 8 months ago | | | 0 | 0.00068200943 | |
| 19276286 | 9 months ago | | | 0 | 0.0020027825 |
ABI
ABI objects
Getter at block 21255213
BURN_ADDRESS() pure returns (address)
0x0000000000000000000000000000000000000000
canUpgrade() pure returns (bool)
true
decimals() pure returns (uint256)
18
getUpgradeState() pure returns (uint8)
2
isToken() pure returns (bool weAre)
true
mintingFinished() pure returns (bool)
true
name() pure returns (string)
Reality Clash Coin
owner() pure returns (address)
0x202b8fc5a5e8cb447b78c9af16ce4ce3d91414a3
releaseAgent() pure returns (address)
0xd18d973c6bbea7b9a8b66cf9e460e8c21446451a
released() pure returns (bool)
true
symbol() pure returns (string)
RCC
totalSupply() pure returns (uint256)
24487944095820433464860415
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0x8d790f3989b6d24f38beb978c1c813d608bb0c81
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
mintAgents(address) pure returns (bool)
transferAgents(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount)
mint(address receiver, uint256 amount)
releaseTokenTransfer()
setMintAgent(address addr, bool state)
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _decimals, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.