Japan Content Token
Verified contract
Active on
Ethereum with 2,583 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Japan Content Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19678540 | 7 months ago | | | 0 | 0.00044358611 | |
| 18302716 | a year ago | | | 0 | 0.00035604793 | |
| 17463157 | a year ago | | | 0 | 0.00044144370 | |
| 15257310 | 2 years ago | | | 0 | 0.00077500459 | |
| 13745496 | 3 years ago | | | 0 | 0.0035509172 | |
| 13537394 | 3 years ago | | | 0 | 0.0054351787 | |
| 13537306 | 3 years ago | | | 0 | 0.0076845872 | |
| 13396488 | 3 years ago | | | 0 | 0.0052932900 | |
| 13271100 | 3 years ago | | | 0 | 0.0058028025 | |
| 13036318 | 3 years ago | | | 0 | 0.0033487755 |
ABI
ABI objects
Getter at block 21160898
decimals() view returns (uint8)
8
name() view returns (string)
Japan Content Token
symbol() view returns (string)
JCT
totalSupply() view returns (uint256)
250000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _total)
This contract contains no fallback and receive objects.
This contract contains no error objects.