Balances ($0.00)
No balances found for "CurrentCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5509466 | 7 years ago | | | 0 | 0.00030841000 |
ABI
ABI objects
Getter at block 21212885
INITIAL_TOTAL_SUPPLY() view returns (uint256)
100000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CurrentCoin
owner() view returns (address)
0x5f332670f31609f1a48d903cfadf1cc2b31f89bf
paused() view returns (bool)
true
symbol() view returns (string)
CUR
totalSupply() view returns (uint256)
100000000000000000000000000000
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)
burnFromAddress(address _from)
burnFromIco()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromIco(address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _ico)
This contract contains no fallback and receive objects.
This contract contains no error objects.