Reoncoin
Verified contract
Active on
Ethereum with 1,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($259.24)
Native
Value
$259.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08361 | $3,100.63 |
$259.24 | |
RCN | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9962982 | 5 years ago | | | 0 | 0.00012625000 | |
| 9117986 | 5 years ago | | | 0 | 0.00023391920 | |
| 9103622 | 5 years ago | | | 0 | 0.00011085200 | |
| 9092025 | 5 years ago | | | 0 | 0.00011085200 | |
| 9081689 | 5 years ago | | | 0 | 0.000055414000 | |
| 8933736 | 5 years ago | | | 0 | 0.000053426000 | |
| 8873824 | 5 years ago | | | 0 | 0.000078773295 | |
| 8811931 | 5 years ago | | | 0 | 0.00044189901 | |
| 8766055 | 5 years ago | | | 0 | 0.000046188000 | |
| 8739384 | 5 years ago | | | 0 | 0.000046188000 |
ABI
ABI objects
Getter at block 21230333
contractbalance() view returns (uint256)
83610001000000100
decimals() view returns (uint8)
18
name() view returns (string)
Reoncoin DAPPs
owner() view returns (address)
0xee7a7dfb9c9179e9dd09eb27594910406006cb8a
symbol() view returns (string)
RCN
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
bountyUsers(uint256) view returns (address)
frozenAccount(address) view returns (bool)
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)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
ownerBurn(address _from, uint256 _value) returns (bool success)
secure(address target, uint256 password)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
FundTransfer(address backer, uint256 amount, bool isContribution)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, uint256 pOneQty, uint256 pTwoQty, uint256 pThreeQty, uint256 pOneUsers, uint256 pTwoUsers, uint256 pThreeUsers)
fallback()
This contract contains no error objects.