J8T Token
Verified contract
Active on
Ethereum with 33,237 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003825 |
$0 | |
| ERC-20 | 21M | -- | -- | |
J8T | ERC-20 | 164.753017K | -- | -- | |
PHN | ERC-20 | 24.651K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CYRUS | ERC-20 | 1K | -- | -- | |
DOG | ERC-20 | 250 | -- | -- | |
EET | ERC-20 | 60 | -- | -- | |
NAVI | ERC-20 | 25 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19682926 | 7 months ago | | | 0 | 0.00097416615 | |
| 19234220 | 9 months ago | | | 0 | 0.0016624812 | |
| 18854096 | a year ago | | | 0 | 0.0010135483 | |
| 18712920 | a year ago | | | 0 | 0.0015949502 | |
| 18712897 | a year ago | | | 0 | 0.0024544170 | |
| 18375874 | a year ago | | | 0 | 0.00033468279 | |
| 18171588 | a year ago | | | 0 | 0.00069566474 | |
| 17572480 | a year ago | | | 0 | 0.00074949979 | |
| 17010191 | 2 years ago | | | 0 | 0.00047470057 | |
| 16924875 | 2 years ago | | | 0 | 0.0010358352 |
ABI
ABI objects
Getter at block 21159607
INITIAL_SUPPLY() view returns (uint256)
150000000000000000
J8T_DECIMALS_FACTOR() view returns (uint256)
100000000
TOKEN_DECIMALS() view returns (uint8)
8
decimals() view returns (uint256)
8
name() view returns (string)
J8T Token
owner() view returns (address)
0x6df0463b36f60fce82868cd20e7d2cfb184362e3
symbol() view returns (string)
J8T
totalSupply() view returns (uint256)
146885777457777969
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.