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 |
---|---|---|---|---|---|
HDA | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141898 | 21 days ago | | | 0 | 0.00047514407 | |
| 20453097 | 4 months ago | | | 0 | 0.000047316000 | |
| 20180911 | 5 months ago | | | 0 | 0.00021654634 | |
| 19055036 | 10 months ago | | | 0 | 0.00031257247 | |
| 18632455 | a year ago | | | 0 | 0.0014495720 | |
| 18494572 | a year ago | | | 0 | 0.00049603227 | |
| 18370757 | a year ago | | | 0 | 0.00083032148 | |
| 17513376 | a year ago | | | 0 | 0.00064892187 | |
| 16955815 | 2 years ago | | | 0 | 0.0010303059 | |
| 16572647 | 2 years ago | | | 0 | 0.0014431410 |
ABI
ABI objects
Getter at block 21290406
DENOMINATOR() view returns (uint256)
10000
RATE() view returns (uint256)
5170000
_totalSupply() view returns (uint256)
21000000000000000000000000000000
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
Hydra
owner() view returns (address)
0x121812bdd10f26fbe260c3ebb05731f6a679b116
symbol() view returns (string)
HDA
totalSupply() view returns (uint256)
21000000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
buyTokens() payable
changeRate(uint256 _rate)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resumeICO()
stopICO()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ChangeRate(uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.