DexExplorer.io
Verified contract
Active on
Ethereum with 371 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JNGL | ERC-20 | 5 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19796882 | 7 months ago | | | 0 | 0.00015164242 | |
| 13054936 | 3 years ago | | | 0 | 0.00070891938 | |
| 12163652 | 4 years ago | | | 0 | 0.0017782110 | |
| 11301252 | 4 years ago | | | 0 | 0.0016727980 | |
| 11176860 | 4 years ago | | | 0 | 0.0026578201 | |
| 11068748 | 4 years ago | | | 0 | 0.00088594000 | |
| 11060885 | 4 years ago | | | 0 | 0.0037209480 | |
| 11041897 | 4 years ago | | | 0 | 0.0054928280 | |
| 11036701 | 4 years ago | | | 0 | 0.0015060980 | |
| 11034862 | 4 years ago | | | 0 | 0.0023034440 |
ABI
ABI objects
Getter at block 21307171
decimals() view returns (uint8)
18
name() view returns (string)
DexExplorer.io
symbol() view returns (string)
DEXP
totalSupply() view returns (uint256)
3891084773043257784384428
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
Approval(address indexed holder, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.