Junket Chain
Verified contract
Active on
Ethereum with 1,504 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 "Junket Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20568700 | 3 months ago | | | 0 | 0.000098849522 | |
| 20070318 | 5 months ago | | | 0 | 0.00057929678 | |
| 19535614 | 8 months ago | | | 0 | 0.0022608694 | |
| 19535577 | 8 months ago | | | 0 | 0.0013351937 | |
| 19533247 | 8 months ago | | | 0 | 0.0036203222 | |
| 18568272 | a year ago | | | 0 | 0.00095021910 | |
| 18218152 | a year ago | | | 0 | 0.00043617211 | |
| 18176217 | a year ago | | | 0 | 0.00057696641 | |
| 15887867 | 2 years ago | | | 0 | 0.00055518528 | |
| 15885947 | 2 years ago | | | 0 | 0.00049187294 |
ABI
ABI objects
Getter at block 21257199
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
18000000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
Junket Chain
owner() view returns (address)
0xcd133399a66c0a5f088ccd8d8143077eecddd8cd
paused() view returns (bool)
false
symbol() view returns (string)
JKC
totalSupply() view returns (uint256)
20000000000000000000000000000
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)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
kill()
mint(address _to, uint256 _value) returns (bool)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.