Readcoin
Verified contract
Active on
Ethereum with 3,303 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPENC | ERC-20 | 2.9951 | $0.00765 |
$0.02 | |
OPEN | ERC-20 | 2.9951 | -- | -- | |
OPENC | ERC-20 | 2.9951 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12106195 | 4 years ago | | | 0 | 0.0042741960 | |
| 8427233 | 5 years ago | | | 0 | 0.00029182400 | |
| 8123935 | 5 years ago | | | 0 | 0.00025489800 | |
| 8123934 | 5 years ago | | | 0 | 0.00035989800 | |
0x | 7228477 | 6 years ago | | | 0 | 0.000042086000 | |
| 6749159 | 6 years ago | | | 0 | 0.00013726200 | |
| 6488125 | 6 years ago | | | 0 | 0.00014591200 | |
| 5573517 | 7 years ago | | | 0 | 0.000091508000 | |
| 5573258 | 7 years ago | | | 0 | 0.000072956000 | |
| 5528625 | 7 years ago | | | 0 | 0.00045754000 |
ABI
ABI objects
Getter at block 21164810
INITIAL_SUPPLY() pure returns (uint256)
80000000000000000
canUpgrade() pure returns (bool)
true
decimals() pure returns (uint256)
8
getUpgradeState() pure returns (uint8)
2
name() pure returns (string)
Readcoin
standard() pure returns (string)
ERC20
symbol() pure returns (string)
RCN
totalSupply() pure returns (uint256)
80000000000000000
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0x3f55ac7032b08bba74f1dcd9d069648d210dd2d5
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.