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 |
---|---|---|---|---|---|
JCT | ERC-20 | 435K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13847392 | 3 years ago | | | 0 | 0.0025169900 | |
| 13745478 | 3 years ago | | | 0 | 0.0040905068 | |
| 11608520 | 4 years ago | | | 0 | 0.0059170540 | |
| 9630728 | 5 years ago | | | 0 | 0.00041402005 | |
| 9469389 | 5 years ago | | | 0 | 0.00041402000 | |
| 9053104 | 5 years ago | | | 0 | 0.00016090200 | |
| 8797394 | 5 years ago | | | 0 | 0.0010524808 | |
| 8788787 | 5 years ago | | | 0 | 0.00048626000 | |
| 8756463 | 5 years ago | | | 0 | 0.000048626000 | |
| 8699073 | 5 years ago | | | 0 | 0.00076299249 |
ABI
ABI objects
Getter at block 21313980
collector() view returns (address)
0xf64c412d7ad6b9317cafec098c24f7c15cb3bcc1
decimals() view returns (uint8 _decimals)
8
distributor() view returns (address)
0xf64c412d7ad6b9317cafec098c24f7c15cb3bcc1
freezer() view returns (address)
0xf64c412d7ad6b9317cafec098c24f7c15cb3bcc1
name() view returns (string _name)
JCT
owner() view returns (address)
0xf64c412d7ad6b9317cafec098c24f7c15cb3bcc1
relay() view returns (address)
0x2057bbafad6e3073c7ee643538770093c965d659
symbol() view returns (string _symbol)
JCT
totalSupply() view returns (uint256 _totalSupply)
18000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
hasEnoughAllowance(address _owner, address _spender, uint256 _value) view returns (bool has_enough_balance)
hasEnoughBalance(address _addr, uint256 _value) view returns (bool has_enough_balance)
isAvailableAccount(address _addr) view returns (bool is_valid_account)
isUnLockedAccount(address _addr) view returns (bool is_unlocked_account)
isUnfrozenAccount(address _addr) view returns (bool is_unfrozen_account)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveTokenCollection(address _claimedSender, address _spender, uint256 _value) returns (bool success)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
distributeTokens(address[] addresses, uint256[] amounts) returns (bool)
freezeAccounts(address[] targets, bool isFrozen)
lockupAccounts(address[] targets, uint256[] unixTimes)
transfer(address _to, uint256 _value) returns (bool success)
transferCollectorship(address newCollector)
transferDistributorship(address newDistributor)
transferFreezership(address newFreezer)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
CollectorshipTransferred(address indexed previousCollector, address indexed newCollector)
DistributorshipTransferred(address indexed previousDistributor, address indexed newDistributor)
FreezershipTransferred(address indexed previousFreezer, address indexed newFreezer)
FrozenFunds(address indexed target, bool frozen)
LockedFunds(address indexed target, uint256 locked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address founder, address _relay)
This contract contains no fallback and receive objects.
This contract contains no error objects.