High Reward Coin
Verified contract
Active on
Ethereum with 208 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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8104409 | 5 years ago | | | 0 | 0.000066999000 | |
| 8102541 | 5 years ago | | | 0 | 0.00013399800 | |
| 8102477 | 5 years ago | | | 0 | 0.00022361400 | |
| 7472844 | 6 years ago | | | 0 | 0.00014907600 | |
| 7370716 | 6 years ago | | | 0 | 0.000046121000 | |
| 7370641 | 6 years ago | | | 0 | 0.000022333000 | |
| 7358233 | 6 years ago | | | 0 | 0.000087098700 | |
| 7352139 | 6 years ago | | | 0 | 0.000022333000 | |
| 7352014 | 6 years ago | | | 0 | 0.000044666000 | |
| 7351828 | 6 years ago | | | 0 | 0.000022333000 |
ABI
ABI objects
Getter at block 21209762
decimals() view returns (uint8)
18
migrationAgent() view returns (address)
0x0000000000000000000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
High Reward Coin
owner() view returns (address)
0xff71727e2212b8b4d2d417fb3a57fde3bd9fe3dc
paused() view returns (bool)
false
symbol() view returns (string)
HRC
totalMigrated() view returns (uint256)
0
totalSupply() view returns (uint256)
2140458600533609800167012
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
unpausedWallet(address) view returns (bool)
State-modifying
Events addUnpausedWallet(address _wallet)
approve(address _spender, uint256 _value) returns (bool)
delUnpausedWallet(address _wallet)
migrate()
mint(address _to, uint256 _amount) returns (bool)
pause()
setMigrationAgent(address _migrationAgent)
setOwner()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Migrate(address indexed _from, address indexed _to, uint256 _value)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.