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 "Jcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5785989 | 6 years ago | | | 0 | 0.0021347880 | |
| 5785966 | 6 years ago | | | 0 | 0.0015197880 | |
| 5521816 | 7 years ago | | | 0 | 0.0021347880 | |
| 5521799 | 7 years ago | | | 0 | 0.0015197880 | |
| 5516619 | 7 years ago | | | 0 | 0.0021347880 | |
| 5516490 | 7 years ago | | | 0 | 0.0021347880 | |
| 5516480 | 7 years ago | | | 0 | 0.0021347880 | |
| 5516472 | 7 years ago | | | 0 | 0.0021347880 | |
| 5516446 | 7 years ago | | | 0 | 0.0021347880 |
ABI
ABI objects
Getter at block 21268990
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Jcoin
owner() view returns (address)
0xa17536ae64eb311cfdd9db8bdf1c1997c691c383
ownerContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
JCO
totalSupply() view returns (uint256)
63000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setMinterContract(address newOwner)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.