AlpCoin

Verified contract

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

No balances found for "AlpCoin"

0x2259535daec1a5f1c5529147ac283cf69be7de47999713361615e48a1ba1d2ce
0xf6d768bf2557df08695272c8ec55bb30107829380e309816670e684a9c7003da
0x53ff2b83968114714af6c7d1cf10ec6ff954280c2029de02d8d0e8288b9cdd42
0x3e224ab199c403e0bb6f518f4d7f9de2a7477a6e9ac85494819103e9ff087386
0x0dac91836971bf393f7d9c62cba09e706296b8c4e8612276bfb0061489f1c8d2
0xd1f659fa50ca229c08dd9bccab2b898b018145c5793c6de1c96fd17e2d9ae4d5
0xe43933b3a8b8ac04bf871f1d421510fd2fc8a8a153d1d45ed7a3f700ec8eae83
0xd006c957e4663e531ed1810000ccf63e7880a2568b01e65b9e8bc46b4a572423
0x64d50188d0d5fcc72076466359f341d15aa4ff01bb2d218e6d685b60abcdb855
0xe504070b095a5dad7b54ea6927a07bf4befccecd548eefc006fb4f7b59caa029

Functions
Getter at block 21247891
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
AlpCoin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ALP
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account