HaraToken
Verified contract
Active on
Ethereum with 16,948 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HART | ERC-20 | 665.92 | $0.001214 |
$0.81 | |
FOR | ERC-20 | 1 | $0.003963 |
$0 | |
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20724977 | 2 months ago | | | 0 | 0.00017291024 | |
| 20722621 | 2 months ago | | | 0 | 0.00045783605 | |
| 20596821 | 3 months ago | | | 0 | 0.000041182597 | |
| 19130736 | 9 months ago | | | 0 | 0.00097549183 | |
| 19130647 | 9 months ago | | | 0 | 0.0011788880 | |
| 18516639 | a year ago | | | 0 | 0.0020404311 | |
| 17804664 | a year ago | | | 0 | 0.00091951399 | |
| 17794738 | a year ago | | | 0 | 0.0010252182 | |
| 17794727 | a year ago | | | 0 | 0.0010821388 | |
| 17794716 | a year ago | | | 0 | 0.0010140662 |
ABI
ABI objects
Getter at block 21157998
HART_NETWORK_ID() view returns (uint8)
1
INITIAL_SUPPLY() view returns (uint256)
1200000000000000000000000000
cap() view returns (uint256)
1200000000000000000000000000
decimals() view returns (uint8)
18
minter() view returns (address)
0x0000000000000000000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
HaraToken
nonce() view returns (uint256)
73
owner() view returns (address)
0x76fb977af1450105ea1bdefa3d3b99f6b5638b30
symbol() view returns (string)
HART
totalSupply() view returns (uint256)
1199082660538990000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
mintStatus(uint8, uint256) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnToken(uint256 value)
burnToken(uint256 value, string data)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintToken(uint256 id, address requester, uint256 value, bytes32 hash, uint8 from) returns (bool)
renounceOwnership()
setMinter(address allowedMinter) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
BurnLog(uint256 indexed id, address indexed burner, uint256 value, bytes32 hashDetails, string data)
Mint(address indexed to, uint256 amount)
MintFinished()
MintLog(uint256 indexed id, address indexed requester, uint256 value, bool status)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.