JavaScript
Verified contract
Active on
Ethereum with 3,896 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 |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
GRT | ERC-20 | 60M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20210980 | 4 months ago | | | 0 | 0.000085235499 | |
| 16362991 | 2 years ago | | | 0 | 0.00095880295 | |
| 16236435 | 2 years ago | | | 0 | 0.00053370478 | |
| 15033900 | 2 years ago | | | 0 | 0.00072762762 | |
| 14821493 | 2 years ago | | | 0 | 0.00052480390 | |
| 14413958 | 3 years ago | | | 0 | 0.0014877363 | |
| 14336516 | 3 years ago | | | 0 | 0.0016175900 | |
| 14335969 | 3 years ago | | | 0 | 0.0019159228 | |
| 14335955 | 3 years ago | | | 0 | 0.0026176033 | |
| 14250076 | 3 years ago | | | 0 | 0.0040226235 |
ABI
ABI objects
Getter at block 21168147
decimals() view returns (uint8)
8
distributionFinished() view returns (bool)
false
name() view returns (string)
JavaScript
symbol() view returns (string)
JS
totalSupply() view returns (uint256)
799199600000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getEthBalance(address _addr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distributeJST(address[] addresses, uint256 _value, uint256 _ethbal)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.