EchoLinkToken
Verified contract
Active on
Ethereum with 51,222 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 |
---|---|---|---|---|---|
0xbd16…69ed | ERC-20 | 400,000,000T | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
EKO | ERC-20 | 13.825K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
SGCC | ERC-20 | 200 | -- | -- | |
EOST | ERC-20 | 50 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20590423 | 3 months ago | | | 0 | 0.00011115337 | |
| 20590423 | 3 months ago | | | 0 | 0.00011119149 | |
| 20590423 | 3 months ago | | | 0 | 0.00011119149 | |
| 20590423 | 3 months ago | | | 0 | 0.00011119149 | |
| 20590423 | 3 months ago | | | 0 | 0.00011119149 | |
| 20590423 | 3 months ago | | | 0 | 0.00011119149 | |
| 20590423 | 3 months ago | | | 0 | 0.00016551182 | |
| 20576608 | 3 months ago | | | 0 | 0.00014372366 | |
| 20300514 | 4 months ago | | | 0 | 0.000080446997 | |
| 20145574 | 5 months ago | | | 0 | 0.00020233542 |
ABI
ABI objects
Getter at block 21257064
GOAL() view returns (uint256)
25000000000000000000000000
TOKENS_HARD_CAP() view returns (uint256)
500000000000000000000000000
TOKENS_SALE_HARD_CAP() view returns (uint256)
250000000000000000000000000
decimals() view returns (uint256)
18
issueIndex() view returns (uint256)
15
name() view returns (string)
EchoLink
owner() view returns (address)
0xac51236c261941da4b73065c287e0401e5549f8a
saleHardCapReached() view returns (bool)
true
saleTeamAddress() view returns (address)
0xe26434607227f6adcf0b3113b378f81625e2a342
symbol() view returns (string)
EKO
timelockContractAddress() view returns (address)
0x45e4d8106a242e0cf49067cbd54113e36687b5ae
tokenSaleClosed() view returns (bool)
true
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
close(uint256 _echoTeamTokens)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
issueTokens(address _investor, uint256 _tokensAmount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Issue(uint256 _issueIndex, address addr, uint256 tokenAmount)
SaleFailed()
SaleSucceeded()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _saleTeamAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.