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 "Hayek"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18989211 | a year ago | | | 0 | 0.00092827503 | |
| 18989199 | a year ago | | | 0 | 0.00079327357 | |
| 18989188 | a year ago | | | 0 | 0.00075154495 | |
| 18989170 | a year ago | | | 0 | 0.00072932970 | |
| 18989157 | a year ago | | | 0 | 0.00083202647 | |
| 18989128 | a year ago | | | 0 | 0.00072589090 | |
| 18989118 | a year ago | | | 0 | 0.00077169596 | |
| 18989111 | a year ago | | | 0 | 0.00076273408 | |
| 18989089 | a year ago | | | 0 | 0.00073735880 | |
| 18989051 | a year ago | | | 0 | 0.00079564267 |
ABI
ABI objects
Getter at block 21296695
decimals() view returns (uint8)
18
getTokenName() view returns (string)
BaseToken_A
name() view returns (string)
Hayek
owner() view returns (address)
0x30520de66eb24c33e9edbde457fe78abbc45cb83
symbol() view returns (string)
HAYEK
tokenName() view returns (string)
BaseToken_A
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Airdrop(address[] _recipients, uint256[] _values)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverToken(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(string _name, string _symbol, uint8 _decimals, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.