Etalidea Hexagon
Verified contract
Active on
Ethereum with 26 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 |
---|---|---|---|---|---|
ETHEX | ERC-20 | 500K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7899739 | 5 years ago | | | 0 | 0.00078742500 | |
| 7108297 | 6 years ago | | | 0 | 0.00021623400 | |
| 6395802 | 6 years ago | | | 0 | 0.00023662170 | |
| 6373511 | 6 years ago | | | 0 | 0.00031535400 | |
| 5988230 | 6 years ago | | | 0 | 0.0021575430 | |
| 5870796 | 6 years ago | | | 0 | 0.000063990000 | |
| 5870795 | 6 years ago | | | 0.01 | 0.015196468 | |
| 5812614 | 6 years ago | | | 0 | 0.00031995000 | |
| 5812610 | 6 years ago | | | 0 | 0.000031995000 | |
| 5760027 | 6 years ago | | | 0 | 0.0021575430 |
ABI
ABI objects
Getter at block 21290110
buyPrice() pure returns (uint256)
0
decimals() pure returns (uint8)
0
name() pure returns (string)
Etalidea Hexagon
owner() pure returns (address)
0x995679a59ff0221eed7053984a937555256a5786
sellPrice() pure returns (uint256)
0
symbol() pure returns (string)
ETHEX
totalSupply() pure returns (uint256)
100000000
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
frozenAccount(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.