Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HASKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17393459 | 2 years ago | | | 0 | 0.0021340377 | |
| 17393450 | 2 years ago | | | 0 | 0.0026950623 | |
| 17393447 | 2 years ago | | | 0 | 0.0020391183 | |
| 17393438 | 2 years ago | | | 0 | 0.0020028864 | |
| 17393435 | 2 years ago | | | 0 | 0.0098450090 | |
| 17393434 | 2 years ago | | | 0 | 0.0017399987 | |
| 17393429 | 2 years ago | | | 0 | 0.0020191811 | |
| 17393424 | 2 years ago | | | 0 | 0.0065761747 | |
| 17393422 | 2 years ago | | | 0 | 0.0019441335 | |
| 17393420 | 2 years ago | | | 0 | 0.0065743141 |
ABI
ABI objects
Getter at block 21329785
decimals() view returns (uint8)
18
name() view returns (string)
HASKI
owner() view returns (address)
0xc8276adbf45eda0229f59cbca7251a91e7284acd
symbol() view returns (string)
HASKI
totalSupply() view returns (uint256)
130000000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkAllowance(address _address_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAllowance(address[] _addresses_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unsetAllowance(address[] _addresses_)
Approval(address indexed owner, address indexed spender, uint256 value)
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.