JEX Token
Verified contract
Active on
Ethereum with 23,481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.40)
Native
Value
$0.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00012 | $3,339.14 |
$0.4 | |
JEX | ERC-20 | 7.414026K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PMT | ERC-20 | 0.0034 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234379 | a day ago | | | 0 | 0.00073363235 | |
| 21204233 | 5 days ago | | | 0 | 0.00066584000 | |
| 21182026 | 9 days ago | | | 0 | 0.0016372946 | |
| 21180185 | 9 days ago | | | 0 | 0.0040297876 | |
| 21176665 | 9 days ago | | | 0 | 0.0011401309 | |
| 21173442 | 10 days ago | | | 0 | 0.0018848799 | |
| 21152411 | 13 days ago | | | 0 | 0.00065048285 | |
| 21119197 | 17 days ago | | | 0 | 0.00022885553 | |
| 21114970 | 18 days ago | | | 0 | 0.00041705420 | |
| 21079832 | 23 days ago | | | 0 | 0.0010867585 |
ABI
ABI objects
Getter at block 21243231
decimals() view returns (uint8)
4
name() view returns (string)
JEX Token
owner() view returns (address)
0x523f191790fb2c1975f12c6b6cd467fb745c724d
symbol() view returns (string)
JEX
totalSupply() view returns (uint256)
19989814236099
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.