Kurecoin Token
Verified contract
Active on
Ethereum with 3,584 txns
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 |
---|---|---|---|---|---|
PLA | ERC-20 | 500 | -- | -- | |
KUV | ERC-20 | 500 | -- | -- | |
BXT | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464043 | a year ago | | | 0 | 0.00073521112 | |
| 15492449 | 2 years ago | | | 0 | 0.0020763942 | |
| 11351487 | 4 years ago | | | 0 | 0.00045991206 | |
| 11081712 | 4 years ago | | | 0 | 0.00080585400 | |
| 10696408 | 4 years ago | | | 0 | 0.0046226619 | |
| 10503565 | 4 years ago | | | 0 | 0.0043737160 | |
| 10503538 | 4 years ago | | | 0 | 0.0040381090 | |
| 9901246 | 5 years ago | | | 0 | 0.000046652000 | |
| 9866988 | 5 years ago | | | 0 | 0.000023326000 | |
| 9861166 | 5 years ago | | | 0 | 0.000023326000 |
ABI
ABI objects
Getter at block 21162018
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Kurecoin Token
owner() view returns (address)
0xa1faa5d13424b14143afcbcd1a4dccfd5bd4fd95
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
KRC
totalSupply() view returns (uint256)
100000000000000000000000000
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)
burn(uint256 _value)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
pullOut(address _token, uint256 _amount)
tokenFallback(address from_, uint256 value_, bytes data_)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.