EUX Link Token
Verified contract
Active on
Ethereum with 8,334 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 |
---|---|---|---|---|---|
VGS | ERC-20 | 350.001K | -- | -- | |
ada | ERC-20 | 50K | -- | -- | |
PC | ERC-20 | 50K | -- | -- | |
BRED | ERC-20 | 10K | -- | -- | |
MVP | ERC-20 | 999.9 | -- | -- | |
HDA | ERC-20 | 400 | -- | -- | |
WS | ERC-20 | 168 | -- | -- | |
NAVI | ERC-20 | 25 | -- | -- | |
GITT | ERC-20 | 2 | -- | -- | |
Soar | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9687863 | 5 years ago | | | 0 | 0.00040323600 | |
| 9664291 | 5 years ago | | | 0 | 0.00072800000 | |
| 9552779 | 5 years ago | | | 0 | 0.00017640000 | |
| 9414521 | 5 years ago | | | 0 | 0.00016800000 | |
| 9406241 | 5 years ago | | | 0 | 0.000087727000 | |
| 9078564 | 5 years ago | | | 0 | 0.00079831570 | |
| 9076422 | 5 years ago | | | 0 | 0.00026400000 | |
| 8883446 | 5 years ago | | | 0 | 0.00037086328 | |
| 8883412 | 5 years ago | | | 0 | 0.000021000000 | |
| 8883294 | 5 years ago | | | 0 | 0.00045171000 |
ABI
ABI objects
Getter at block 21271621
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
false
maxPurchase() view returns (uint256)
10000000000000000000
minPurchase() view returns (uint256)
1000000000000000
name() view returns (string)
EUX Link Token
purchaseCardinal() view returns (uint256)
500000000000000
purchaseFinished() view returns (bool)
false
symbol() view returns (string)
EUX
totalDistributed() view returns (uint256)
20000000000000000
totalPurchase() view returns (uint256)
19968300000000000
totalRemaining() view returns (uint256)
56900665315056736
totalSupply() view returns (uint256)
100000000000000000
value() view returns (uint256)
468698712966
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events Constructor()
airdropTokens() payable
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
burnPurchase(uint256 _value)
finishDistribution() returns (bool)
finishedPurchase() returns (bool)
purchaseTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
withdrawToken(address _to, uint256 _amount) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Purchase(address indexed to, uint256 amount)
PurchaseFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.