JGXToken
Verified contract
Active on
Ethereum with 1,293 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "JGXToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8166486 | 5 years ago | | | 0 | 0.00029142000 | |
| 8166480 | 5 years ago | | | 0 | 0.00034927570 | |
| 7410729 | 6 years ago | | | 0 | 0.00068723900 | |
| 7410724 | 6 years ago | | | 0 | 0.00074350400 | |
| 7410716 | 6 years ago | | | 0 | 0.00074152000 | |
| 7410713 | 6 years ago | | | 0 | 0.00074152000 | |
| 7410710 | 6 years ago | | | 0 | 0.00073953600 | |
| 7410708 | 6 years ago | | | 0 | 0.00074350400 | |
| 7410706 | 6 years ago | | | 0 | 0.00074152000 | |
| 7410680 | 6 years ago | | | 0 | 0.00074350400 |
ABI
ABI objects
Getter at block 21172280
decimals() view returns (uint8)
18
initial_supply() view returns (uint256)
5000000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
JGXToken
owner() view returns (address)
0xb2ee8a8e69f6e59592a76b143ba2af8cc1c8fea4
paused() view returns (bool)
true
symbol() view returns (string)
JGX
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isLock(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAccount(address _to) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
resume()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unLockAccount(address _to) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.