CurrentCoin

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x4024b592 at 5509410
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CurrentCoin"

0xa6df15569aa619ae71ecb0cbc7664f4509cf4f25bcf17cabe9b8fb1820c8874b
From

Functions
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 _owneraddress _spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256 balance)
State-modifying
approve(address _spenderuint256 _valuereturns (bool)
burnFromAddress(address _from
burnFromIco(
decreaseApproval(address _spenderuint256 _subtractedValuereturns (bool)
increaseApproval(address _spenderuint256 _addedValuereturns (bool)
pause(
transfer(address _touint256 _valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferFromIco(address _touint256 _valuereturns (bool)
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
Transfer(address indexed fromaddress indexed touint256 value
Unpause(
Constructor
constructor(address _ico
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.